#include <btk_matrix.hpp>
Inheritance diagram for BTKMatrix:
Public Types | |
typedef uBLAS::matrix< double > | base_matrix |
Public Member Functions | |
BTKMatrix (size_type x=3, size_type y=3) | |
Default constructor. | |
BTKMatrix (size_type x, size_type y, double val) | |
Construct a matrix with a default value. | |
BTKMatrix (BTKMatrix const &src) | |
Copy constructor. | |
template<class E> | |
BTKMatrix (uBLAS::matrix_expression< E > const &e) | |
Constrution from a uBLAS matrix expression. | |
virtual | ~BTKMatrix () |
template<class E> | |
BTKMatrix & | operator= (uBLAS::matrix_expression< E > const &e) |
Assignment from a uBLAS matrix expression. | |
bool | operator== (BTKMatrix const &rhs) const |
Equality comparison. | |
bool | operator!= (BTKMatrix const &rhs) const |
Inequality comparison. |
typedef uBLAS::matrix<double> base_matrix |
BTKMatrix | ( | size_type | x = 3 , |
|
size_type | y = 3 | |||
) |
Default constructor.
BTKMatrix | ( | size_type | x, | |
size_type | y, | |||
double | val | |||
) |
Construct a matrix with a default value.
BTKMatrix | ( | uBLAS::matrix_expression< E > const & | e | ) |
Constrution from a uBLAS matrix expression.
virtual ~BTKMatrix | ( | ) | [virtual] |
BTKMatrix& operator= | ( | uBLAS::matrix_expression< E > const & | e | ) |
Assignment from a uBLAS matrix expression.