template<typename Index, int Mode, bool ConjLhs, bool ConjRhs> \
struct triangular_matrix_vector_product<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,ColMajor,Specialized> { \
_rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr,
alpha); \
} \
}; \
template<typename Index, int Mode, bool ConjLhs, bool ConjRhs> \
struct triangular_matrix_vector_product<Index,Mode,Scalar,ConjLhs,Scalar,ConjRhs,RowMajor,Specialized> { \
_rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr,
alpha); \
} \
};