Scales each element in the matrix by the specified value.
Namespace:
CenterSpace.NMath.MatrixAssembly: 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 ) |
Parameters
- a
- Type: CenterSpace.NMath.Core..::.DoubleComplex
Scale.
Return Value
This matrix.
Remarks
Does not copy the data.