![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <isotrop_energy_well_physical_system.hpp>
Public Types | |
typedef std::vector< double > | Data_Type |
typedef double | Float_Type |
Public Member Functions | |
double | get_energy () const |
std::vector< double > & | get_data () |
const std::vector< double > & | get_data () const |
std::vector< double > & | get_grad () |
const std::vector< double > & | get_grad () const |
double * | get_grad_as_C_array () |
Public Attributes | |
std::vector< double > | data |
std::vector< double > | grad |
double | energy |
typedef std::vector<double> Data_Type |
typedef double Float_Type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<double> data |
double energy |
std::vector<double> grad |