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 DoubleCsrSparseMatrix Scale(
	double a
)
Visual Basic (Declaration)
Public Function Scale ( _
	a As Double _
) As DoubleCsrSparseMatrix
Visual C++
public:
DoubleCsrSparseMatrix^ Scale(
	double a
)

Parameters

a
Type: System..::.Double
Scale.

Return Value

This matrix.

Remarks

Does not copy the data.

See Also