Home
last modified time | relevance | path

Searched refs:ColMajorMatrix (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DConservativeSparseSparseProduct.h138 …pedef 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 …pedef 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 …pedef 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, …
[all …]
/external/ceres-solver/include/ceres/internal/
Deigen.h52 Eigen::ColMajor> ColMajorMatrix; typedef
54 typedef Eigen::Map<ColMajorMatrix, 0,
57 typedef Eigen::Map<const ColMajorMatrix,
/external/ceres-solver/internal/ceres/
Dlow_rank_inverse_hessian.h99 ColMajorMatrix delta_x_history_;
100 ColMajorMatrix delta_gradient_history_;
Ddense_sparse_matrix.h52 explicit DenseSparseMatrix(const ColMajorMatrix& m);
101 ColMajorMatrix m_;
Ddense_sparse_matrix.cc77 DenseSparseMatrix::DenseSparseMatrix(const ColMajorMatrix& m) in DenseSparseMatrix()
111 ColMajorMatrix tmp = m_; in AppendDiagonal()
Ddense_qr_solver.h106 ColMajorMatrix lhs_;