HomeSort by relevance Sort by last modified time
    Searched defs:Eigen (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /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
Lazy.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
69 } // 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 {
81 /*m_det_pq = (number_of_transpositions%2) ? -1 : 1; // TODO: It's not needed now; fix upon availability in Eigen */ \
96 } // 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
rwupdt.h 1 namespace Eigen {
49 } // 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 {
137 } // end namespace Eigen
Fuzzy.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
148 } // 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 {
275 * For example, when you do a * (b+c), Eigen will determine how the expression b+c should be
445 } // end namespace Eigen

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011