Click or drag to resize

MatrixMathScalarAsMatrixT Constructor

Creates the scalar and initializes it with the value val.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ScalarAsMatrix(
	T val
)

Parameters

val  T
The scalar value to expose as a 1x1 matrix.
See Also