Click or drag to resize

DoubleComplexUpperTriMatrix Constructor

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