Eigen  3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NEigenNamespace containing all symbols from the Eigen library
 CAccelerateCholeskyAtAA QR factorization and solver based on Accelerate without storing Q (equivalent to A^TA = R^T R)
 CAccelerateLDLTThe default Cholesky (LDLT) factorization and solver based on Accelerate
 CAccelerateLDLTSBKA direct Cholesky (LDLT) factorization and solver based on Accelerate with Supernode Bunch-Kaufman and static pivoting
 CAccelerateLDLTTPPA direct Cholesky (LDLT) factorization and solver based on Accelerate with full threshold partial pivoting
 CAccelerateLDLTUnpivotedA direct Cholesky-like LDL^T factorization and solver based on Accelerate with only 1x1 pivots and no pivoting
 CAccelerateLLTA direct Cholesky (LLT) factorization and solver based on Accelerate
 CAccelerateQRA QR factorization and solver based on Accelerate