AccelerateLDLTUnpivoted Class Reference

A direct Cholesky-like LDL^T factorization and solver based on Accelerate with only 1x1 pivots and no pivoting. More...

Detailed Description

A direct Cholesky-like LDL^T factorization and solver based on Accelerate with only 1x1 pivots and no pivoting.

Warning
Only single and double precision real scalar types are supported by Accelerate
Template Parameters
MatrixType_the type of the sparse matrix A, it must be a SparseMatrix<>
UpLo_additional information about the matrix structure. Default is Lower.
See also
Sparse solver concept, class AccelerateLDLTUnpivoted

The documentation for this class was generated from the following file: