ROSE 0.11.145.147
|
Matrix values.
This is a matrix that uses the Dlib-like API, with the main difference being that sizes are of type size_t
instead of a signed type.
#include <Rose/BinaryAnalysis/Matrix.h>
Public Types | |
typedef T | Value |
Public Member Functions | |
Matrix (size_t n) | |
Matrix (size_t nr, size_t nc) | |
Matrix (const Matrix< T > &other) | |
Matrix & | operator= (const Matrix< T > &other) |
size_t | nr () const |
size_t | nc () const |
T & | operator() (size_t i, size_t j) |
const T & | operator() (size_t i, size_t j) const |
size_t | size () const |
typedef T Rose::BinaryAnalysis::Matrix< T >::Value |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |