public readonly struct Cholesky : IFormattable
Cholesky | Represents the result of a Cholesky decomposition. |
L | Gets the Cholesky lower triangular matrix. |
Determinant | Gets the determinant of the underlying matrix. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Solve(DVector) | Solves the equation Ax = b for x. |
Solve(Matrix) | Solves the equation AX = B for the matrix X. |
Solve(DVector, DVector) | Solves the equation Ax = b for x. |
Solve(Matrix, Matrix) | Solves the equation AX = B for the matrix X. |
ToString | Gets a textual representation of this decomposition. (Overrides ValueTypeToString) |
ToString(String, IFormatProvider) | Gets a textual representation of this decomposition. |