MatrixStruct

Members

Enums

Inv_t
enum Inv_t
LUPDecomposition_t
enum LUPDecomposition_t
Set_t
enum Set_t

Functions

Columns
int Columns()
Det
double Det()
Get
double Get(ulong r_IN, ulong c_IN)
Get
MatrixStruct Get(ulong c_IN)
Inv
Inv_t Inv(MatrixStruct inverted_IN)
LUPDecomposition
LUPDecomposition_t LUPDecomposition(MatrixStruct lower, MatrixStruct upper, MatrixStruct pivot)
Reshape
void Reshape(ulong nr_IN, ulong nc_IN)
Rows
int Rows()
Set
Set_t Set(ulong r_IN, ulong c_IN, double val_IN)
Set
Set_t Set(double val_IN)
Set
Set_t Set(double[][] matrix_IN, ulong rowLength_IN, ulong columnLength_IN)
Set
Set_t Set(double[] vector_IN, ulong columnLength_IN)
T
MatrixStruct T()