Click or drag to resize

FloatHermitianMatrix Constructor

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