Public Types | |
typedef const Matrix &( | Signature )(int, int) |
Public Member Functions | |
matrix_i_j_constructor () | |
const Matrix & | operator() (int size1, int size2) const |
Public Attributes | |
boost::shared_ptr< Matrix > | ptr |
Definition at line 439 of file bfl_toolkit.cpp.
typedef const Matrix&( BFL::matrix_i_j_constructor::Signature)(int, int) |
Definition at line 442 of file bfl_toolkit.cpp.
BFL::matrix_i_j_constructor::matrix_i_j_constructor | ( | ) | [inline] |
Definition at line 444 of file bfl_toolkit.cpp.
const Matrix& BFL::matrix_i_j_constructor::operator() | ( | int | size1, |
int | size2 | ||
) | const [inline] |
Definition at line 446 of file bfl_toolkit.cpp.
boost::shared_ptr< Matrix > BFL::matrix_i_j_constructor::ptr [mutable] |
Definition at line 443 of file bfl_toolkit.cpp.