|
static basic::Tracer | tr ("core.scoring.ResidualDipolarCoupling") |
| Utility headers. More...
|
|
Real | core::scoring::sqr (Real x) |
|
void | core::scoring::store_RDC_in_pose (ResidualDipolarCouplingOP rdc_info, core::pose::Pose &pose) |
|
ResidualDipolarCouplingCOP | core::scoring::retrieve_RDC_from_pose (core::pose::Pose const &pose) |
|
ResidualDipolarCouplingOP | core::scoring::retrieve_RDC_from_pose (core::pose::Pose &pose) |
|
std::ostream & | core::scoring::operator<< (std::ostream &out, RDC const &rdc) |
|
std::ostream & | core::scoring::operator<< (std::ostream &out, ResidualDipolarCoupling const &rdc) |
|
std::string | core::scoring::element_string (std::string const &atom) |
|
int | core::scoring::m_inv_gen (ResidualDipolarCoupling::Tensor5 const &m, int n, ResidualDipolarCoupling::Tensor5 &minv) |
|
void | core::scoring::jacobi (ResidualDipolarCoupling::Tensor5 &a, ResidualDipolarCoupling::rvec5 &d, ResidualDipolarCoupling::Tensor5 &v, int &nrot) |
|
void | core::scoring::jacobi3 (ResidualDipolarCoupling::Tensor &a, ResidualDipolarCoupling::rvec &d, ResidualDipolarCoupling::Tensor &v, int &nrot) |
|
Real | core::scoring::iprod (const rvec a, const rvec b) |
|
void | core::scoring::mvmul (matrix a, const rvec src, rvec dest) |
|
int | core::scoring::compare_by_abs (const void *a, const void *b) |
|
core::Real | core::scoring::frdc (core::Real r0, core::Real r1, core::Real r2, core::Real rdcconst, const core::Real *par) |
|
core::Real | core::scoring::frdcDa (core::Real r0, core::Real r1, core::Real r2, core::Real rdcconst, core::Real const tensorDa, const core::Real *par) |
|
core::Real | core::scoring::frdcR (core::Real r0, core::Real r1, core::Real r2, core::Real rdcconst, core::Real const tensorR, const core::Real *par) |
|
core::Real | core::scoring::frdcDaR (core::Real r0, core::Real r1, core::Real r2, core::Real rdcconst, core::Real const tensorDa, core::Real const tensorR, const core::Real *par) |
|
void | core::scoring::evaluaterdc (const core::Real *par, int m_dat, const void *data, core::Real *fvec, int *) |
|
template<class T > |
void | core::scoring::ROTATE (T &a, int i, int j, int k, int l, Real s, Real tau) |
|
Uses NMR RDC for scoring.
- Author
- Oliver Lange
-
Srivatsan Raman
-
Nikolas Sgourakis
-
Lei Shi (nls and modifications to original code)