MatrixMathMatrixWithOneRowTCreateWrapperMatrix Method |
Creates the wrapper matrix around the provided array. Attention: it is fully intended that
the underlying array elements are changed when writing to the returned wrapper matrix!
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static MatrixMathMatrixWithOneRow<T> CreateWrapperMatrix(
T[] array
)
Parameters
- array T
- The array that is to be wrapped.
Return Value
MatrixMathMatrixWithOneRowTThe wrapper matrix, that has one row, and the number of columns corresponding to the length of the provided array.
Exceptions See Also