|  | DoubleSymCsrSparseMatrixScale Method | 
            Scales each element in the matrix by the specified value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleSymCsrSparseMatrix Scale(
	double a
)
Public Function Scale ( 
	a As Double
) As DoubleSymCsrSparseMatrix
public:
DoubleSymCsrSparseMatrix^ Scale(
	double a
)
member Scale : 
        a : float -> DoubleSymCsrSparseMatrix Parameters
- a  Double
- Scale.
Return Value
DoubleSymCsrSparseMatrixThis matrix.
 Remarks
Remarks
            Does not copy the data.
            
 See Also
See Also