Click or drag to resize

SparseCompressedRowMatrixStorageTOfRowVectors Method

Creates a sparse compressed-row matrix storage from row vectors.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static SparseCompressedRowMatrixStorage<T> OfRowVectors(
	VectorStorage<T>[] data
)

Parameters

data  VectorStorageT
The row vectors.

Return Value

SparseCompressedRowMatrixStorageT
The initialized sparse matrix storage.
See Also