Searched refs:vector_matrix_binary (Results 1 – 2 of 2) sorted by relevance
322 class vector_matrix_binary: class323 public matrix_expression<vector_matrix_binary<E1, E2, F> > {331 typedef vector_matrix_binary<E1, E2, F> self_type;349 vector_matrix_binary (const expression1_type &e1, const expression2_type &e2): in vector_matrix_binary() function in boost::numeric::ublas::vector_matrix_binary384 bool same_closure (const vector_matrix_binary &vmb) const { in same_closure()459 public container_const_reference<vector_matrix_binary>,466 typedef typename vector_matrix_binary::difference_type difference_type;467 typedef typename vector_matrix_binary::value_type value_type;468 typedef typename vector_matrix_binary::const_reference reference;469 typedef typename vector_matrix_binary::const_pointer pointer;[all …]
1361 … typedef vector_matrix_binary<vector<T>, vector<T>, scalar_multiplies<T, T> > expression_model; in concept_checks()