Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ComplexHermitianMatrix(
int dimension,
DoubleComplex[] values,
MatrixTriangle triangleMode
)
Public Sub New (
dimension As Integer,
values As DoubleComplex(),
triangleMode As MatrixTriangle
)
public:
ComplexHermitianMatrix(
int dimension,
array<DoubleComplex>^ values,
MatrixTriangle triangleMode
)
new :
dimension : int *
values : DoubleComplex[] *
triangleMode : MatrixTriangle -> ComplexHermitianMatrix
Parameters
- dimension
- Type: SystemInt32
The number of rows and columns
in the new ComplexHermitianMatrix. - values
- Type: Extreme.MathematicsDoubleComplex
An Array of
DoubleComplex values containing the elements
of the ComplexHermitianMatrix in
column-major order - triangleMode
- Type: Extreme.MathematicsMatrixTriangle
A MatrixTriangle
value that specifies whether to take the elements from
the upper or lower triangle of the component values.
Numerical Libraries
Supported in: 5.x, 4.x
Reference