/external/eigen/unsupported/Eigen/src/SparseExtra/ |
BlockOfDynamicSparseMatrix.h | 1 // This file is part of Eigen, a lightweight C++ template library 13 namespace Eigen { 120 } // end namespace Eigen
|
/external/eigen/Eigen/src/Cholesky/ |
LLT_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 #include "Eigen/src/Core/util/MKL_support.h" 39 namespace Eigen { 76 { return Eigen::internal::llt_rank_update_lower(mat, vec, sigma); } \ 100 } // end namespace Eigen
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrix_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 116 } // end namespace Eigen
|
TriangularSolverMatrix_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 153 } // end namespace Eigen
|
GeneralMatrixMatrixTriangular_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 144 } // end namespace Eigen
|
GeneralMatrixVector_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 129 } // end namespace Eigen
|
SelfadjointMatrixMatrix_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 293 } // end namespace Eigen
|
SelfadjointMatrixVector_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 112 } // end namespace Eigen
|
TriangularMatrixMatrix_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 119 /*std::cout << "TRMM_L: A is not square! Go to Eigen TRMM implementation!\n";*/ \ 233 /*std::cout << "TRMM_R: A is not square! Go to Eigen TRMM implementation!\n";*/ \ 307 } // end namespace Eigen
|
TriangularMatrixVector_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 namespace Eigen { 245 } // end namespace Eigen
|
/external/eigen/Eigen/src/Eigen2Support/ |
Block.h | 1 // This file is part of Eigen, a lightweight C++ template library 14 namespace Eigen { 18 * \param type the type of corner. Can be \a Eigen::TopLeft, \a Eigen::TopRight, 19 * \a Eigen::BottomLeft, \a Eigen::BottomRight. 73 * \param type the type of corner. Can be \a Eigen::TopLeft, \a Eigen::TopRight, 74 * \a Eigen::BottomLeft, \a Eigen::BottomRight [all...] |
VectorBlock.h | 1 // This file is part of Eigen, a lightweight C++ template library 14 namespace Eigen { 92 } // end namespace Eigen
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 #include "Eigen/src/Core/util/MKL_support.h" 38 namespace Eigen { 92 } // end namespace Eigen
|
RealSchur_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 #include "Eigen/src/Core/util/MKL_support.h" 38 namespace Eigen { 81 } // end namespace Eigen
|
SelfAdjointEigenSolver_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/LU/ |
PartialPivLU_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 36 #include "Eigen/src/Core/util/MKL_support.h" 38 namespace Eigen { 83 } // 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 { 82 /*m_det_pq = (number_of_transpositions%2) ? -1 : 1; // TODO: It's not needed now; fix upon availability in Eigen */ \ 97 } // end namespace Eigen
|
HouseholderQR_MKL.h | 28 * Content : Eigen bindings to Intel(R) MKL 37 #include "Eigen/src/Core/util/MKL_support.h" 39 namespace Eigen { 67 } // 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/ |
SparseRedux.h | 1 // This file is part of Eigen, a lightweight C++ template library 13 namespace Eigen { 43 } // end namespace Eigen
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
r1mpyq.h | 1 namespace Eigen { 5 // TODO : move this to GivensQR once there's such a thing in Eigen 30 } // end namespace Eigen
|
/external/eigen/Eigen/src/Core/ |
CommaInitializer.h | 1 // This file is part of Eigen, a lightweight C++ template library 14 namespace Eigen { 152 } // end namespace Eigen
|
GlobalFunctions.h | 1 // This file is part of Eigen, a lightweight C++ template library 16 inline const Eigen::CwiseUnaryOp<Eigen::internal::FUNCTOR<typename Derived::Scalar>, const Derived> \ 17 NAME(const Eigen::ArrayBase<Derived>& x) { \ 26 typedef const Eigen::CwiseUnaryOp<Eigen::internal::FUNCTOR<typename Derived::Scalar>, const Derived> type; \ 31 static inline typename NAME##_retval<ArrayBase<Derived> >::type run(const Eigen::ArrayBase<Derived>& x) \ 38 namespace Eigen 54 inline const Eigen::CwiseUnaryOp<Eigen::internal::scalar_pow_op<typename Derived::Scalar>, const Derived [all...] |
VectorBlock.h | 1 // This file is part of Eigen, a lightweight C++ template library 14 namespace Eigen { 93 } // end namespace Eigen
|
/external/eigen/Eigen/src/Core/util/ |
XprHelper.h | 1 // This file is part of Eigen, a lightweight C++ template library 25 namespace Eigen { 297 * For example, when you do a * (b+c), Eigen will determine how the expression b+c should be 467 } // end namespace Eigen
|