| Name | Description |
---|
  | CreateHermitianT(Int32) |
Constructs a new Hermitian matrix
with the specified dimension.
|
  | CreateHermitianT(Int32, MatrixTriangle) |
Constructs a new Hermitian matrix
with the specified dimension.
|
  | CreateHermitianT(Int32, T, MatrixTriangle, MatrixElementOrder) |
Constructs a new Hermitian matrix of the
specified dimension using the specified values.
|
  | CreateHermitianT(Int32, Array2DT, MatrixTriangle, MatrixElementOrder, ArrayMutability) |
Constructs a new Hermitian matrix of the
specified dimension using the specified values.
|
  | CreateHermitianT(Int32, T, MatrixTriangle, MatrixElementOrder, Boolean, ArrayMutability) |
Constructs a new symmetrical matrix of the
specified dimension using the specified values.
|