Elemental
0.86
  • Introduction
  • A brief tour of the library
  • Build system
  • Core functionality
  • BLAS-like linear algebra
  • LAPACK-like linear algebra
    • Reduction to condensed form
    • Factorizations
      • Cholesky factorization
      • LDL factorization
      • LU factorization
      • LQ factorization
      • QR factorization
      • RQ factorization
      • Generalized QR factorization
      • Generalized RQ factorization
      • Interpolative Decomposition (ID)
      • Skeleton decomposition
      • References
    • Spectral analysis
    • Matrix functions
    • Matrix properties
    • Linear solvers
    • Euclidean minimization
    • Permutations
    • Reflectors
    • Utilities
  • Optimization
  • Control theory
  • Special matrices
  • Input/output
  • Indices
Elemental
  • Docs »
  • LAPACK-like linear algebra »
  • Factorizations
  • View page source

Factorizations¶

  • Cholesky factorization
  • LDL factorization
  • LU factorization
  • LQ factorization
  • QR factorization
  • RQ factorization
  • Generalized QR factorization
  • Generalized RQ factorization
  • Interpolative Decomposition (ID)
  • Skeleton decomposition

References¶

C++ Header

C Header

Python wrapper

Next Previous

© Copyright 2009-2016, Jack Poulson