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
    • Spectral analysis
    • Matrix functions
    • Matrix properties
    • Linear solvers
      • Linear solve
      • Symmetric solve
      • Hermitian solve
      • HPD solve
      • Multi-shift Hessenberg solves
      • References
    • Euclidean minimization
    • Permutations
    • Reflectors
    • Utilities
  • Optimization
  • Control theory
  • Special matrices
  • Input/output
  • Indices
Elemental
  • Docs »
  • LAPACK-like linear algebra »
  • Linear solvers
  • View page source

Linear solvers¶

  • Linear solve
  • Symmetric solve
  • Hermitian solve
  • HPD solve
  • Multi-shift Hessenberg solves

References¶

C++ Header

C Header

Python wrapper

Next Previous

© Copyright 2009-2016, Jack Poulson