MatrixMathRowToROVectorT(IROMatrixT, Int32) Method |
Returns a vector representing a matrix row by providing the matrix and the row number of that matrix that is wrapped.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IReadOnlyList<T> RowToROVector<T>(
IROMatrix<T> x,
int row
)
where T : struct, new()
Parameters
- x IROMatrixT
- The matrix.
- row Int32
- The row number of the matrix that is wrapped to a vector.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.RowToROVector``1(Altaxo.Calc.LinearAlgebra.IROMatrix{``0},System.Int32)"]
Return Value
IReadOnlyListT[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixMath.RowToROVector``1(Altaxo.Calc.LinearAlgebra.IROMatrix{``0},System.Int32)"]
See Also