MatrixStorageTCopyColumnTo Method |
Copies a column into vector storage.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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