CADability dotNET
Namespace for linear algebra algorithms
Classes
Class | Description | |
---|---|---|
![]() | BandedMatrix | |
![]() | CholeskyDecomposition | Cholesky Decomposition. |
![]() | EigenvalueDecomposition | Eigenvalues and eigenvectors of a real matrix. |
![]() | LUDecomposition | LU Decomposition. |
![]() | Matrix | Real matrix. Adapted from "MathNet Numerics", (c) Joannes Vermorel, http://www.vermorel.com |
![]() | QRDecomposition | QR Decomposition. |
![]() | SingularValueDecomposition | Singular Value Decomposition. |