|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Types | |
| using | Entry_Type = int |
Public Member Functions | |
| SimpleMatrix (long r, long c) | |
| int & | operator() (long i, long j) |
| int | operator() (long i, long j) const |
| long | rows () const |
| long | cols () const |
Private Attributes | |
| std::vector< std::vector< int > > | data |
| long | rows_ |
| long | cols_ |
Definition at line 48 of file mat_latex_path_test.cc.
Definition at line 54 of file mat_latex_path_test.cc.
Definition at line 56 of file mat_latex_path_test.cc.
References data.
|
inline |
Definition at line 67 of file mat_latex_path_test.cc.
References cols_.
Definition at line 63 of file mat_latex_path_test.cc.
References data.
Definition at line 64 of file mat_latex_path_test.cc.
References data.
|
inline |
Definition at line 66 of file mat_latex_path_test.cc.
References rows_.
|
private |
Definition at line 51 of file mat_latex_path_test.cc.
Referenced by cols().
|
private |
Definition at line 50 of file mat_latex_path_test.cc.
Referenced by SimpleMatrix(), operator()(), and operator()().
|
private |
Definition at line 51 of file mat_latex_path_test.cc.
Referenced by rows().