SparseMatrixSubtraction Operator |
Matrix subtraction for a sparse matrix
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SparseMatrix operator -(
SparseMatrix A,
SparseMatrix B
)
Parameters
- A SparseMatrix
- The matrix from which to subtract
- B SparseMatrix
- The matrix to subtract
Return Value
SparseMatrixThe result A - B
See Also