Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplexTriangularMatrix(
MatrixTriangle triangleMode,
int rowCount,
int columnCount,
SingleComplex[] data,
MatrixElementOrder order
)
Public Sub New (
triangleMode As MatrixTriangle,
rowCount As Integer,
columnCount As Integer,
data As SingleComplex(),
order As MatrixElementOrder
)
public:
SingleComplexTriangularMatrix(
MatrixTriangle triangleMode,
int rowCount,
int columnCount,
array<SingleComplex>^ data,
MatrixElementOrder order
)
new :
triangleMode : MatrixTriangle *
rowCount : int *
columnCount : int *
data : SingleComplex[] *
order : MatrixElementOrder -> SingleComplexTriangularMatrix
Parameters
- triangleMode
- Type: Extreme.MathematicsMatrixTriangle
A MatrixTriangle
value that specifies whether to construct an
upper or a lower triangular matrix. - rowCount
- Type: SystemInt32
- columnCount
- Type: SystemInt32
The number of columns. - data
- Type: Extreme.MathematicsSingleComplex
A SingleComplex array containing the
components. - order
- Type: Extreme.MathematicsMatrixElementOrder
A MatrixElementOrder
value that indicates whether the elements are stored
in column major or row major order.
Numerical Libraries
Supported in: 5.x, 4.x
Reference