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