Home
last modified time | relevance | path

Searched refs:ConstMatrixRef (Results 1 – 16 of 16) sorted by relevance

/external/ceres-solver/internal/ceres/
Devaluator_test_utils.cc75 ConstMatrixRef expected_jacobian_matrix(expected_jacobian, in CompareEvaluations()
78 ConstMatrixRef actual_jacobian_matrix(actual_jacobian, in CompareEvaluations()
Dsmall_blas.h80 const typename EigenTypes<kRowA, kColA>::ConstMatrixRef \
82 const typename EigenTypes<kRowB, kColB>::ConstMatrixRef \
281 const typename EigenTypes<kRowA, kColA>::ConstMatrixRef in MatrixVectorMultiply()
332 const typename EigenTypes<kRowA, kColA>::ConstMatrixRef in MatrixTransposeVectorMultiply()
Dblock_jacobi_preconditioner.cc81 ConstMatrixRef m(values + cells[c].position, in UpdateImpl()
127 ConstMatrixRef D(blocks_[c], size, size); in RightMultiply()
Dautodiff_local_parameterization_test.cc178 << "\n Expected \n" << ConstMatrixRef(jacobian_ref, 4, 3) in QuaternionParameterizationTestHelper()
179 << "\n Actual \n" << ConstMatrixRef(jacobian, 4, 3); in QuaternionParameterizationTestHelper()
Dlocal_parameterization_test.cc194 << "\n Expected \n" << ConstMatrixRef(jacobian_ref, 4, 3) in QuaternionParameterizationTestHelper()
195 << "\n Actual \n" << ConstMatrixRef(jacobian, 4, 3); in QuaternionParameterizationTestHelper()
Ddense_jacobian_writer.h92 ConstMatrixRef parameter_jacobian(jacobians[j], in Write()
Dschur_jacobi_preconditioner.cc116 ConstMatrixRef block(lhs_values, block_size, block_size); in RightMultiply()
Dparameter_block_test.cc72 ConstMatrixRef local_parameterization_jacobian( in TEST()
Dincomplete_lq_factorization_test.cc105 ConstMatrixRef mref(dense_matrix, 10, 10); in TEST()
Dparameter_block.h343 << ConstMatrixRef(local_parameterization_jacobian_.get(), in UpdateLocalParameterizationJacobian()
Dschur_complement_solver.cc138 ConstMatrixRef(m->values(), num_rows, num_rows) in SolveReducedLinearSystem()
Dcovariance_test.cc343 ConstMatrixRef expected(expected_covariance, 6, 6); in GetCovarianceBlockAndCompare()
Dcovariance_impl.cc171 ConstMatrixRef cov(covariance_matrix_->values() + rows[row_begin], in GetCovarianceBlock()
Drotation_test.cc888 VectorRef(result2, 3) = ConstMatrixRef(R, 3, 3)* ConstVectorRef(p, 3); in TEST()
/external/ceres-solver/include/ceres/internal/
Deigen.h46 typedef Eigen::Map<const Matrix> ConstMatrixRef; typedef
84 ConstMatrixRef; typedef
/external/ceres-solver/examples/
Dellipse_approximation.cc270 ceres::ConstMatrixRef kY(kYData, kYRows, kYCols);