VectorStorageTCopyToRow Method |
Copies this storage into a row of a matrix storage.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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