Matrix |
Name | Description | |
---|---|---|
Backsubstitution(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. | |
Backsubstitution(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. |