DenseMatrix Constructor (Double) |
Initializes a new instance from a two-dimensional array of values.
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[][] array
)
Public Sub New (
array As Double()()
)
public:
DenseMatrix(
array<array<double>^>^ array
)
new :
array : float[][] -> DenseMatrix
Parameters
- array
- Type: SystemDouble
A two-dimensional array of doubles.
Exceptions See Also