#include <Visitor.h>

Public Types | |
| typedef Derived::Index | Index |
| typedef Derived::Scalar | Scalar |
Public Member Functions | |
| void | init (const Scalar &value, Index i, Index j) |
Public Attributes | |
| Index | col |
| Scalar | res |
| Index | row |
| typedef Derived::Index internal::coeff_visitor< Derived >::Index |
Reimplemented in internal::max_coeff_visitor< Derived >, and internal::min_coeff_visitor< Derived >.
| typedef Derived::Scalar internal::coeff_visitor< Derived >::Scalar |
Reimplemented in internal::max_coeff_visitor< Derived >, and internal::min_coeff_visitor< Derived >.
| void internal::coeff_visitor< Derived >::init | ( | const Scalar & | value, |
| Index | i, | ||
| Index | j | ||
| ) | [inline] |
| Index internal::coeff_visitor< Derived >::col |
| Scalar internal::coeff_visitor< Derived >::res |
| Index internal::coeff_visitor< Derived >::row |