MatrixTColumn(Int32, Int32, Int32, VectorT) Method |
Copies the requested column elements into the given vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Column(
int columnIndex,
int rowIndex,
int length,
Vector<T> result
)
Parameters
- columnIndex Int32
- The column to copy elements from.
- rowIndex Int32
- The row to start copying from.
- length Int32
- The number of elements to copy.
- result VectorT
- The Vector to copy the column into.
Exceptions See Also