|
DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra
Version of the Day
|
#include <DenseLinAlgPack_IOFormat.hpp>
Public Member Functions | |
| const_bound_format (const format &f, const T &obj) | |
| | |
| const_bound_format (const bound_format< T > &bf) | |
| Allow implicit conversion from a bound_format to a const bound_format. | |
| const format & | f () const |
| | |
| const T & | obj () const |
| | |
Definition at line 408 of file DenseLinAlgPack_IOFormat.hpp.
| DenseLinAlgPack::LinAlgPackIO::const_bound_format< T >::const_bound_format | ( | const format & | f, |
| const T & | obj | ||
| ) | [inline] |
Definition at line 412 of file DenseLinAlgPack_IOFormat.hpp.
| DenseLinAlgPack::LinAlgPackIO::const_bound_format< T >::const_bound_format | ( | const bound_format< T > & | bf | ) | [inline] |
Allow implicit conversion from a bound_format to a const bound_format.
Definition at line 415 of file DenseLinAlgPack_IOFormat.hpp.
| const format& DenseLinAlgPack::LinAlgPackIO::const_bound_format< T >::f | ( | ) | const [inline] |
Definition at line 418 of file DenseLinAlgPack_IOFormat.hpp.
| const T& DenseLinAlgPack::LinAlgPackIO::const_bound_format< T >::obj | ( | ) | const [inline] |
Definition at line 420 of file DenseLinAlgPack_IOFormat.hpp.
1.7.6.1