Public Types | |
typedef std::size_t | size_type |
Public Member Functions | |
dense_matrix (std::size_t rows, std::size_t cols) | |
T & | operator() (std::size_t i, std::size_t j) |
T const & | operator() (std::size_t i, std::size_t j) const |
std::size_t | size1 () const |
std::size_t | size2 () const |
dense_matrix & | operator+= (dense_matrix const &other) |
Definition at line 46 of file structured-matrices.cpp.
typedef std::size_t dense_matrix< T >::size_type |
Definition at line 49 of file structured-matrices.cpp.
|
inline |
Definition at line 51 of file structured-matrices.cpp.
|
inline |
Definition at line 53 of file structured-matrices.cpp.
|
inline |
Definition at line 54 of file structured-matrices.cpp.
|
inline |
Definition at line 59 of file structured-matrices.cpp.
|
inline |
Definition at line 56 of file structured-matrices.cpp.
|
inline |
Definition at line 57 of file structured-matrices.cpp.