Click or drag to resize

ManagedLinearAlgebraProviderQRSolve Method

Overload List
 NameDescription
Public methodQRSolve(Complex, Int32, Int32, Complex, Int32, Complex, QRMethod) Solves A*X=B for X using QR factorization of A.
Public methodQRSolve(Complex32, Int32, Int32, Complex32, Int32, Complex32, QRMethod) Solves A*X=B for X using QR factorization of A.
Public methodQRSolve(Double, Int32, Int32, Double, Int32, Double, QRMethod) Solves A*X=B for X using QR factorization of A.
Public methodQRSolve(Single, Int32, Int32, Single, Int32, Single, QRMethod) Solves A*X=B for X using QR factorization of A.
Top
See Also