HomeSort by relevance Sort by last modified time
    Searched full:down_cast (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.cc 64 down_cast<BlockSparseMatrix*>(jacobian)->mutable_values();
casts.h 89 template<typename To, typename From> // use like this: down_cast<T*>(foo);
90 inline To down_cast(From* f) { // so we only accept pointers function in namespace:ceres
dense_jacobian_writer.h 75 dense_jacobian = down_cast<DenseSparseMatrix*>(jacobian);
dynamic_compressed_row_jacobian_writer.cc 68 down_cast<DynamicCompressedRowSparseMatrix*>(base_jacobian);