MatrixMathScalarAsMatrixT Constructor |
Creates the scalar and initializes it with the value val.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ScalarAsMatrix(
T val
)
Parameters
- val T
- The scalar value to expose as a 1x1 matrix.
See Also