Click or drag to resize

DoubleComplexTriDiagMatrixSubtract Method

Overload List
 NameDescription
Public methodStatic memberSubtract(DoubleComplex, DoubleComplexTriDiagMatrix) Subtracts the non-zero elements of a tridiagonal matrix from a scalar.
Public methodStatic memberSubtract(DoubleComplexTriDiagMatrix, DoubleComplex) Subtracts a scalar from the non-zero elements of a tridiagonal matrix.
Public methodStatic memberSubtract(DoubleComplexTriDiagMatrix, DoubleComplexTriDiagMatrix) Subtracts two tridiagonal matrices.
Top
See Also