Searched refs:Eigen (Results 476 - 500 of 621) sorted by relevance

<<11121314151617181920>>

/external/eigen/test/
H A Dqr.cpp1 // This file is part of Eigen, a lightweight C++ template library
11 #include <Eigen/QR>
H A Dqr_colpivoting.cpp1 // This file is part of Eigen, a lightweight C++ template library
12 #include <Eigen/QR>
H A Dqr_fullpivoting.cpp1 // This file is part of Eigen, a lightweight C++ template library
12 #include <Eigen/QR>
H A Darray.cpp1 // This file is part of Eigen, a lightweight C++ template library
198 VERIFY_IS_APPROX(Eigen::pow(m1,exponents), m1.square());
233 VERIFY_IS_APPROX(m1.sqrt(), Eigen::sqrt(m1));
H A Dblock.cpp1 // This file is part of Eigen, a lightweight C++ template library
14 typename Eigen::internal::enable_if<!NumTraits<typename MatrixType::Scalar>::IsComplex,typename MatrixType::Scalar>::type
27 typename Eigen::internal::enable_if<NumTraits<typename MatrixType::Scalar>::IsComplex,typename MatrixType::Scalar>::type
H A Dcholesky.cpp1 // This file is part of Eigen, a lightweight C++ template library
19 #include <Eigen/Cholesky>
20 #include <Eigen/QR>
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffVector.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
27 * AutoDiffScalar can be used as the scalar type of an Eigen::Matrix object. However,
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
220 } // end namespace Eigen
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DMINRES.h1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen { namespace
299 } // end namespace Eigen
H A DDGMRES.h1 // This file is part of Eigen, a lightweight C++ template library
13 #include <Eigen/Eigenvalues>
15 namespace Eigen { namespace
541 } // end namespace Eigen
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMonestep.h1 // This file is part of Eigen, a lightweight C++ template library
17 namespace Eigen { namespace
200 } // end namespace Eigen
H A DLMqrsolv.h1 // This file is part of Eigen, a lightweight C++ template library
18 namespace Eigen { namespace
187 } // end namespace Eigen
/external/eigen/unsupported/Eigen/src/Polynomials/
H A DCompanion.h1 // This file is part of Eigen, a lightweight C++ template library
14 // * Eigen/Core
15 // * Eigen/src/PolynomialSolver.h
17 namespace Eigen { namespace
274 } // end namespace Eigen
H A DPolynomialSolver.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
319 * WARNING: this polynomial solver is experimental, part of the unsuported Eigen modules.
387 } // end namespace Eigen
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
138 * - \#include <google/dense_hash_map> yourself \b before Eigen/Sparse header
325 } // end namespace Eigen
/external/eigen/unsupported/test/
H A Dautodiff.cpp1 // This file is part of Eigen, a lightweight C++ template library
11 #include <unsupported/Eigen/AutoDiff>
H A Dbdcsvd.cpp1 // This file is part of Eigen, a lightweight C++ template library
15 #include <Eigen/LU>
H A Dmatrix_function.cpp1 // This file is part of Eigen, a lightweight C++ template library
11 #include <unsupported/Eigen/MatrixFunctions>
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer.cc41 #include "Eigen/Core"
222 (x - projected_gradient_step).lpNorm<Eigen::Infinity>();
598 (x - projected_gradient_step).lpNorm<Eigen::Infinity>();
H A Dline_search_minimizer.cc49 #include "Eigen/Dense"
93 (x - projected_gradient_step).lpNorm<Eigen::Infinity>();
/external/eigen/Eigen/src/Cholesky/
H A DLLT.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
327 return Eigen::internal::llt_rank_update_lower(mat, vec, sigma);
488 } // end namespace Eigen
/external/eigen/unsupported/Eigen/src/Eigenvalues/
H A DArpackSelfAdjointEigenSolver.h1 // This file is part of Eigen, a lightweight C++ template library
6 // Eigen is free software; you can redistribute it and/or
16 // Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
23 // Eigen. If not, see <http://www.gnu.org/licenses/>.
28 #include <Eigen/Dense>
30 namespace Eigen { namespace
802 } // end namespace Eigen
/external/eigen/Eigen/src/Core/
H A DCwiseBinaryOp.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
27 * both the left-hand side and the right-hand side are Eigen expressions.
227 } // end namespace Eigen
H A DDiagonalMatrix.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
311 } // end namespace Eigen
H A DGenericPacketMath.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
347 } // end namespace Eigen

Completed in 346 milliseconds

<<11121314151617181920>>