Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular
part of a square general matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatLowerTriMatrix( FloatMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As FloatMatrix _ ) |
| Visual C++ |
|---|
public: FloatLowerTriMatrix( FloatMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.FloatMatrix
A square general matrix.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.MatrixNotSquareException | Thrown if the given matrix is not square. |