Click or drag to resize

DoubleHermitianMatrix Constructor

Overload List
 NameDescription
Public methodDoubleHermitianMatrix(DoubleComplexMatrix) Constructs a square DoubleHermitianMatrix instance by extracting the upper triangular part of a square general matrix.
Public methodDoubleHermitianMatrix(DoubleComplexVector) Constructs a DoubleHermitianMatrix instance using the data in the given vector.
Public methodDoubleHermitianMatrix(Int32) Constructs a DoubleHermitianMatrix instance with the specified size.
Public methodDoubleHermitianMatrix(DoubleComplexVector, Int32) Constructs a DoubleHermitianMatrix instance with the specified size, and using the data in the given vector.
Top
See Also