#include <matrix_expr.h>
Public Types | |
enum | { is_true } |
typedef LeftTraits::result_tag | left_result |
typedef RightTraits::result_tag | right_result |
Definition at line 440 of file matrix_expr.h.
typedef LeftTraits::result_tag cml::et::MatrixExpressions< LeftTraits, RightTraits >::left_result |
Definition at line 443 of file matrix_expr.h.
typedef RightTraits::result_tag cml::et::MatrixExpressions< LeftTraits, RightTraits >::right_result |
Definition at line 444 of file matrix_expr.h.
anonymous enum |