Matrix.Subtract Method (Double, Matrix)
|
Subtracts the given scalar from the matrix and writes the result
in another matrix.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntaxpublic void Subtract(
double scalar,
Matrix result
)
Parameters
- scalar
- Type: System.Double
The scalar to subtract.
- result
- Type: FinMath.LinearAlgebra.Matrix
The matrix to write result to.
See Also