Rosetta
|
Functions | |
template<typename X > | |
platform::SSize | bin (X const &x, X const &w, platform::SSize const n) |
Periodic interpolation bin number of a value. More... | |
template<typename X > | |
platform::SSize | bin (X const &x, X const &w, platform::SSize const n, X &a) |
Periodic interpolation bin number of a value. More... | |
template<typename X , typename F , template< typename > class A> | |
F | interpolated (X const &x, X const &w, platform::SSize const n, A< F > const &f) |
Periodic linearly interpolated value. More... | |
template<typename X , typename F , template< typename > class A> | |
F | interpolated (platform::SSize const u, X const &a, platform::SSize const n, A< F > const &f) |
Periodic linearly interpolated value given the bin and alpha fraction. More... | |
template<typename X , typename F , template< typename > class A> | |
F | bilinearly_interpolated (X const &x1, X const &x2, X const &w, platform::SSize const n, A< F > const &f) |
Periodic bilinearly interpolated value. More... | |
template<typename X , typename F , template< typename > class A> | |
F | bilinearly_interpolated (platform::SSize const u1, platform::SSize const u2, X const &a1, X const &a2, platform::SSize const n, A< F > const &f) |
Periodic bilinearly interpolated value given the bins and alpha fractions. More... | |
template<typename X , typename F , template< typename > class A> | |
F | bilinearly_interpolated (X const &x1, X const &x2, X const &w, platform::SSize const n, A< F > const &f, F &df_dx1, F &df_dx2) |
Periodic bilinearly interpolated value and derivatives. More... | |
template<typename X , typename F , template< typename > class A> | |
F | bilinearly_interpolated (platform::SSize const u1, platform::SSize const u2, X const &a1, X const &a2, X const &w, platform::SSize const n, A< F > const &f, F &df_dx1, F &df_dx2) |
Periodic bilinearly interpolated value and derivatives given the bins and alpha fractions. More... | |
|
inline |
Periodic bilinearly interpolated value given the bins and alpha fractions.
References docking::a1, docking::a2, docking::b1, docking::b2, create_a3b_hbs::f, test.G201_Module_Structure::l1, numeric::modulo(), and kmeans_adaptive_kernel_density_bb_dependent_rotlib::n.
|
inline |
Periodic bilinearly interpolated value and derivatives given the bins and alpha fractions.
References docking::a1, docking::a2, docking::b1, docking::b2, create_a3b_hbs::f, ObjexxFCL::format::F(), test.G201_Module_Structure::l1, numeric::modulo(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and w.
|
inline |
Periodic bilinearly interpolated value.
References docking::a1, docking::a2, docking::b1, docking::b2, bin(), create_a3b_hbs::f, test.G201_Module_Structure::l1, numeric::modulo(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and w.
|
inline |
Periodic bilinearly interpolated value and derivatives.
References docking::a1, docking::a2, docking::b1, docking::b2, bin(), create_a3b_hbs::f, ObjexxFCL::format::F(), test.G201_Module_Structure::l1, numeric::modulo(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and w.
|
inline |
Periodic interpolation bin number of a value.
References create_a3b_hbs::i, numeric::modulo(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, numeric::nearest_ssize(), w, and x.
Referenced by bilinearly_interpolated(), and interpolated().
|
inline |
Periodic interpolation bin number of a value.
References a, create_a3b_hbs::i, numeric::modulo(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, numeric::nearest_ssize(), create_a3b_hbs::r, w, and x.
Referenced by numeric::interpolation::multilinear_interpolation().
|
inline |
Periodic linearly interpolated value given the bin and alpha fraction.
References a, create_a3b_hbs::f, numeric::interpolation::interpolated(), extract_by_sidechain_sasa_score::l, numeric::modulo(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and kmeans_adaptive_kernel_density_bb_dependent_rotlib::u.
|
inline |
Periodic linearly interpolated value.
References a, bin(), create_a3b_hbs::f, numeric::interpolation::interpolated(), extract_by_sidechain_sasa_score::l, numeric::modulo(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, kmeans_adaptive_kernel_density_bb_dependent_rotlib::u, w, and x.