- BackwardSubstitution
MatrixStruct BackwardSubstitution(MatrixStruct U, MatrixStruct b)
- ForwardSubstitution
MatrixStruct ForwardSubstitution(MatrixStruct L, MatrixStruct b)
- Identity
MatrixStruct Identity(int n)
- LUPSolve
MatrixStruct LUPSolve(MatrixStruct L, MatrixStruct U, MatrixStruct P, MatrixStruct b)
- LUSolve
MatrixStruct LUSolve(MatrixStruct L, MatrixStruct U, MatrixStruct b)
- ScalarOperations
ScalarOperations_t ScalarOperations(MatrixStruct A_IN, double val_IN, MatrixStruct result_OUT, string operation_IN)
- VectorOperations
VectorOperations_t VectorOperations(MatrixStruct A_IN, MatrixStruct B_IN, MatrixStruct result_OUT, string operation_IN)
- toCSV
string toCSV(MatrixStruct matrix_IN)
- toInt
int toInt(ulong u)
- toInt
int toInt(double d)