Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dblock_jacobi_preconditioner.cc59 double* block_cursor = &block_storage_[0]; in BlockJacobiPreconditioner() local
62 blocks_[c] = block_cursor; in BlockJacobiPreconditioner()
63 block_cursor += size * size; in BlockJacobiPreconditioner()