11 #ifndef BOGUS_BLOCK_EVALUATORS_HPP
12 #define BOGUS_BLOCK_EVALUATORS_HPP
19 template< typename Src, typename Dest = typename BlockMatrixTraits<Src>::PlainObjectType >
22 template<
typename Src,
typename Dest >
30 const Dest& operator * ( )
const {
33 const Dest* operator -> ( )
const {
39 template<
typename Src >
47 const Src& operator * ( )
const {
50 const Src* operator -> ( )
const {
55 template<
typename Src,
typename Dest >
Base class for Transpose views of a BlockObjectBase.
Definition: Expressions.hpp:22
Evaluates an expression inside a temporary if necessary, otherwise returns directly a matrix referenc...
Definition: Evaluators.hpp:20