Click or drag to resize

MatrixTSubtractFrom(T) Method

Subtracts each element of the matrix from a scalar.

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

Parameters

scalar  T
The scalar to subtract from.

Return Value

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