Scales each element in the matrix by the specified value.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleComplexCsrSparseMatrix Scale(
	DoubleComplex a
)
Visual Basic (Declaration)
Public Function Scale ( _
	a As DoubleComplex _
) As DoubleComplexCsrSparseMatrix
Visual C++
public:
DoubleComplexCsrSparseMatrix^ Scale(
	DoubleComplex a
)

Return Value

This matrix.

Remarks

Does not copy the data.

See Also