ROSE  0.11.145.0
Public Types | Public Member Functions | List of all members
Rose::BinaryAnalysis::Matrix< T > Class Template Reference

Description

template<class T>
class Rose::BinaryAnalysis::Matrix< T >

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.

Definition at line 25 of file Matrix.h.

#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)
 
Matrixoperator= (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
 

The documentation for this class was generated from the following file: