OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_class_vector
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/
mapstride.cpp
12
template<int Alignment,typename VectorType> void
map_class_vector
(const VectorType& m)
function
120
CALL_SUBTEST_1(
map_class_vector
<Aligned>(Matrix<float, 1, 1>()) );
121
CALL_SUBTEST_1(
map_class_vector
<Unaligned>(Matrix<float, 1, 1>()) );
122
CALL_SUBTEST_2(
map_class_vector
<Aligned>(Vector4d()) );
123
CALL_SUBTEST_2(
map_class_vector
<Unaligned>(Vector4d()) );
124
CALL_SUBTEST_3(
map_class_vector
<Aligned>(RowVector4f()) );
125
CALL_SUBTEST_3(
map_class_vector
<Unaligned>(RowVector4f()) );
126
CALL_SUBTEST_4(
map_class_vector
<Aligned>(VectorXcf(internal::random<int>(1,maxn))) );
127
CALL_SUBTEST_4(
map_class_vector
<Unaligned>(VectorXcf(internal::random<int>(1,maxn))) );
128
CALL_SUBTEST_5(
map_class_vector
<Aligned>(VectorXi(internal::random<int>(1,maxn))) )
[
all
...]
map.cpp
16
template<typename VectorType> void
map_class_vector
(const VectorType& m)
function
123
CALL_SUBTEST_1(
map_class_vector
(Matrix<float, 1, 1>()) );
125
CALL_SUBTEST_2(
map_class_vector
(Vector4d()) );
127
CALL_SUBTEST_3(
map_class_vector
(RowVector4f()) );
128
CALL_SUBTEST_4(
map_class_vector
(VectorXcf(8)) );
129
CALL_SUBTEST_5(
map_class_vector
(VectorXi(12)) );
/external/eigen/test/eigen2/
eigen2_map.cpp
12
template<typename VectorType> void
map_class_vector
(const VectorType& m)
function
96
CALL_SUBTEST_1(
map_class_vector
(Matrix<float, 1, 1>()) );
97
CALL_SUBTEST_2(
map_class_vector
(Vector4d()) );
98
CALL_SUBTEST_3(
map_class_vector
(RowVector4f()) );
99
CALL_SUBTEST_4(
map_class_vector
(VectorXcf(8)) );
100
CALL_SUBTEST_5(
map_class_vector
(VectorXi(12)) );
Completed in 138 milliseconds