HomeSort by relevance Sort by last modified time
    Searched full:map_static_methods (Results 1 - 1 of 1) sorted by null

  /external/eigen/test/
mapped_matrix.cpp 122 template<typename VectorType> void map_static_methods(const VectorType& m) function
203 CALL_SUBTEST_6( map_static_methods(Matrix<double, 1, 1>()) );
204 CALL_SUBTEST_7( map_static_methods(Vector3f()) );
205 CALL_SUBTEST_8( map_static_methods(RowVector3d()) );
206 CALL_SUBTEST_9( map_static_methods(VectorXcd(8)) );
207 CALL_SUBTEST_10( map_static_methods(VectorXf(12)) );

Completed in 75 milliseconds