Searched refs:NbCols (Results 1 – 2 of 2) sorted by relevance
302 struct NbCols struct309 struct NbCols<Matrix<P,R,C,Allocator>> struct316 struct NbCols<const Matrix<P,R,C,Allocator>&> struct328 (NbCols<M>::value == StaticLength<V>::value) &&341 (NbCols<MA>::value == NbRows<MB>::value) &&399 constexpr static bool dynamic = (NbRows<MA>::value < 0) || (NbCols<MB>::value < 0);401 constexpr static vector_length_t nbcols = dynamic ? DYNAMIC : NbCols<MB>::value;699 struct NbCols<_Outer<LHS,RHS,OP>> struct701 constexpr static vector_length_t value = NbCols<RHS>::value; argument
28 struct NbCols;