cppx-core
|
#include <Matrix_.hpp>
Public Member Functions | |
auto | n_items () const -> Size |
auto | width () const -> Size |
auto | height () const -> Size |
auto | begin () const |
auto | end () const |
auto | data () const |
auto | begin () |
auto | end () |
auto | data () |
auto | index_of (const Index col, const Index row) const -> Index |
auto | col_of (const Index i) const -> Index |
auto | row_of (const Index i) const -> Index |
auto | operator() (const Index col, const Index row) const -> const Item & |
auto | operator() (const Index col, const Index row) -> Item & |
auto | at (const Index col, const Index row) const -> const Item & |
auto | at (const Index col, const Index row) -> Item & |
Matrix_ () | |
Matrix_ (const Size width, const Size height) | |
Definition at line 17 of file Matrix_.hpp.
|
inline |
Definition at line 77 of file Matrix_.hpp.
|
inline |
Definition at line 83 of file Matrix_.hpp.
|
inline |
Definition at line 69 of file Matrix_.hpp.
|
inline |
Definition at line 73 of file Matrix_.hpp.
|
inline |
Definition at line 42 of file Matrix_.hpp.
|
inline |
Definition at line 45 of file Matrix_.hpp.
|
inline |
Definition at line 53 of file Matrix_.hpp.
|
inline |
Definition at line 44 of file Matrix_.hpp.
|
inline |
Definition at line 47 of file Matrix_.hpp.
|
inline |
Definition at line 43 of file Matrix_.hpp.
|
inline |
Definition at line 46 of file Matrix_.hpp.
|
inline |
Definition at line 40 of file Matrix_.hpp.
|
inline |
Definition at line 49 of file Matrix_.hpp.
|
inline |
Definition at line 38 of file Matrix_.hpp.
|
inline |
Definition at line 61 of file Matrix_.hpp.
|
inline |
Definition at line 65 of file Matrix_.hpp.
|
inline |
Definition at line 57 of file Matrix_.hpp.
|
inline |
Definition at line 39 of file Matrix_.hpp.