![]() |
Pteros
2.0
Molecular modeling library for human beings!
|
Implementation of the Gaussian Network Model (GNM) protein model. More...
#include <gnm.h>
Public Member Functions | |
GNM (const Selection &sel, float cutoff=0.7) | |
Eigen::VectorXf | get_eigenvector (int i) const |
Eigen::VectorXf | get_B_factor () const |
void | write_eigenvectors (std::string fname, int v1, int v2) |
void | compute_c_matrix () |
void | compute_p_matrix () |
void | write_c_matrix (std::string fname) |
void | write_p_matrix (std::string fname) |
Eigen::MatrixXf | get_subset_c_matrix (ArrayXi_const_ref subset) const |
Eigen::MatrixXf | get_c_matrix () const |
Implementation of the Gaussian Network Model (GNM) protein model.