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