|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
Public Member Functions | |
| mat (const int_t rows, const int cols) | |
| auto | init () |
| auto & | operator() (const int_t i, const int_t j) |
| auto & | operator[] (const int_t i) |
| auto | begin () |
| auto | end () |
Public Attributes | |
| int_t | n_rows |
| int_t | n_cols |