Click or drag to resize

FloatComplexCsrSparseMatrixScale Method

Scales each element in the matrix by the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexCsrSparseMatrix Scale(
	FloatComplex a
)

Parameters

a  FloatComplex
Scale.

Return Value

FloatComplexCsrSparseMatrix
This matrix.
Remarks
Does not copy the data.
See Also