Click or drag to resize

NMathFunctionsInverse Method

Overload List
 NameDescription
Public methodStatic memberInverse(DoubleBandMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleComplexBandMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleComplexLowerTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleComplexMatrix) Computes the inverse of a given matrix.
Public methodStatic memberInverse(DoubleComplexTriDiagMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleComplexUpperTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleHermitianBandMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleHermitianMatrix) Computes the inverse of A.
Public methodStatic memberInverse(DoubleLowerTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleMatrix) Computes the inverse of a given matrix.
Public methodStatic memberInverse(DoubleSymBandMatrix) Computes the inverse of A.
Public methodStatic memberInverse(DoubleSymmetricMatrix) Computes the inverse of a symmetric matrix.
Public methodStatic memberInverse(DoubleTriDiagMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleUpperTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatBandMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatComplexBandMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatComplexLowerTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatComplexMatrix) Computes the inverse of a given matrix.
Public methodStatic memberInverse(FloatComplexTriDiagMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatComplexUpperTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatHermitianBandMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatHermitianMatrix) Computes the inverse of A.
Public methodStatic memberInverse(FloatLowerTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatMatrix) Computes the inverse of a given matrix.
Public methodStatic memberInverse(FloatSymBandMatrix) Computes the inverse of A.
Public methodStatic memberInverse(FloatSymmetricMatrix) Computes the inverse of a symmetric matrix.
Public methodStatic memberInverse(FloatTriDiagMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatUpperTriMatrix) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleComplexTriDiagMatrix, Boolean) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleHermitianBandMatrix, Boolean) Computes the inverse of the matrix.
Public methodStatic memberInverse(DoubleHermitianMatrix, Boolean) Computes the inverse of A.
Public methodStatic memberInverse(DoubleSymBandMatrix, Boolean) Computes the inverse of A.
Public methodStatic memberInverse(DoubleSymmetricMatrix, Boolean) Computes the inverse of a symmetric matrix.
Public methodStatic memberInverse(DoubleTriDiagMatrix, Boolean) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatComplexTriDiagMatrix, Boolean) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatHermitianBandMatrix, Boolean) Computes the inverse of the matrix.
Public methodStatic memberInverse(FloatHermitianMatrix, Boolean) Computes the inverse of A.
Public methodStatic memberInverse(FloatSymBandMatrix, Boolean) Computes the inverse of A.
Public methodStatic memberInverse(FloatSymmetricMatrix, Boolean) Computes the inverse of a symmetric matrix.
Public methodStatic memberInverse(FloatTriDiagMatrix, Boolean) Computes the inverse of the matrix.
Top
See Also