  | DoubleHermCsrSparseMatrixScale Method | 
            Scales each element in the matrix by the specified value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleHermCsrSparseMatrix Scale(
	DoubleComplex a
)
Public Function Scale ( 
	a As DoubleComplex
) As DoubleHermCsrSparseMatrix
public:
DoubleHermCsrSparseMatrix^ Scale(
	DoubleComplex a
)
member Scale : 
        a : DoubleComplex -> DoubleHermCsrSparseMatrix Parameters
- a  DoubleComplex
 - Scale.
 
Return Value
DoubleHermCsrSparseMatrixThis matrix.
Remarks
            Does not copy the data.
            
See Also