Lines Matching refs:NumParameterBlocks
214 summary->num_parameter_blocks = problem_impl->NumParameterBlocks();
332 summary->num_parameter_blocks_reduced = reduced_program->NumParameterBlocks();
516 problem_impl->NumParameterBlocks()) {
560 const int num_parameter_blocks = (*it)->NumParameterBlocks();
604 int num_parameter_blocks = residual_block->NumParameterBlocks();
653 (program->NumParameterBlocks() == 0)) ||
655 (program->NumParameterBlocks() != 0)))
681 if (transformed_program->NumParameterBlocks() == 0) {
704 CHECK_EQ(schur_ordering.size(), transformed_program->NumParameterBlocks())
893 if (ordering->NumElements() != program->NumParameterBlocks()) {
897 program->NumParameterBlocks(),
937 for (int i = 0; i < residual_block->NumParameterBlocks(); ++i) {