![]() |
Rosetta Core
2014.16.56682
|
A glorified struct for holding f1/f2 vectors used to represent the derivatives in our internal-geometry based minimization algorithms. More...
#include <DerivVectorPair.hh>
Public Member Functions | |
| DerivVectorPair () | |
| Vector & | f1 () |
| Vector & | f2 () |
| Vector const & | f1 () const |
| Vector const & | f2 () const |
Private Attributes | |
| Vector | f1_ |
| Vector | f2_ |
A glorified struct for holding f1/f2 vectors used to represent the derivatives in our internal-geometry based minimization algorithms.
|
inline |
|
inline |
References f1_.
Referenced by core::scoring::methods::apply_lk_ball_fraction_weight_for_hbonds(), core::scoring::hbonds::assign_abase_derivs(), core::scoring::geometric_solvation::GeometricSolEnergyEvaluator::eval_atom_derivative(), core::scoring::geometric_solvation::GeometricSolEnergy::eval_atom_derivative(), core::scoring::geometric_solvation::GeometricSolEnergyEvaluator::eval_atom_derivative_intra_RNA(), core::scoring::geometric_solvation::GeometricSolEnergy::eval_residue_pair_derivatives(), core::scoring::geometric_solvation::ContextIndependentGeometricSolEnergy::eval_residue_pair_derivatives(), core::scoring::methods::WaterAdductHBondEnergy::get_atom_h2o_hbond_derivative(), core::scoring::hbonds::hb_energy_deriv_u2(), core::scoring::hbonds::HBondEnergy::hbond_derivs_1way(), and core::scoring::geometric_solvation::GeometricSolEnergyEvaluator::occluded_water_hbond_penalty().
|
inline |
References f2_.
Referenced by core::scoring::methods::apply_lk_ball_fraction_weight_for_hbonds(), core::scoring::hbonds::assign_abase_derivs(), core::scoring::geometric_solvation::GeometricSolEnergyEvaluator::eval_atom_derivative(), core::scoring::geometric_solvation::GeometricSolEnergy::eval_atom_derivative(), core::scoring::geometric_solvation::GeometricSolEnergyEvaluator::eval_atom_derivative_intra_RNA(), core::scoring::geometric_solvation::GeometricSolEnergy::eval_residue_pair_derivatives(), core::scoring::geometric_solvation::ContextIndependentGeometricSolEnergy::eval_residue_pair_derivatives(), core::scoring::methods::WaterAdductHBondEnergy::get_atom_h2o_hbond_derivative(), core::scoring::hbonds::hb_energy_deriv_u2(), core::scoring::hbonds::HBondEnergy::hbond_derivs_1way(), and core::scoring::geometric_solvation::GeometricSolEnergyEvaluator::occluded_water_hbond_penalty().
1.8.7