Click or drag to resize

ManagedLinearAlgebraProviderSvdSolve Method

Overload List
 NameDescription
Public methodSvdSolve(Complex, Int32, Int32, Complex, Int32, Complex) Solves A*X=B for X using the singular value decomposition of A.
Public methodSvdSolve(Complex32, Int32, Int32, Complex32, Int32, Complex32) Solves A*X=B for X using the singular value decomposition of A.
Public methodSvdSolve(Double, Int32, Int32, Double, Int32, Double) Solves A*X=B for X using the singular value decomposition of A.
Public methodSvdSolve(Single, Int32, Int32, Single, Int32, Single) Solves A*X=B for X using the singular value decomposition of A.
Top
See Also