Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.LinearAlgebra
MatrixWrapperStructForColumnMajorOrderLinearArray<T> Structure
MatrixWrapperStructForColumnMajorOrderLinearArray<T> Constructor
MatrixWrapperStructForColumnMajorOrderLinearArray<T>(Int32, Int32) Constructor
MatrixWrapperStructForColumnMajorOrderLinearArray<T>(T[], Int32, Int32) Constructor
Matrix
Wrapper
Struct
For
Column
Major
Order
Linear
Array
T
(Int
32, Int
32) Constructor
Initializes a new instance of the
MatrixWrapperStructForLeftSpineJaggedArray
T
struct and creates the jagged matrix array.
Namespace:
Altaxo.Calc.LinearAlgebra
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
MatrixWrapperStructForColumnMajorOrderLinearArray
(
int
rows
,
int
cols
)
Parameters
rows
Int32
The number of rows.
cols
Int32
The number of columns.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
rows - Number of rows has to be >=0 or cols - Number of cols has to be >=0
See Also
Reference
MatrixWrapperStructForColumnMajorOrderLinearArray
T
Structure
MatrixWrapperStructForColumnMajorOrderLinearArray
T
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