HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN (Results 1 - 11 of 11) sorted by null

  /external/ceres-solver/internal/ceres/
schur_complement_solver_test.cc 139 ComputeAndCompareSolutions(2, false, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true);
140 ComputeAndCompareSolutions(2, true, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true);
144 ComputeAndCompareSolutions(3, false, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true);
145 ComputeAndCompareSolutions(3, true, DENSE_SCHUR, EIGEN, SUITE_SPARSE, true);
164 2, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false);
165 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false);
170 ComputeAndCompareSolutions(2, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true);
171 ComputeAndCompareSolutions(2, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, true);
177 3, false, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false);
178 ComputeAndCompareSolutions(3, true, SPARSE_SCHUR, EIGEN, SUITE_SPARSE, false)
    [all...]
unsymmetric_linear_solver_test.cc 124 options.dense_linear_algebra_library_type = EIGEN;
130 options.dense_linear_algebra_library_type = EIGEN;
linear_solver.h 77 dense_linear_algebra_library_type(EIGEN),
84 row_block_size(Eigen::Dynamic),
85 e_block_size(Eigen::Dynamic),
86 f_block_size(Eigen::Dynamic) {
types.cc 116 CASESTR(EIGEN);
127 STRENUM(EIGEN);
341 if (type == EIGEN) {
dense_normal_cholesky_solver.cc 35 #include "Eigen/Dense"
38 #include "ceres/internal/eigen.h"
57 if (options_.dense_linear_algebra_library_type == EIGEN) {
85 lhs.selfadjointView<Eigen::Upper>().rankUpdate(Aref.transpose());
100 lhs.selfadjointView<Eigen::Upper>().llt().solve(rhs);
dense_qr_solver.cc 35 #include "Eigen/Dense"
37 #include "ceres/internal/eigen.h"
57 if (options_.dense_linear_algebra_library_type == EIGEN) {
solver.cc 123 dense_linear_algebra_library_type(EIGEN),
schur_complement_solver.cc 36 #include "Eigen/Dense"
44 #include "ceres/internal/eigen.h"
119 // Eigen's Cholesky factorization.
131 if (options().dense_linear_algebra_library_type == EIGEN) {
136 .selfadjointView<Eigen::Upper>()
  /external/srec/srec/include/
all_defs.h 50 #define EIGEN 1 /* for full covariance probability calc. */
  /external/ceres-solver/include/ceres/
types.h 67 // on Eigen.
71 // Eigen.
82 // based on Eigen.
130 EIGEN,
solver.h 102 dense_linear_algebra_library_type = EIGEN;
389 // for dense matrix factorizations. Currently EIGEN and LAPACK are
390 // the valid choices. EIGEN is always available, LAPACK refers to
395 // DENSE_SCHUR solvers. For small to moderate sized probem EIGEN
    [all...]

Completed in 2496 milliseconds