Click or drag to resize

MatrixStorageTCopyColumnTo Method

Copies a column into vector storage.

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

Parameters

target  VectorStorageT
The target vector storage.
columnIndex  Int32
The column index to copy.
existingData  ExistingData  (Optional)
How existing target data is handled.
See Also