Multiply a scalar and a lower triangular matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatLowerTriMatrix Multiply( float s, FloatLowerTriMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Multiply ( _ s As Single, _ A As FloatLowerTriMatrix _ ) As FloatLowerTriMatrix |
| Visual C++ |
|---|
public: static FloatLowerTriMatrix^ Multiply( float s, FloatLowerTriMatrix^ A ) |
Parameters
- s
- Type: System..::.Single
A scalar.
- A
- Type: CenterSpace.NMath.Matrix..::.FloatLowerTriMatrix
A lower triangular matrix.