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

  /external/ceres-solver/include/ceres/internal/
eigen.h 48 typedef Eigen::Map<const Matrix> ConstMatrixRef;
71 ConstMatrixRef;
  /external/ceres-solver/internal/ceres/
partitioned_matrix_view.cc 109 ConstMatrixRef m(row_values + cell.position,
137 ConstMatrixRef m(row_values + cells[c].position,
161 ConstMatrixRef m(row_values + cell.position,
188 ConstMatrixRef m(row_values + cells[c].position,
270 ConstMatrixRef m(row_values + cell.position,
301 ConstMatrixRef m(row_values + cells[c].position,
block_jacobi_preconditioner.cc 82 ConstMatrixRef m(row_values + cells[c].position,
123 ConstMatrixRef D(blocks_[c], size, size);
dense_jacobian_writer.h 92 ConstMatrixRef parameter_jacobian(jacobians[j],
schur_eliminator_impl.h 315 const typename EigenTypes<kRowBlockSize, kEBlockSize>::ConstMatrixRef
329 const typename EigenTypes<kRowBlockSize, kFBlockSize>::ConstMatrixRef
372 const typename EigenTypes<kRowBlockSize, kEBlockSize>::ConstMatrixRef
385 const typename EigenTypes<kRowBlockSize, kFBlockSize>::ConstMatrixRef
449 const typename EigenTypes<kRowBlockSize, kEBlockSize>::ConstMatrixRef
467 const typename EigenTypes<kRowBlockSize, kFBlockSize>::ConstMatrixRef
505 const typename EigenTypes<kEBlockSize, kFBlockSize>::ConstMatrixRef
523 const typename EigenTypes<kEBlockSize, kFBlockSize>::ConstMatrixRef
582 += (ConstMatrixRef(row_values + row.cells[c].position,
619 const ConstMatrixRef b1(row_values + row.cells[i].position
    [all...]
parameter_block_test.cc 72 ConstMatrixRef local_parameterization_jacobian(
local_parameterization_test.cc 194 << "\n Expected \n" << ConstMatrixRef(jacobian_ref, 4, 3)
195 << "\n Actual \n" << ConstMatrixRef(jacobian, 4, 3);
parameter_block.h 234 << ConstMatrixRef(local_parameterization_jacobian_.get(),
residual_block.cc 139 ConstMatrixRef local_to_global(
visibility_based_preconditioner_test.cc 139 ConstMatrixRef full_schur_complement(schur_complement_->values(),
282 ConstMatrixRef full_schur_complement(schur_complement_->values(),
evaluator_test.cc 138 ConstMatrixRef expected_jacobian_matrix(expected_jacobian,
141 ConstMatrixRef actual_jacobian_matrix(actual_jacobian,
schur_complement_solver.cc 140 ConstMatrixRef(m->values(), num_rows, num_rows)
rotation_test.cc 853 VectorRef(result2, 3) = ConstMatrixRef(R, 3, 3)* ConstVectorRef(p, 3);

Completed in 663 milliseconds