Click or drag to resize

SparseMatrix(SparseCompressedRowMatrixStorageComplex32) Constructor

Create a new sparse matrix straight from an initialized matrix storage instance. The storage is used directly without copying. Intended for advanced scenarios where you're working directly with storage for performance or interop reasons.

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseMatrix(
	SparseCompressedRowMatrixStorage<Complex32> storage
)

Parameters

storage  SparseCompressedRowMatrixStorageComplex32

[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.SparseMatrix.#ctor(Altaxo.Calc.LinearAlgebra.Storage.SparseCompressedRowMatrixStorage{Altaxo.Calc.Complex32})"]

See Also