Functions |
| bool | strcmp_ignore_case (string first, string second) |
| int | current_time (double *t) |
| string | get_time_str () |
| int | get_proc_id_nump (int &proc_id, int &nump) |
| void | fast_gcd (double *a, t_UnsignedInt len, double *gcd) |
| double | infnormvec (vector< vector< double > > A) |
| int | right_nullspace_integer (vector< vector< double > > &A, vector< vector< double > > &K) |
| int | right_nullspace_nonint (vector< vector< double > > &A, vector< vector< double > > &K) |
| int | swap_rows (vector< vector< double > > &mat, t_UnsignedInt row1, t_UnsignedInt row2) |
| int | swap_columns (vector< vector< double > > &mat, t_UnsignedInt col1, t_UnsignedInt col2) |
| t_UnsignedInt | row_echelon (vector< vector< double > > mat, t_UnsignedInt reduced, vector< t_UnsignedInt > rowmap, vector< t_UnsignedInt > colmap) |
| int | nullspace (vector< vector< double > > mat, vector< vector< double > > &kernel) |
| string | trim_right (const string &source, const string &t=" ") |
| string | trim_left (const string &source, const string &t=" ") |
| string | trim (const string &source, const string &t=" ") |
| bool | file_exists (const string &fname) |