Overload List
| Name | Description | |
|---|---|---|
| FloatHermitianMatrix(FloatComplexMatrix) |
Constructs a square FloatHermitianMatrix instance by extracting the upper
triangular part of a square general matrix.
| |
| FloatHermitianMatrix(FloatComplexVector) |
Constructs a FloatHermitianMatrix instance using the data in the
given vector.
| |
| FloatHermitianMatrix(Int32) |
Constructs a FloatHermitianMatrix instance with the specified size.
| |
| FloatHermitianMatrix(FloatComplexVector, Int32) |
Constructs a FloatHermitianMatrix instance with the specified
size, and using the data in the given vector.
|