Lines Matching full:parameter
59 // Callback for updating the user's parameter blocks. Updates are only
221 summary->error = "Problem contains no parameter blocks.";
342 << "No non-constant parameter blocks found.";
423 LOG(WARNING) << "Reduced problem only contains one parameter block."
438 // The optimizer works on contiguous parameter vectors; allocate some.
517 *error = "Number of parameter blocks in user supplied ordering "
518 "does not match the number of parameter blocks in the problem";
529 *error = "Problem contains a parameter block that is not in "
552 // Loop over each residual block and ensure that no two parameter
590 // Mark all the parameters as unused. Abuse the index member of the parameter
597 // parameter blocks that appear in residuals.
635 // Filter out unused or fixed parameter blocks, and update
683 *error = "Zero parameter blocks but non-zero residual blocks"
689 LOG(WARNING) << "No varying parameter blocks to optimize; "
696 // ordering. Ceres is completely free to choose the parameter block
725 // parameter blocks which are fixed or unused have been removed from
726 // the program and the ordering, there are no more parameter blocks
762 // update the parameter offsets and indices.
920 "to a double that is not a parameter block in the "
931 // Find the minimum index of any parameter block to the given residual.
932 // Parameter blocks that have indices greater than num_eliminate_blocks are