OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vector4d
(Results
1 - 12
of
12
) sorted by null
/external/eigen/unsupported/doc/examples/
PolynomialUtils1.cpp
9
Vector4d
roots =
Vector4d
::Random();
16
Vector4d
evaluation;
/external/eigen/doc/snippets/
MatrixBase_fixedBlock_int_int.cpp
1
Matrix4d m =
Vector4d
(1,2,3,4).asDiagonal();
/external/eigen/test/
unalignedassert.cpp
92
construct_at_boundary<
Vector4d
>(16);
116
VERIFY_RAISES_ASSERT(construct_at_boundary<
Vector4d
>(8));
dynalloc.cpp
102
CALL_SUBTEST(check_dynaligned<
Vector4d
>() );
mapstride.cpp
122
CALL_SUBTEST_2( map_class_vector<Aligned>(
Vector4d
()) );
123
CALL_SUBTEST_2( map_class_vector<Unaligned>(
Vector4d
()) );
nullary.cpp
117
CALL_SUBTEST_5( testVectorType(
Vector4d
()) ); // regression test for bug 232
map.cpp
125
CALL_SUBTEST_2( map_class_vector(
Vector4d
()) );
stable_norm.cpp
105
CALL_SUBTEST_2( stable_norm(
Vector4d
()) );
/external/eigen/test/eigen2/
eigen2_regression.cpp
113
Vector4d
points4d [1000];
114
Vector4d
*points4d_ptrs [1000];
eigen2_dynalloc.cpp
102
CALL_SUBTEST( check_dynaligned<
Vector4d
>() );
eigen2_map.cpp
97
CALL_SUBTEST_2( map_class_vector(
Vector4d
()) );
/external/eigen/unsupported/test/
openglsupport.cpp
323
typedef
Vector4d
Vector4d
;
327
VERIFY_UNIFORM(dv,v4d,
Vector4d
);
Completed in 346 milliseconds