Searched defs:array_algebra (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/numeric/odeint/algebra/ |
D | array_algebra.hpp | 34 struct array_algebra struct 39 static void for_each1( Array< T, dim > &s1, Op op ) in for_each1() 47 static void for_each2( Array< T, dim > &s1, const Array< T, dim > &s2, in for_each2() 56 static void for_each3( Array< T , dim > &s1 , in for_each3() 67 static void for_each3( Array< T , dim > &s1 , in for_each3() 77 static void for_each4( Array< T , dim > &s1 , in for_each4() 88 static void for_each5( Array< T , dim > &s1 , in for_each5() 100 static void for_each6( Array< T , dim > &s1 , in for_each6() 113 static void for_each7( Array< T , dim > &s1 , in for_each7() 127 static void for_each8( Array< T , dim > &s1 , in for_each8() [all …]
|