HomeSort by relevance Sort by last modified time
    Searched refs:Eigen (Results 251 - 275 of 542) sorted by null

<<11121314151617181920>>

  /external/eigen/unsupported/test/
matrix_square_root.cpp 1 // This file is part of Eigen, a lightweight C++ template library
11 #include <unsupported/Eigen/MatrixFunctions>
  /external/ceres-solver/internal/ceres/
polynomial.cc 38 #include "Eigen/Dense"
165 Eigen::EigenSolver<Matrix> solver(companion_matrix, false);
166 if (solver.info() != Eigen::Success) {
193 return Eigen::VectorXd::Zero(1);
schur_eliminator_test.cc 33 #include "Eigen/Dense"
38 #include "ceres/internal/eigen.h"
121 .triangularView<Eigen::Upper>() = R - Q.transpose() * P * Q;
162 .selfadjointView<Eigen::Upper>()
176 Matrix delta = (lhs_ref - lhs_expected).selfadjointView<Eigen::Upper>();
schur_eliminator_impl.h 37 // Eigen has an internal threshold switching between different matrix
57 #include "ceres/internal/eigen.h"
64 #include "Eigen/Dense"
270 .template selfadjointView<Eigen::Upper>()
566 MatrixTransposeVectorMultiply<Eigen::Dynamic, Eigen::Dynamic, 1>(
613 <Eigen::Dynamic, Eigen::Dynamic, Eigen::Dynamic, Eigen::Dynamic, 1>
    [all...]
block_jacobi_preconditioner.cc 33 #include "Eigen/Cholesky"
38 #include "ceres/internal/eigen.h"
97 // col_block_size).selfadjointView<Eigen::Upper>().rankUpdate(m);
113 block = block.selfadjointView<Eigen::Upper>()
dogleg_strategy.cc 34 #include "Eigen/Dense"
36 #include "ceres/internal/eigen.h"
642 Eigen::ColPivHouseholderQR<Matrix> basis_qr(basis_vectors);
693 Eigen::Matrix<double, 2, Eigen::Dynamic, Eigen::RowMajor>
schur_jacobi_preconditioner.cc 35 #include "Eigen/Dense"
130 .selfadjointView<Eigen::Upper>()
  /external/eigen/bench/
BenchSparseUtil.h 2 #include <Eigen/Sparse>
7 using namespace Eigen;
8 using namespace Eigen;
benchEigenSolver.cpp 14 #include <Eigen/Core>
15 #include <Eigen/QR>
17 using namespace Eigen;
109 // the non-selfadjoint solver does not compute the eigen vectors
  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra. Eigen itself is part of the KDE project.
12 #include <Eigen/Geometry>
13 #include <Eigen/LU>
14 #include <Eigen/QR>
  /external/eigen/test/
geo_alignedbox.cpp 1 // This file is part of Eigen, a lightweight C++ template library
11 #include <Eigen/Geometry>
12 #include <Eigen/LU>
13 #include <Eigen/QR>
geo_hyperplane.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 #include <Eigen/Geometry>
13 #include <Eigen/LU>
14 #include <Eigen/QR>
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
136 } // end namespace Eigen
CommaInitializer.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
137 } // end namespace Eigen
CwiseUnaryOp.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
124 } // end namespace Eigen
EigenBase.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
158 } // end namespace Eigen
Flagged.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
138 } // end namespace Eigen
ForceAlignedAccess.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
144 } // end namespace Eigen
NoAlias.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
123 } // end namespace Eigen
NumTraits.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
18 * \brief Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
30 * \a T again. Note however that many Eigen functions such as internal::sqrt simply refuse to
31 * take integers. Outside of a few cases, Eigen doesn't do automatic type promotion. Thus, this typedef is
145 } // 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
SelfadjointMatrixVector_MKL.h 28 * Content : Eigen bindings to Intel(R) MKL
36 namespace Eigen {
112 } // end namespace Eigen
  /external/eigen/Eigen/src/Core/util/
Constants.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
154 * Various enumerations used in %Eigen. Many of these are used as template parameters.
429 } // 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...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
ParametrizedLine.h 1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra. Eigen itself is part of the KDE project.
13 namespace Eigen {
141 } // end namespace Eigen

Completed in 160 milliseconds

<<11121314151617181920>>