Multiplies the non-zero elements of a banded matrix by a scalar.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatBandMatrix Multiply( float a, FloatBandMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Multiply ( _ a As Single, _ A As FloatBandMatrix _ ) As FloatBandMatrix |
| Visual C++ |
|---|
public: static FloatBandMatrix^ Multiply( float a, FloatBandMatrix^ A ) |
Parameters
- a
- Type: System..::.Single
A scalar.
- A
- Type: CenterSpace.NMath.Matrix..::.FloatBandMatrix
A banded matrix.