HomeSort by relevance Sort by last modified time
    Searched defs:Eigen (Results 251 - 275 of 310) sorted by null

<<111213

  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 1 // This file is part of Eigen, a lightweight C++ template library
12 #include "Eigen/src/IterativeLinearSolvers/IncompleteLUT.h"
13 #include <Eigen/OrderingMethods>
16 namespace Eigen {
276 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 1 // This file is part of Eigen, a lightweight C++ template library
15 namespace Eigen {
242 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 1 // This file is part of Eigen, a lightweight C++ template library
18 namespace Eigen {
484 } // end namespace Eigen
MatrixSquareRoot.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
464 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/SVD/
SVDBase.h 1 // This file is part of Eigen, a lightweight C++ template library
18 namespace Eigen {
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
293 } // end namespace Eigen
SkylineStorage.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
257 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
138 * - \#include <google/dense_hash_map> yourself \b before Eigen/Sparse header
325 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 1 // This file is part of Eigen, a lightweight C++ template library
15 namespace Eigen
  /external/eigen/unsupported/test/
BVH.cpp 1 // This file is part of Eigen, a lightweight C++ template library
11 #include <Eigen/StdVector>
12 #include <Eigen/Geometry>
13 #include <unsupported/Eigen/BVH>
15 namespace Eigen {
  /external/ceres-solver/include/ceres/
jet.h 164 #include "Eigen/Core"
196 // The use of Eigen::DenseBase allows Eigen expressions
200 Jet(const T& value, const Eigen::DenseBase<Derived> &vIn)
232 // Note the Eigen::DontAlign bit is needed here because this object
239 // Setting the DontAlign bit prevents Eigen from using SSE for the
245 Eigen::Matrix<T, N, 1, Eigen::DontAlign> v;
596 // Define the helper functions Eigen needs to embed Jet types.
609 // TODO(keir): This is an Eigen 2.0 limitation that is lifted in 3.0. When w
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen {
325 // In some previous versions of Eigen (e.g., 3.2.1), the scaling was omitted if the pivot
609 } // end namespace Eigen
LLT.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
35 * situations like generalised eigen problems with hermitian matrices.
333 return Eigen::internal::llt_rank_update_lower(mat, vec, sigma);
496 } // end namespace Eigen
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
48 /** Wraps the Eigen sparse matrix \a mat into a Cholmod sparse matrix object.
105 /** Returns a view of the Eigen sparse matrix \a mat as Cholmod sparse matrix.
118 /** Returns a view of the Eigen \b dense matrix \a mat as Cholmod dense matrix.
139 /** Returns a view of the Cholmod sparse matrix \a cm as an Eigen sparse matrix.
371 * This simplicial variant is equivalent to Eigen's built-in SimplicialLLT class. Therefore, it has little practical interest.
418 * This simplicial variant is equivalent to Eigen's built-in SimplicialLDLT class. Therefore, it has little practical interest.
605 } // end namespace Eigen
  /external/eigen/Eigen/src/Core/
Functors.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
692 // In Eigen, any binary op (Product, CwiseBinaryOp) require the Lhs and Rhs to have the same scalar type, except for multiplication
    [all...]
GenericPacketMath.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
347 } // end namespace Eigen
MathFunctions.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
54 #define EIGEN_MATHFUNC_IMPL(func, scalar) Eigen::internal::func##_impl<typename Eigen::internal::global_math_functions_filtering_base<scalar>::type>
55 #define EIGEN_MATHFUNC_RETVAL(func, scalar) typename Eigen::internal::func##_retval<typename Eigen::internal::global_math_functions_filtering_base<scalar>::type>::type
766 } // end namespace Eigen
PlainObjectBase.h 1 // This file is part of Eigen, a lightweight C++ template library
25 namespace Eigen {
111 template<typename PlainObjectType, int MapOptions, typename StrideType> friend class Eigen::Map;
112 friend class Eigen::Map<Derived, Unaligned>;
113 typedef Eigen::Map<Derived, Unaligned> MapType;
114 friend class Eigen::Map<const Derived, Unaligned>;
115 typedef const Eigen::Map<const Derived, Unaligned> ConstMapType;
116 friend class Eigen::Map<Derived, Aligned>;
117 typedef Eigen::Map<Derived, Aligned> AlignedMapType;
118 friend class Eigen::Map<const Derived, Aligned>
    [all...]
TriangularMatrix.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
837 } // end namespace Eigen
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
251 } // end namespace Eigen
PacketMath.h 1 // This file is part of Eigen, a lightweight C++ template library
15 namespace Eigen {
417 } // end namespace Eigen
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
710 } // end namespace Eigen
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
425 } // end namespace Eigen
GeneralMatrixVector.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
564 } // end namespace Eigen
  /external/eigen/Eigen/src/Core/util/
Macros.h 1 // This file is part of Eigen, a lightweight C++ template library
139 // Eval.h:91: sorry, unimplemented: inlining failed in call to 'const Eigen::Eval<Derived> Eigen::MatrixBase<Scalar, Derived>::eval() const'
179 namespace Eigen {
190 namespace Eigen {
192 // trivial function copying a bool. Must be EIGEN_DONT_INLINE, so we implement it after including Eigen headers.
206 if(!Eigen::internal::copy_bool(x)) \
207 Eigen::internal::assert_fail(EIGEN_MAKESTRING(x), __PRETTY_FUNCTION__, __FILE__, __LINE__); \
248 namespace Eigen {
253 #define EIGEN_UNUSED_VARIABLE(var) Eigen::internal::ignore_unused_variable(var)
    [all...]

Completed in 390 milliseconds

<<111213