Click or drag to resize

MatrixMathSingularValueDecompositionBacksubstitution Method

Overload List
 NameDescription
Public methodBacksubstitution(Double, Double) Solves A·X = B for a vector X, where A is specified by A=U*S*V'. U, S, and V are results of the decomposition.
Public methodBacksubstitution(IReadOnlyListDouble, IVectorDouble) Solves A·X = B for a vector X, where A is specified by A=U*S*V'. U, S, and V are results of the decomposition.
Top
See Also