enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Nonlinear eigenproblem - Wikipedia

    en.wikipedia.org/wiki/Nonlinear_eigenproblem

    The NLEVP collection of nonlinear eigenvalue problems is a MATLAB package containing many nonlinear eigenvalue problems with various properties. [ 6 ] The FEAST eigenvalue solver is a software package for standard eigenvalue problems as well as nonlinear eigenvalue problems, designed from density-matrix representation in quantum mechanics ...

  3. SLEPc - Wikipedia

    en.wikipedia.org/wiki/SLEPc

    PEP is intended for polynomial eigenproblems, including the quadratic eigenvalue problem. Solvers based on explicit linearization, that rely on EPS solvers. Solvers that perform the linearization implicitly in a memory-efficient way, such as TOAR. A Jacobi-Davidson solver for PEP. NEP provides functionality for the solution of the nonlinear ...

  4. List of numerical libraries - Wikipedia

    en.wikipedia.org/wiki/List_of_numerical_libraries

    BLOPEX (Block Locally Optimal Preconditioned Eigenvalue Xolvers) is an open-source library for the scalable solution of eigenvalue problems. FFTW (Fastest Fourier Transform in the West) is a software library for computing Fourier and related transforms. GNU Scientific Library, a popular, free numerical analysis library implemented in C.

  5. Matrix-free methods - Wikipedia

    en.wikipedia.org/wiki/Matrix-free_methods

    It is generally used in solving non-linear equations like Euler's equations in computational fluid dynamics. Matrix-free conjugate gradient method has been applied in the non-linear elasto-plastic finite element solver. [7] Solving these equations requires the calculation of the Jacobian which is costly in terms of CPU time and storage. To ...

  6. Rayleigh quotient iteration - Wikipedia

    en.wikipedia.org/wiki/Rayleigh_quotient_iteration

    Rayleigh quotient iteration is an eigenvalue algorithm which extends the idea of the inverse iteration by using the Rayleigh quotient to obtain increasingly accurate eigenvalue estimates. Rayleigh quotient iteration is an iterative method, that is, it delivers a sequence of approximate solutions that converges to a true solution in the limit ...

  7. Eigenvalue algorithm - Wikipedia

    en.wikipedia.org/wiki/Eigenvalue_algorithm

    Given an n × n square matrix A of real or complex numbers, an eigenvalue λ and its associated generalized eigenvector v are a pair obeying the relation [1] =,where v is a nonzero n × 1 column vector, I is the n × n identity matrix, k is a positive integer, and both λ and v are allowed to be complex even when A is real.l When k = 1, the vector is called simply an eigenvector, and the pair ...

  8. List of numerical-analysis software - Wikipedia

    en.wikipedia.org/wiki/List_of_numerical-analysis...

    ScaLAPACK is a library of high-performance linear algebra routines for parallel distributed-memory machines that features functionality similar to LAPACK (solvers for dense and banded linear systems, least-squares problems, eigenvalue problems, and singular-value problem). Scilab is advanced numerical analysis package similar to MATLAB or Octave.

  9. LOBPCG - Wikipedia

    en.wikipedia.org/wiki/LOBPCG

    A simple work-around is to negate the function, substituting -D T (D X) for D T (D X) and thus reversing the order of the eigenvalues, since LOBPCG does not care if the matrix of the eigenvalue problem is positive definite or not. [9] LOBPCG for PCA and SVD is implemented in SciPy since revision 1.4.0 [13]