Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dblock_jacobi_preconditioner.cc129 VectorRef y_block(y + position, size); in RightMultiply() local
130 y_block += D * x_block; in RightMultiply()
Dschur_eliminator_impl.h317 typename EigenTypes<kEBlockSize>::VectorRef y_block(y_ptr, e_block_size); in BackSubstitute()
364 ete.llt().solveInPlace(y_block); in BackSubstitute()