Click or drag to resize

DoubleComplexLowerTriMatrix Constructor

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