Click or drag to resize

FloatComplexUpperTriMatrix Constructor

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