Click or drag to resize

FloatComplexLowerTriMatrix Constructor

Overload List
 NameDescription
Public methodFloatComplexLowerTriMatrix(FloatComplexMatrix) Constructs a square FloatComplexLowerTriMatrix instance by extracting the lower triangular part of a square general matrix.
Public methodFloatComplexLowerTriMatrix(FloatComplexVector) Constructs a square FloatComplexLowerTriMatrix instance using the data in the given vector.
Public methodFloatComplexLowerTriMatrix(FloatHermitianMatrix) Constructs a square FloatComplexLowerTriMatrix instance by extracting the lower triangular part of an Hermitian matrix.
Public methodFloatComplexLowerTriMatrix(Int32) Constructs a square FloatComplexLowerTriMatrix instance with the specified size. All elements are initialized to zero.
Public methodFloatComplexLowerTriMatrix(FloatComplexMatrix, Int32) Constructs a square FloatComplexLowerTriMatrix instance by extracting the lower triangular part of the specified leading square submatrix of a general matrix.
Public methodFloatComplexLowerTriMatrix(FloatComplexVector, Int32) Constructs a square FloatComplexLowerTriMatrix instance with the specified size, and using the data in the given vector.
Top
See Also