Click or drag to resize

NMathFunctionsSolve Method

Overload List
 NameDescription
Public methodStatic memberSolve(DoubleBandMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleBandMatrix, DoubleVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleComplexBandMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleComplexBandMatrix, DoubleComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleComplexCsrSparseMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleComplexCsrSparseMatrix, DoubleComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleComplexLowerTriMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleComplexLowerTriMatrix, DoubleComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleComplexMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleComplexMatrix, DoubleComplexVector) Computes the solution, x, to the linear system Ax = b.
Public methodStatic memberSolve(DoubleComplexTriDiagMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleComplexTriDiagMatrix, DoubleComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleComplexUpperTriMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleComplexUpperTriMatrix, DoubleComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleCsrSparseMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleCsrSparseMatrix, DoubleVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleHermCsrSparseMatrix, DoubleComplexMatrix) Solves the linear system AX = B where A is a Hermitian sparse matrix.
Public methodStatic memberSolve(DoubleHermCsrSparseMatrix, DoubleComplexVector) Solves the linear system Ax = b where A is a Hermitian sparse matrix.
Public methodStatic memberSolve(DoubleHermitianBandMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleHermitianBandMatrix, DoubleComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleHermitianMatrix, DoubleComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleHermitianMatrix, DoubleComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleLowerTriMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleLowerTriMatrix, DoubleVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleMatrix, DoubleVector) Computes the solution, x, to the linear system Ax = b.
Public methodStatic memberSolve(DoubleSymBandMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleSymBandMatrix, DoubleVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleSymCsrSparseMatrix, DoubleMatrix) Solves the linear system AX = B where A is a symmetric sparse matrix.
Public methodStatic memberSolve(DoubleSymCsrSparseMatrix, DoubleVector) Solves the linear system Ax = b where A is a symmetric sparse matrix.
Public methodStatic memberSolve(DoubleSymmetricMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleSymmetricMatrix, DoubleVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleTriDiagMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleTriDiagMatrix, DoubleVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleUpperTriMatrix, DoubleMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleUpperTriMatrix, DoubleVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatBandMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatBandMatrix, FloatVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatComplexBandMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatComplexBandMatrix, FloatComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatComplexCsrSparseMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatComplexCsrSparseMatrix, FloatComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatComplexLowerTriMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatComplexLowerTriMatrix, FloatComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatComplexMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatComplexMatrix, FloatComplexVector) Computes the solution, x, to the linear system Ax = b.
Public methodStatic memberSolve(FloatComplexTriDiagMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatComplexTriDiagMatrix, FloatComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatComplexUpperTriMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatComplexUpperTriMatrix, FloatComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatCsrSparseMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatCsrSparseMatrix, FloatVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatHermCsrSparseMatrix, FloatComplexMatrix) Solves the linear system AX = B where A is a Hermitian sparse matrix.
Public methodStatic memberSolve(FloatHermCsrSparseMatrix, FloatComplexVector) Solves the linear system Ax = b where A is a Hermitian sparse matrix.
Public methodStatic memberSolve(FloatHermitianBandMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatHermitianBandMatrix, FloatComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatHermitianMatrix, FloatComplexMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatHermitianMatrix, FloatComplexVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatLowerTriMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatLowerTriMatrix, FloatVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatMatrix, FloatVector) Computes the solution, x, to the linear system Ax = b.
Public methodStatic memberSolve(FloatSymBandMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatSymBandMatrix, FloatVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatSymCsrSparseMatrix, FloatMatrix) Solves the linear system AX = B where A is a symmetric sparse matrix.
Public methodStatic memberSolve(FloatSymCsrSparseMatrix, FloatVector) Solves the linear system Ax = b where A is a symmetric sparse matrix.
Public methodStatic memberSolve(FloatSymmetricMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatSymmetricMatrix, FloatVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatTriDiagMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatTriDiagMatrix, FloatVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatUpperTriMatrix, FloatMatrix) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatUpperTriMatrix, FloatVector) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleComplexTriDiagMatrix, DoubleComplexMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleComplexTriDiagMatrix, DoubleComplexVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleHermitianBandMatrix, DoubleComplexMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleHermitianBandMatrix, DoubleComplexVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleHermitianMatrix, DoubleComplexMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleHermitianMatrix, DoubleComplexVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleSymBandMatrix, DoubleMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleSymBandMatrix, DoubleVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleSymmetricMatrix, DoubleMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleSymmetricMatrix, DoubleVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(DoubleTriDiagMatrix, DoubleMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(DoubleTriDiagMatrix, DoubleVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatComplexTriDiagMatrix, FloatComplexMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatComplexTriDiagMatrix, FloatComplexVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatHermitianBandMatrix, FloatComplexMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatHermitianBandMatrix, FloatComplexVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatHermitianMatrix, FloatComplexMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatHermitianMatrix, FloatComplexVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatSymBandMatrix, FloatMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatSymBandMatrix, FloatVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatSymmetricMatrix, FloatMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatSymmetricMatrix, FloatVector, Boolean) Solves the linear system Ax = b.
Public methodStatic memberSolve(FloatTriDiagMatrix, FloatMatrix, Boolean) Solves the linear system AX = B.
Public methodStatic memberSolve(FloatTriDiagMatrix, FloatVector, Boolean) Solves the linear system Ax = b.
Top
See Also