Float |
| Name | Description | |
|---|---|---|
| FloatComplexUpperTriMatrix(FloatComplexMatrix) | Constructs a square FloatComplexUpperTriMatrix instance by extracting the upper triangular part of a square general matrix. | |
| FloatComplexUpperTriMatrix(FloatComplexVector) | Constructs a square FloatComplexUpperTriMatrix instance using the data in the given vector. | |
| FloatComplexUpperTriMatrix(FloatHermitianMatrix) | Constructs a square FloatComplexUpperTriMatrix instance by extracting the upper triangular part of an Hermitian matrix. | |
| FloatComplexUpperTriMatrix(Int32) | Constructs a square FloatComplexUpperTriMatrix instance with the specified size. All elements are initialized to zero. | |
| FloatComplexUpperTriMatrix(FloatComplexMatrix, Int32) | Constructs a square FloatComplexUpperTriMatrix instance by extracting the upper triangular part of the specified leading square submatrix of a general matrix. | |
| FloatComplexUpperTriMatrix(FloatComplexVector, Int32) | Constructs a square FloatComplexUpperTriMatrix instance with the specified size, and using the data in the given vector. |