OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:map_static_methods
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_map.cpp
66
template<typename VectorType> void
map_static_methods
(const VectorType& m)
function
108
CALL_SUBTEST_1(
map_static_methods
(Matrix<double, 1, 1>()) );
109
CALL_SUBTEST_2(
map_static_methods
(Vector3f()) );
110
CALL_SUBTEST_7(
map_static_methods
(RowVector3d()) );
111
CALL_SUBTEST_4(
map_static_methods
(VectorXcd(8)) );
112
CALL_SUBTEST_5(
map_static_methods
(VectorXf(12)) );
/external/eigen/test/
mapped_matrix.cpp
76
template<typename VectorType> void
map_static_methods
(const VectorType& m)
function
135
CALL_SUBTEST_6(
map_static_methods
(Matrix<double, 1, 1>()) );
136
CALL_SUBTEST_7(
map_static_methods
(Vector3f()) );
137
CALL_SUBTEST_8(
map_static_methods
(RowVector3d()) );
138
CALL_SUBTEST_9(
map_static_methods
(VectorXcd(8)) );
139
CALL_SUBTEST_10(
map_static_methods
(VectorXf(12)) );
Completed in 78 milliseconds