Home
last modified time | relevance | path

Searched defs:same_size (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/numeric/odeint/util/
Dsame_size.hpp41 static bool same_size( const State1 &x1 , const State2 &x2 ) in same_size() function
53 static bool same_size( const State1 &x1 , const State2 &x2 ) in same_size() function
62 bool same_size( const State1 &x1 , const State2 &x2 ) in same_size() function
99 static bool same_size( const FusionSeq &x1 , const FusionSeq &x2 ) in same_size() function
Dublas_wrapper.hpp206 static bool same_size( const boost::numeric::ublas::matrix< T , L , A > &m1 , in same_size() function
229 static bool same_size( const boost::numeric::ublas::matrix< T , L , A > &m , in same_size() function
254 static bool same_size( const boost::numeric::ublas::permutation_matrix< T , A > &m , in same_size() function
Dmulti_array_adaption.hpp90 static bool same_size( T1 const &x1 , T2 const &x2 ) in same_size() function
/third_party/boost/boost/numeric/odeint/external/mtl4/
Dmtl4_resize.hpp60 static bool same_size( const mtl::dense_vector< Value , Parameters > &v1 , in same_size() function
82 static bool same_size( const mtl::dense2D< Value , MatrixParameters > &m , in same_size() function
105 static bool same_size( const mtl::compressed2D< Value , MatrixParameters > &m , in same_size() function
/third_party/boost/boost/numeric/odeint/external/vexcl/
Dvexcl_resize.hpp53 static bool same_size( const vex::vector< T > &x1 , const vex::vector< T > &x2 ) in same_size() function
81 … static bool same_size( const vex::multivector< T , N > &x1 , const vex::multivector< T , N > &x2 ) in same_size() function
/third_party/boost/boost/numeric/odeint/external/eigen/
Deigen_resize.hpp60 …static bool same_size( const Eigen::MatrixBase< Derived > &m1 , const Eigen::MatrixBase< Derived >… in same_size() function
71 …static bool same_size( const Eigen::ArrayBase< Derived > &v1 , const Eigen::ArrayBase< Derived > … in same_size() function
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/
Dvector_vector_resize.hpp34 static bool same_size( const state_type &x1 , in same_size() function
73 bool same_size( const State &x ) in same_size() function
/third_party/boost/libs/numeric/odeint/test/
Ddiagnostic_state_type.hpp94 static bool same_size( const diagnostic_type< N > &x1 , const diagnostic_type< M > &x2 ) in same_size() function
103 static bool same_size( const diagnostic_type< N > &x1 , const State1 &x2 ) in same_size() function
112 static bool same_size( const State1 &x1 , const diagnostic_type< N > &x2 ) in same_size() function
Dresizing_test_state_type.hpp49 static bool same_size( const test_array_type &x1 , const test_array_type &x2 ) in same_size() function
/third_party/boost/boost/numeric/odeint/external/viennacl/
Dviennacl_resize.hpp52 static bool same_size( const viennacl::vector< T > &x1 , const viennacl::vector< T > &x2 ) in same_size() function
/third_party/boost/boost/numeric/odeint/external/blaze/
Dblaze_resize.hpp41 …static bool same_size( const blaze::DynamicVector< T1 , TF1 > &x1 , const blaze::DynamicVector< T2… in same_size() function
/third_party/boost/boost/numeric/odeint/external/nt2/
Dnt2_resize.hpp30 static bool same_size ( const nt2::container::table<T,S> &v1 in same_size() function
/third_party/boost/boost/numeric/odeint/external/compute/
Dcompute_resize.hpp39 …static bool same_size( const boost::compute::vector< T, A > &x , const boost::compute::vector< T, … in same_size() function
/third_party/boost/libs/numeric/odeint/examples/
Dlist_lattice.cpp34 static bool same_size( const state_type &v1 , in same_size() function
/third_party/boost/boost/numeric/odeint/external/mpi/
Dmpi_state.hpp66 static bool same_size( const mpi_state< InnerState1 > &x , const mpi_state< InnerState2 > &y ) in same_size() function
/third_party/boost/boost/numeric/odeint/external/openmp/
Dopenmp_state.hpp65 static bool same_size( const openmp_state< T > &x , const openmp_state< T > &y ) in same_size() function
/third_party/boost/boost/numeric/odeint/external/gsl/
Dgsl_wrapper.hpp178 static bool same_size( const gsl_vector* x , const gsl_vector* y ) in same_size() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c8163 gboolean interlaced, same_matrix, same_primaries, same_size, crop, border; in video_converter_lookup_fastpath() local