Lines Matching full:parameter_blocks
1263 ``parameter_blocks``. The program aborts if a mismatch is
1311 .. function:: ResidualBlockId Problem::AddResidualBlock(CostFunction* cost_function, LossFunction* loss_function, const vector<double*> parameter_blocks)
1316 the sizes of the parameter blocks listed in parameter_blocks. The
1437 parameter_blocks().size() and parameter_block_sizes().size().
1468 .. function:: void Problem::GetParameterBlocks(vector<double*>* parameter_blocks) const
1470 Fills the passed ``parameter_blocks`` vector with pointers to the
1480 .. function:: void Problem::GetParameterBlocksForResidualBlock(const ResidualBlockId residual_block, vector<double*>* parameter_blocks) const
1530 .. member:: vector<double*> Problem::EvaluateOptions::parameter_blocks
1535 jacobian matrix. If parameter_blocks is empty, then it is assumed