Searched refs:Eigen (Results 1 - 25 of 621) sorted by last modified time

1234567891011>>

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen { namespace
320 // In some previous versions of Eigen (e.g., 3.2.1), the scaling was omitted if the pivot
602 } // end namespace Eigen
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
H A DLLT_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 #include "Eigen/src/Core/util/MKL_support.h"
39 namespace Eigen { namespace
76 { return Eigen::internal::llt_rank_update_lower(mat, vec, sigma); } \
100 } // end namespace Eigen
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
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/
H A DArray.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
240 * Eigen defines several typedef shortcuts for most common 1D and 2D array types.
289 using Eigen::Matrix##SizeSuffix##TypeSuffix; \
290 using Eigen::Vector##SizeSuffix##TypeSuffix; \
291 using Eigen::RowVector##SizeSuffix##TypeSuffix;
306 } // end namespace Eigen
H A DArrayBase.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
106 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::ArrayBase
146 /** \returns an \link Eigen::MatrixBase Matrix \endlink expression of this array
226 } // end namespace Eigen
H A DArrayWrapper.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
252 } // end namespace Eigen
H A DAssign.h1 // This file is part of Eigen, a lightweight C++ template library
15 namespace Eigen { namespace
581 } // end namespace Eigen
H A DAssign_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
29 * MKL VML support for coefficient-wise unary Eigen expressions like a=b.sin()
36 namespace Eigen { namespace
79 : assign_impl<Derived1, Eigen::CwiseUnaryOp<UnaryOp, Derived2>,Traversal,Unrolling,BuiltIn>
91 // assign_impl<Derived1,Eigen::CwiseUnaryOp<UnaryOp, Derived2>,Traversal,Unrolling,BuiltIn>::run(dst,src);
109 // assign_impl<Derived1,Eigen::CwiseUnaryOp<UnaryOp, Derived2>,Traversal,Unrolling,BuiltIn>::run(dst,src);
118 struct assign_impl<Derived1, Eigen::CwiseUnaryOp<UnaryOp, Derived2>, TRAVERSAL, UNROLLING, Specialized> { \
119 static inline void run(Derived1 &dst, const Eigen::CwiseUnaryOp<UnaryOp, Derived2> &src) { \
222 } // end namespace Eigen
H A DBandMatrix.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
332 } // end namespace Eigen
H A DBlock.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
403 } // end namespace Eigen
H A DBooleanRedux.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
152 } // end namespace Eigen
H A DCommaInitializer.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
152 } // end namespace Eigen
H A DCoreIterators.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
15 /* This file contains the respective InnerIterator definition of the expressions defined in Eigen/Core
59 } // end namespace Eigen
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 DCwiseNullaryOp.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
862 } // end namespace Eigen
H A DCwiseUnaryOp.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
124 } // end namespace Eigen
H A DCwiseUnaryView.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
137 } // end namespace Eigen
H A DDenseBase.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
32 * and related expression types). The common Eigen API for dense objects is contained in this class.
283 Eigen::Transpose<Derived> transpose();
474 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::DenseBase
504 * Only do it when debugging Eigen, as this borders on paranoiac and could slow compilation down
519 } // end namespace Eigen
H A DDenseCoeffsBase.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
752 } // end namespace Eigen
H A DDenseStorage.h1 // This file is part of Eigen, a lightweight C++ template library
21 namespace Eigen { namespace
337 } // end namespace Eigen
H A DDiagonal.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
235 } // 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 DDiagonalProduct.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
128 } // end namespace Eigen
H A DDot.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
204 * of the coefficients of *this. If \a p is the special value \a Eigen::Infinity, this function returns the \f$ \ell^\infty \f$
261 } // end namespace Eigen

Completed in 194 milliseconds

1234567891011>>