HomeSort by relevance Sort by last modified time
    Searched refs:Eigen (Results 276 - 300 of 542) sorted by null

<<11121314151617181920>>

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h 1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra. Eigen itself is part of the KDE project.
12 namespace Eigen {
145 } // end namespace Eigen
RotationBase.h 1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra. Eigen itself is part of the KDE project.
12 namespace Eigen {
123 } // end namespace Eigen
  /external/eigen/Eigen/src/Eigen2Support/
LU.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
118 } // end namespace Eigen
MathFunctions.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
55 } // end namespace Eigen
Meta.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
73 } // end namespace Eigen
Minor.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
115 } // end namespace Eigen
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h 1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen {
23 * \brief Computes eigenvalues and eigenvectors of the generalized selfadjoint eigen problem
191 // transform back the eigen vectors: evecs = inv(U) * evecs
204 // transform back the eigen vectors: evecs = inv(U) * evecs
217 // transform back the eigen vectors: evecs = L * evecs
225 } // end namespace Eigen
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
152 } // end namespace Eigen
  /external/eigen/Eigen/src/Householder/
BlockHouseholder.h 1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen {
66 } // end namespace Eigen
Householder.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
166 } // end namespace Eigen
  /external/eigen/Eigen/src/IterativeLinearSolvers/
BasicPreconditioners.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
19 * In other words, this preconditioner neglects all off diagonal entries and, in Eigen's language, solves for:
147 } // end namespace Eigen
  /external/eigen/Eigen/src/LU/
Determinant.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
99 } // end namespace Eigen
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR_MKL.h 28 * Content : Eigen bindings to Intel(R) MKL
37 #include "Eigen/src/Core/util/MKL_support.h"
39 namespace Eigen {
81 /*m_det_pq = (number_of_transpositions%2) ? -1 : 1; // TODO: It's not needed now; fix upon availability in Eigen */ \
96 } // end namespace Eigen
  /external/eigen/Eigen/src/SVD/
JacobiSVD_MKL.h 28 * Content : Eigen bindings to Intel(R) MKL
36 #include "Eigen/src/Core/util/MKL_support.h"
38 namespace Eigen {
90 } // end namespace Eigen
  /external/eigen/Eigen/src/SparseCore/
SparseDot.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
92 } // end namespace Eigen
  /external/eigen/bench/
check_cache_queries.cpp 4 #include "../Eigen/Core"
6 using namespace Eigen;
20 cout << "Eigen's L1 = " << internal::queryL1CacheSize() << endl;
21 cout << "Eigen's L2/L3 = " << internal::queryTopLevelCacheSize() << endl;
24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
51 cout << "Eigen's amd L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
  /external/eigen/test/
bandmatrix.cpp 1 // This file is triangularView of Eigen, a lightweight C++ template library
61 using Eigen::internal::BandMatrix;
determinant.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 #include <Eigen/LU>
geo_transformations.cpp 1 // This file is part of Eigen, a lightweight C++ template library
11 #include <Eigen/Geometry>
12 #include <Eigen/LU>
13 #include <Eigen/SVD>
270 t1 = (Matrix3(q1) * Eigen::Scaling(v0)) * Translation3(v0);
272 t1 = (q1 * Eigen::Scaling(v0)) * Translation3(v0);
281 t1 = Eigen::Scaling(s0) * Translation3(v0);
284 t1 = Eigen::Scaling(s0) * t1;
289 t1 = t3 * Eigen::Scaling(s0,s0,s0);
292 t1 = Eigen::Scaling(s0,s0,s0) * t1
    [all...]
inverse.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 #include <Eigen/LU>
jacobi.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 #include <Eigen/SVD>
triangular.cpp 1 // This file is triangularView of Eigen, a lightweight C++ template library
93 m1.transpose().template triangularView<Eigen::Upper>().solveInPlace(trm4);
94 VERIFY_IS_APPROX(m4 * m1.template triangularView<Eigen::Lower>(), m3);
99 m3.transpose().template triangularView<Eigen::Lower>().solveInPlace(trm4);
100 VERIFY_IS_APPROX(m4 * m1.template triangularView<Eigen::Upper>(), m3);
  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 1 // This file is part of Eigen, a lightweight C++ template library
11 #include <Eigen/LU>
eigen2_svd.cpp 1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra. Eigen itself is part of the KDE project.
11 #include <Eigen/SVD>
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
111 } // end namespace Eigen

Completed in 266 milliseconds

<<11121314151617181920>>