Click or drag to resize

FloatComplexSparseVector(FloatComplexVector, IndexArray) Constructor

Constructs a FloatComplexSparseVector instance from the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexSparseVector(
	FloatComplexVector nonZeroEntries,
	IndexArray indices
)

Parameters

nonZeroEntries  FloatComplexVector
The non-zero entries of the sparse vector.
indices  IndexArray
The indices of the non-zero entries such that the index of ith entry of
C#
nonZeroEntries
is
C#
indices[i]
Remarks
The input data is copied.
See Also