AUSTRA
C#
Show/Hide TOC
Cholesky
Solve Method
Overload List
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.
See Also
Reference
Cholesky Structure
Austra.Library Namespace
In This Article
Overload List
See Also