Searched defs:Eigen (Results 251 - 275 of 313) sorted by relevance

<<111213

/external/eigen/Eigen/src/Core/
H A DMathFunctions.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
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
H A DPermutationMatrix.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
687 } // end namespace Eigen
H A DProductBase.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
276 } // end namespace Eigen
H A DTranspose.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
191 * which gives Eigen good opportunities for optimization, or alternatively you can also do:
229 * which gives Eigen good opportunities for optimization, or alternatively you can also do:
417 } // end namespace Eigen
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DComplex.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
215 } // end namespace Eigen
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
251 } // end namespace Eigen
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
647 } // end namespace Eigen
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
276 } // end namespace Eigen
H A DGeneralMatrixVector.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
564 } // end namespace Eigen
H A DTriangularMatrixVector.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
346 } // end namespace Eigen
/external/eigen/Eigen/src/Core/util/
H A DMacros.h1 // This file is part of Eigen, a lightweight C++ template library
132 // Eval.h:91: sorry, unimplemented: inlining failed in call to 'const Eigen::Eval<Derived> Eigen::MatrixBase<Scalar, Derived>::eval() const'
172 namespace Eigen { namespace
183 namespace Eigen {
185 // trivial function copying a bool. Must be EIGEN_DONT_INLINE, so we implement it after including Eigen headers.
199 if(!Eigen::internal::copy_bool(x)) \
200 Eigen::internal::assert_fail(EIGEN_MAKESTRING(x), __PRETTY_FUNCTION__, __FILE__, __LINE__); \
241 namespace Eigen { namespace
246 #define EIGEN_UNUSED_VARIABLE(var) Eigen
[all...]
H A DStaticAssert.h1 // This file is part of Eigen, a lightweight C++ template library
14 /* Some notes on Eigen's static assertion mechanism:
36 namespace Eigen { namespace
99 } // end namespace Eigen
107 {Eigen::internal::static_assertion<bool(CONDITION)>::MSG;}
112 if (Eigen::internal::static_assertion<bool(CONDITION)>::MSG) {}
132 EIGEN_STATIC_ASSERT(TYPE::SizeAtCompileTime!=Eigen::Dynamic, \
137 EIGEN_STATIC_ASSERT(TYPE::SizeAtCompileTime==Eigen::Dynamic, \
153 (int(TYPE0::SizeAtCompileTime)==Eigen::Dynamic \
154 || int(TYPE1::SizeAtCompileTime)==Eigen
[all...]
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h1 // This file is part of Eigen, a lightweight C++ template library
12 namespace Eigen { namespace
495 } // end namespace Eigen
H A DTransform.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
786 } // end namespace Eigen
/external/eigen/Eigen/src/Eigenvalues/
H A DRealSchur.h1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen { namespace
527 } // end namespace Eigen
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
343 * Eigen defines several typedef shortcuts for most common aligned box types.
373 } // end namespace Eigen
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
90 * See the Eigen mailing list archive, thread: ILUT, date: July 8, 2012:
465 } // end namespace Eigen
/external/eigen/Eigen/src/LU/
H A DFullPivLU.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
242 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
262 /** Allows to come back to the default behavior, letting Eigen use its default formula for
265 * You should pass the special object Eigen::Default as parameter here.
266 * \code lu.setThreshold(Eigen::Default); \endcode
741 } // end namespace Eigen
/external/eigen/Eigen/src/OrderingMethods/
H A DAmd.h1 // This file is part of Eigen, a lightweight C++ template library
34 namespace Eigen { namespace
433 } // end namespace Eigen
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
719 } // end namespace Eigen
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
309 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
329 /** Allows to come back to the default behavior, letting Eigen use its default formula for
332 * You should pass the special object Eigen::Default as parameter here.
333 * \code qr.setThreshold(Eigen::Default); \endcode
578 } // end namespace Eigen
H A DFullPivHouseholderQR.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
305 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
325 /** Allows to come back to the default behavior, letting Eigen use its default formula for
328 * You should pass the special object Eigen::Default as parameter here.
329 * \code qr.setThreshold(Eigen::Default); \endcode
612 } // end namespace Eigen
/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
226 mutable MatrixType m_R; // The sparse matrix R in Eigen format
313 }// End namespace Eigen
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
103 CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>, Eigen::Transpose<const Derived> >,
137 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::SparseMatrixBase
449 } // end namespace Eigen
H A DSparseSelfAdjointView.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
505 } // end namespace Eigen

Completed in 2682 milliseconds

<<111213