Searched defs:Eigen (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DBlockOfDynamicSparseMatrix.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
120 } // end namespace Eigen
/external/eigen/Eigen/src/Cholesky/
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/Core/products/
H A DGeneralMatrixMatrix_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
116 } // end namespace Eigen
H A DTriangularSolverMatrix_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
153 } // end namespace Eigen
H A DGeneralMatrixMatrixTriangular_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
144 } // end namespace Eigen
H A DGeneralMatrixVector_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
129 } // end namespace Eigen
H A DSelfadjointMatrixMatrix_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
293 } // end namespace Eigen
H A DSelfadjointMatrixVector_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
112 } // end namespace Eigen
H A DTriangularMatrixMatrix_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
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
H A DTriangularMatrixVector_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen { namespace
245 } // end namespace Eigen
/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 #include "Eigen/src/Core/util/MKL_support.h"
38 namespace Eigen { namespace
92 } // end namespace Eigen
H A DRealSchur_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 #include "Eigen/src/Core/util/MKL_support.h"
38 namespace Eigen { namespace
81 } // end namespace Eigen
H A DSelfAdjointEigenSolver_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 #include "Eigen/src/Core/util/MKL_support.h"
38 namespace Eigen { namespace
90 } // end namespace Eigen
/external/eigen/Eigen/src/LU/
H A DPartialPivLU_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 #include "Eigen/src/Core/util/MKL_support.h"
38 namespace Eigen { namespace
83 } // end namespace Eigen
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
37 #include "Eigen/src/Core/util/MKL_support.h"
39 namespace Eigen { namespace
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
H A DHouseholderQR_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
37 #include "Eigen/src/Core/util/MKL_support.h"
39 namespace Eigen { namespace
67 } // end namespace Eigen
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD_MKL.h28 * Content : Eigen bindings to Intel(R) MKL
36 #include "Eigen/src/Core/util/MKL_support.h"
38 namespace Eigen { namespace
90 } // end namespace Eigen
/external/eigen/Eigen/src/SparseCore/
H A DSparseRedux.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
43 } // end namespace Eigen
/external/eigen/Eigen/src/Core/util/
H A DXprHelper.h1 // This file is part of Eigen, a lightweight C++ template library
25 namespace Eigen { namespace
297 * For example, when you do a * (b+c), Eigen will determine how the expression b+c should be
467 } // end namespace Eigen
/external/eigen/Eigen/src/Eigen2Support/
H A DBlock.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
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
[all...]
H A DVectorBlock.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
92 } // end namespace Eigen
H A DLazy.h1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen { namespace
69 } // end namespace Eigen
/external/eigen/Eigen/src/Core/
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 DVectorBlock.h1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen { namespace
93 } // end namespace Eigen
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dr1mpyq.h1 namespace Eigen { namespace
5 // TODO : move this to GivensQR once there's such a thing in Eigen
30 } // end namespace Eigen

Completed in 1060 milliseconds

1234567891011>>