Scales each element in the sparse vector by the specified value.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexSparseVector Scale( DoubleComplex a ) |
| Visual Basic (Declaration) |
|---|
Public Function Scale ( _ a As DoubleComplex _ ) As DoubleComplexSparseVector |
| Visual C++ |
|---|
public: DoubleComplexSparseVector^ Scale( DoubleComplex a ) |
Parameters
- a
- Type: CenterSpace.NMath.Core..::.DoubleComplex
Scale.
Return Value
This sparse vector.
Remarks
Does not copy the data.