| Name | Description |
---|
 | BandCholeskySolve(MatrixTriangle, Int32, Int32, Int32, Array2DComplexDouble, Array2DComplexDouble, Int32) |
Solves a system of linear equations A*X = B with a Hermitian
positive definite band matrix A using the Cholesky factorization
A = UH *U or A = L*LH computed by ZPBTRF. (Overrides DecompositionOperationsTReal, TComplexBandCholeskySolve(MatrixTriangle, Int32, Int32, Int32, Array2DTComplex, Array2DTComplex, Int32).) |
 | BandCholeskySolve(MatrixTriangle, Int32, Int32, Int32, Array2DDouble, Array2DDouble, Int32) |
Solves a system of linear equations A*X = B with a symmetric
positive definite band matrix A using the Cholesky factorization
A = UT*U or A = L*LT computed by DPBTRF. (Overrides DecompositionOperationsTReal, TComplexBandCholeskySolve(MatrixTriangle, Int32, Int32, Int32, Array2DTComplex, Array2DTComplex, Int32).) |
 | BandCholeskySolve(MatrixTriangle, Int32, Int32, Int32, Array2DDoubleComplex, Array2DDoubleComplex, Int32) |
Solves a system of linear equations A*X = B with a Hermitian
positive definite band matrix A using the Cholesky factorization
A = UH *U or A = L*LH computed by ZPBTRF. (Overrides DecompositionOperationsTReal, TComplexBandCholeskySolve(MatrixTriangle, Int32, Int32, Int32, Array2DTComplex, Array2DTComplex, Int32).) |