#include <InteratomicVarianceMatrix.hh>
|
| InteratomicVarianceMatrix (core::Size n_atoms, ObjexxFCL::FArray2D_double &ivm) |
|
| InteratomicVarianceMatrix (core::Size n_atoms=0) |
|
core::Size | n_atoms () const |
|
ObjexxFCL::FArray2D_double & | ivm () |
|
void | init (core::Size n_atoms, core::Size n_decoys, ObjexxFCL::FArray3_double const &coords) |
|
void | order_parameter (core::Real epsilon, ObjexxFCL::FArray1_double &T) |
| compute order parameter for atom i, defined as number of j atoms whose ivm(i,j)<epsilon^2 More...
|
|
core::Real | kurtosis (ObjexxFCL::FArray1_double &T) |
| compute order parameter for atom i, defined as number of j atoms whose ivm(i,j)<epsilon^2 More...
|
|
void | optimize_kurtosis (core::Size ngrid, core::Real lb, core::Real ub) |
|
protocols::toolbox::InteratomicVarianceMatrix::InteratomicVarianceMatrix |
( |
core::Size |
n_atoms, |
|
|
ObjexxFCL::FArray2D_double & |
ivm |
|
) |
| |
|
inline |
protocols::toolbox::InteratomicVarianceMatrix::InteratomicVarianceMatrix |
( |
core::Size |
n_atoms = 0 ) | |
|
|
inline |
void protocols::toolbox::InteratomicVarianceMatrix::init |
( |
core::Size |
n_atoms, |
|
|
core::Size |
n_decoys, |
|
|
ObjexxFCL::FArray3_double const & |
coords |
|
) |
| |
ObjexxFCL::FArray2D_double& protocols::toolbox::InteratomicVarianceMatrix::ivm |
( |
) | |
|
|
inline |
Real protocols::toolbox::InteratomicVarianceMatrix::kurtosis |
( |
ObjexxFCL::FArray1_double & |
T) | |
|
core::Size protocols::toolbox::InteratomicVarianceMatrix::n_atoms |
( |
) | |
const |
|
inline |
void protocols::toolbox::InteratomicVarianceMatrix::order_parameter |
( |
core::Real |
epsilon, |
|
|
ObjexxFCL::FArray1_double & |
T |
|
) |
| |
core::Real protocols::toolbox::InteratomicVarianceMatrix::epsilon_ |
|
private |
ObjexxFCL::FArray2D_double protocols::toolbox::InteratomicVarianceMatrix::ivm_ |
|
private |
core::Size protocols::toolbox::InteratomicVarianceMatrix::n_atoms_ |
|
private |
ObjexxFCL::FArray1D_double protocols::toolbox::InteratomicVarianceMatrix::T_ |
|
private |
order parameter to given value epsilon
The documentation for this class was generated from the following files: