Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.LinearAlgebra
RODoubleMatrixInArray1DRowMajorRepresentation Class
RODoubleMatrixInArray1DRowMajorRepresentation Constructor
RODoubleMatrixInArray1DRowMajorRepresentation(Int32, Int32) Constructor
RODoubleMatrixInArray1DRowMajorRepresentation(Double[], Int32, Int32) Constructor
RODouble
Matrix
In
Array
1DRow
Major
Representation(Int
32, Int
32) Constructor
Initializes a new instance of the
RODoubleMatrixInArray1DRowMajorRepresentation
class.
Namespace:
Altaxo.Calc.LinearAlgebra
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
RODoubleMatrixInArray1DRowMajorRepresentation
(
int
rows
,
int
columns
)
Parameters
rows
Int32
The number of rows in the matrix.
columns
Int32
The number of columns in the matrix.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
Thrown when rows or columns are less than zero.
See Also
Reference
RODoubleMatrixInArray1DRowMajorRepresentation Class
RODoubleMatrixInArray1DRowMajorRepresentation Overload
Altaxo.Calc.LinearAlgebra Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net