Searched defs:Eigen (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Deigen.h4 #include <Eigen/Core>
5 #include <Eigen/Geometry>
7 namespace Eigen { namespace
9 // Eigen doesn't take advantage of C++ template typedefs, but we can
34 // In Eigen, the type you should be using for transformation matrices is the
48 // Note, the use of N-1 is because the parameter passed to Eigen is the ambient
55 } // namespace Eigen
H A Dlog_helpers.h15 const Eigen::Vector<T, 2>& vec) {
21 const Eigen::Vector<T, 3>& vec) {
27 const Eigen::Vector<T, 4>& vec) {
34 const Eigen::AffineMatrix<T, 4>& mat) {
14 operator <<(std::ostream& out, const Eigen::Vector<T, 2>& vec) argument
20 operator <<(std::ostream& out, const Eigen::Vector<T, 3>& vec) argument
26 operator <<(std::ostream& out, const Eigen::Vector<T, 4>& vec) argument
33 operator <<(std::ostream& out, const Eigen::AffineMatrix<T, 4>& mat) argument
H A Dfield_of_view.h40 Eigen::AffineMatrix<float, 4> GetProjectionMatrix(float z_near,
50 return Eigen::AffineMatrix<float, 4>::Identity();
60 // Note: Eigen matrix initialization syntax is always 'column-major'
63 Eigen::AffineMatrix<float, 4> result;
72 const Eigen::AffineMatrix<float, 4>& m) {
71 FromProjectionMatrix( const Eigen::AffineMatrix<float, 4>& m) argument

Completed in 742 milliseconds