DenseMatrix Constructor (Double, Int32) |
Initializes a new instance from a one-dimensional packed array.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DenseMatrix(
double[] elements,
int rowDimension
)
Public Sub New (
elements As Double(),
rowDimension As Integer
)
public:
DenseMatrix(
array<double>^ elements,
int rowDimension
)
new :
elements : float[] *
rowDimension : int -> DenseMatrix
Parameters
- elements
- Type: SystemDouble
A one-dimensional array of doubles containing the values of all of the elements. - rowDimension
- Type: SystemInt32
The number of rows in the matrix.
Exceptions See Also