Click or drag to resize

MatrixTDivideByThis(T) Method

Divides a scalar by 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> DivideByThis(
	T scalar
)

Parameters

scalar  T
The scalar to divide.

Return Value

MatrixT
The result of the division.
See Also