![]() |
Rosetta Protocols
2015.09
|
#include <protocols/evaluation/PCA.hh>
#include <core/chemical/ResidueType.hh>
#include <core/pose/Pose.hh>
#include <numeric/xyzVector.hh>
#include <basic/Tracer.hh>
#include <utility/io/izstream.hh>
#include <utility/exit.hh>
#include <string>
#include <iostream>
#include <core/id/AtomID.hh>
#include <utility/vector1.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::evaluation | |
Macros | |
#define | DIM 3 |
some low-level helper routines More... | |
#define | ROTATE(a, i, j, k, l) |
#define | DIM6 6 |
#define | XX 0 |
#define | YY 1 |
#define | ZZ 2 |
Functions | |
static thread_local basic::Tracer | protocols::evaluation::tr ("protocols.evaluation.PCA", basic::t_info) |
template<class T > | |
void | protocols::evaluation::dump_matrix (Size, T const &, basic::Tracer &) |
A function (not a macro) that will not print a square matrix to tr.Debug. More... | |
template<class T > | |
void | protocols::evaluation::dump_matrix_no (Size nr, T const &a, basic::Tracer &tr) |
A function (not a macro) that will print a square matrix to tr.Debug. More... | |
#define DIM 3 |
some low-level helper routines
Referenced by protocols::evaluation::PCA::add_vec(), protocols::evaluation::PCA::calc_fit_R(), and protocols::evaluation::PCA::rotate_vec().
#define DIM6 6 |
Referenced by protocols::evaluation::PCA::calc_fit_R(), and protocols::evaluation::PCA::jacobi().
#define ROTATE | ( | a, | |
i, | |||
j, | |||
k, | |||
l | |||
) |
Referenced by protocols::evaluation::PCA::jacobi().
#define XX 0 |
Referenced by protocols::evaluation::PCA::oprod().
#define YY 1 |
Referenced by protocols::evaluation::PCA::oprod().
#define ZZ 2 |
Referenced by protocols::evaluation::PCA::oprod().