Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public DiagonalMatrix(
int rowCount,
int columnCount,
Vector<T> values,
ArrayAttributes attributes
)
Public Sub New (
rowCount As Integer,
columnCount As Integer,
values As Vector(Of T),
attributes As ArrayAttributes
)
public:
DiagonalMatrix(
int rowCount,
int columnCount,
Vector<T>^ values,
ArrayAttributes attributes
)
new :
rowCount : int *
columnCount : int *
values : Vector<'T> *
attributes : ArrayAttributes -> DiagonalMatrix
Parameters
- rowCount
- Type: SystemInt32
The number of rows in the new
matrix. - columnCount
- Type: SystemInt32
The number of columns in the new
matrix. - values
- Type: Extreme.MathematicsVectorT
A VectorT containing the components of the diagonal. - attributes
- Type: Extreme.MathematicsArrayAttributes
The attributes of the new matrix.
Numerical Libraries
Supported in: 6.0
Reference