Click or drag to resize

VectorStorageTCopyToRow Method

Copies this storage into a row of a matrix storage.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyToRow(
	MatrixStorage<T> target,
	int rowIndex,
	ExistingData existingData = ExistingData.Clear
)

Parameters

target  MatrixStorageT
The target matrix storage.
rowIndex  Int32
The target row index.
existingData  ExistingData  (Optional)
Specifies how existing target data is handled.
See Also