Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public ComplexTriangularMatrix(
MatrixTriangle triangleMode,
int rowCount,
int columnCount,
DoubleComplex[] values,
MatrixElementOrder order
)
Public Sub New (
triangleMode As MatrixTriangle,
rowCount As Integer,
columnCount As Integer,
values As DoubleComplex(),
order As MatrixElementOrder
)
public:
ComplexTriangularMatrix(
MatrixTriangle triangleMode,
int rowCount,
int columnCount,
array<DoubleComplex>^ values,
MatrixElementOrder order
)
new :
triangleMode : MatrixTriangle *
rowCount : int *
columnCount : int *
values : DoubleComplex[] *
order : MatrixElementOrder -> ComplexTriangularMatrix
Parameters
- triangleMode
- Type: Extreme.MathematicsMatrixTriangle
A MatrixTriangle
value that specifies whether to construct an
upper or a lower triangular matrix. - rowCount
- Type: SystemInt32
The number of rows. - columnCount
- Type: SystemInt32
The number of columns. - values
- Type: Extreme.MathematicsDoubleComplex
A DoubleComplex 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