Click or drag to resize

MatrixTSubtract(T) Method

Subtracts a scalar from each element of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> Subtract(
	T scalar
)

Parameters

scalar  T
The scalar to subtract.

Return Value

MatrixT
A new matrix containing the subtraction of this matrix and the scalar.
See Also