IMP
2.2.0
The Integrative Modeling Platform
|
1D mean function for SAS data More...
#include <IMP/isd/univariate_functions.h>
Public Member Functions | |
GeneralizedGuinierPorodFunction (kernel::Particle *G, kernel::Particle *Rg, kernel::Particle *d, kernel::Particle *s, kernel::Particle *A) | |
void | add_to_derivatives (const Floats &x, DerivativeAccumulator &accum) const |
update derivatives of particles | |
void | add_to_particle_derivative (unsigned particle_no, double value, DerivativeAccumulator &accum) const |
update derivatives of particles | |
FloatsList | get_derivative_matrix (const FloatsList &xlist, bool) const |
for testing purposes | |
IMP_Eigen::VectorXd | get_derivative_vector (unsigned particle_no, const FloatsList &xlist) const |
return derivative vector | |
ContainersTemp | get_input_containers () const |
kernel::ParticlesTemp | get_input_particles () const |
particle manipulation | |
unsigned | get_ndims_x () const |
returns the number of input dimensions | |
unsigned | get_ndims_y () const |
returns the number of output dimensions | |
unsigned | get_number_of_optimized_particles () const |
returns the number of particles that are optimized | |
unsigned | get_number_of_particles () const |
returns the number of particles that this function uses | |
bool | get_particle_is_optimized (unsigned particle_no) const |
returns true if the particle whose index is provided is optimized | |
IMP_Eigen::VectorXd | get_second_derivative_vector (unsigned particle_a, unsigned particle_b, const FloatsList &xlist) const |
return second derivative vector | |
FloatsList | get_second_derivative_vector (unsigned particle_a, unsigned particle_b, const FloatsList &xlist, bool) const |
for testing purposes | |
virtual std::string | get_type_name () const |
virtual ::IMP::base::VersionInfo | get_version_info () const |
Get information about the module and version of the object. | |
bool | has_changed () const |
return true if internal parameters have changed. | |
Floats | operator() (const Floats &x) const |
evaluate the function at a certain point | |
IMP_Eigen::VectorXd | operator() (const FloatsList &xlist) const |
evaluate the function at a list of points | |
FloatsList | operator() (const FloatsList &xlist, bool) const |
used for testing only | |
void | update () |
update internal parameters | |
Public Member Functions inherited from IMP::isd::UnivariateFunction | |
UnivariateFunction (std::string str) | |
Public Member Functions inherited from IMP::base::Object | |
virtual void | clear_caches () |
virtual void | do_destroy () |
CheckLevel | get_check_level () const |
LogLevel | get_log_level () const |
void | set_check_level (CheckLevel l) |
void | set_log_level (LogLevel l) |
Set the logging level used in this object. More... | |
void | set_was_used (bool tf) const |
void | show (std::ostream &out=std::cout) const |
const std::string & | get_name () const |
void | set_name (std::string name) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::base::Object | |
Object (std::string name) | |
Construct an object with the given name. More... | |
Definition at line 294 of file univariate_functions.h.