|
DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra
Version of the Day
|
#include <DenseLinAlgPack_IOFormat.hpp>
Public Member Functions | |
| bound_format (const format &f, T &obj) | |
| | |
| const format & | f () const |
| | |
| T & | obj () |
| | |
| const T & | obj () const |
| | |
Definition at line 373 of file DenseLinAlgPack_IOFormat.hpp.
| DenseLinAlgPack::LinAlgPackIO::bound_format< T >::bound_format | ( | const format & | f, |
| T & | obj | ||
| ) | [inline] |
Definition at line 377 of file DenseLinAlgPack_IOFormat.hpp.
| const format& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::f | ( | ) | const [inline] |
Definition at line 380 of file DenseLinAlgPack_IOFormat.hpp.
| T& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::obj | ( | ) | [inline] |
Definition at line 382 of file DenseLinAlgPack_IOFormat.hpp.
| const T& DenseLinAlgPack::LinAlgPackIO::bound_format< T >::obj | ( | ) | const [inline] |
Definition at line 384 of file DenseLinAlgPack_IOFormat.hpp.
1.7.6.1