Rosetta
Namespaces | Macros | Functions
rmsd.cc File Reference
#include <math.h>
#include <protocols/cluster/calibur/jacobi.hh>
#include <protocols/cluster/calibur/cubic.hh>
#include <protocols/cluster/calibur/rmsd.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::cluster
 
 protocols::cluster::calibur
 

Macros

#define cubic_roots(a, b, c, z)   cubic_roots2(a,b,c,z)
 

Functions

core::Real protocols::cluster::calibur::RMSD (std::vector< core::Real > &coords1, std::vector< core::Real > &coords2, int n, core::Real R[3][3])
 
core::Real protocols::cluster::calibur::RMSD (std::vector< core::Real > &coords1, std::vector< core::Real > &coords2, int n)
 
void protocols::cluster::calibur::rotate (std::vector< core::Real > &coords, int n, core::Real R[3][3], core::Real *result)
 
core::Real protocols::cluster::calibur::fast_rmsd (std::vector< core::Real > &coords1, std::vector< core::Real > &coords2, int n)
 

Macro Definition Documentation

◆ cubic_roots

#define cubic_roots (   a,
  b,
  c,
 
)    cubic_roots2(a,b,c,z)