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