Click or drag to resize

MatrixTSolve Method

Overload List
 NameDescription
Public methodSolve(MatrixT) Solves a system of linear equations, AX = B, with A QR factorized.
Public methodSolve(VectorT) Solves a system of linear equations, Ax = b, with A QR factorized.
Public methodSolve(MatrixT, MatrixT) Solves a system of linear equations, AX = B, with A QR factorized.
Public methodSolve(VectorT, VectorT) Solves a system of linear equations, Ax = b, with A QR factorized.
Top
See Also