Overload List

  NameDescription
DoubleComplexUpperTriMatrix(DoubleComplexMatrix)
Constructs a square DoubleComplexUpperTriMatrix instance by extracting the upper triangular part of a square general matrix.
DoubleComplexUpperTriMatrix(DoubleComplexVector)
Constructs a square DoubleComplexUpperTriMatrix instance using the data in the given vector.
DoubleComplexUpperTriMatrix(DoubleHermitianMatrix)
Constructs a square DoubleComplexUpperTriMatrix instance by extracting the upper triangular part of an Hermitian matrix.
DoubleComplexUpperTriMatrix(Int32)
Constructs a square DoubleComplexUpperTriMatrix instance with the specified size. All elements are initialized to zero.
DoubleComplexUpperTriMatrix(DoubleComplexMatrix, Int32)
Constructs a square DoubleComplexUpperTriMatrix instance by extracting the upper triangular part of the specified leading square submatrix of a general matrix.
DoubleComplexUpperTriMatrix(DoubleComplexVector, Int32)
Constructs a square DoubleComplexUpperTriMatrix instance with the specified size, and using the data in the given vector.

See Also