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

  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.h 99 ColMajorMatrix delta_x_history_;
100 ColMajorMatrix delta_gradient_history_;
dense_sparse_matrix.h 52 explicit DenseSparseMatrix(const ColMajorMatrix& m);
101 ColMajorMatrix m_;
dense_qr_solver.h 106 ColMajorMatrix lhs_;
dense_sparse_matrix.cc 77 DenseSparseMatrix::DenseSparseMatrix(const ColMajorMatrix& m)
111 ColMajorMatrix tmp = m_;
  /external/eigen/Eigen/src/SparseCore/
ConservativeSparseSparseProduct.h 138 typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::Index> ColMajorMatrix;
139 ColMajorMatrix resCol(lhs.rows(),rhs.cols());
140 internal::conservative_sparse_sparse_product_impl<Lhs,Rhs,ColMajorMatrix>(lhs, rhs, resCol);
193 typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::Index> ColMajorMatrix;
194 ColMajorMatrix resCol(lhs.rows(), rhs.cols());
195 internal::conservative_sparse_sparse_product_impl<Lhs,Rhs,ColMajorMatrix>(lhs, rhs, resCol);
205 typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::Index> ColMajorMatrix;
206 ColMajorMatrix lhsCol = lhs;
207 ColMajorMatrix resCol(lhs.rows(), rhs.cols());
208 internal::conservative_sparse_sparse_product_impl<ColMajorMatrix,Rhs,ColMajorMatrix>(lhsCol, rhs, resCol)
    [all...]
  /external/ceres-solver/include/ceres/internal/
eigen.h 52 Eigen::ColMajor> ColMajorMatrix;
54 typedef Eigen::Map<ColMajorMatrix, 0,
57 typedef Eigen::Map<const ColMajorMatrix,

Completed in 423 milliseconds