Matrix

Constructors

this
this(ulong rowLength_IN, ulong columnLength_IN, double n)
this
this(double[][] matrixRHS_IN)
this
this(double[] rowvectorRHS_IN)
this
this(ulong[ulong] x)

Members

Functions

Columns
int Columns()
Det
double Det()
Diag
Matrix Diag()
Identity
Matrix Identity(int n)
Inv
Matrix Inv()
Rows
int Rows()
Size
int[2] Size()
Solve
Matrix Solve(Matrix b_IN)
Sum
double Sum()
Sum
double Sum(int r)
T
Matrix T()
empty
bool empty()
ones
void ones()
opAssign
void opAssign(double[][] matrixRHS_IN)
opAssign
void opAssign(double[] matrixRHS_IN)
opBinary
Matrix opBinary(Matrix rhs_IN)
opBinary
Matrix opBinary(double rhs_IN)
opEquals
bool opEquals(Object o)
opIndex
double opIndex(T r, T c)
opIndex
Matrix opIndex(int r)
opIndexAssign
void opIndexAssign(double val, T r, T c)
opOpAssign
void opOpAssign(Matrix rhs_IN)
opOpAssign
void opOpAssign(double rhs_IN)
zeros
void zeros()