Home
last modified time | relevance | path

Searched refs:T_increment (Results 1 – 11 of 11) sorted by relevance

/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A Dheat_capacity.dox3 …eat_capacity(vrna_fold_compound_t *fc, float T_min, float T_max, float T_increment, unsigned int m…
7 If the optional function arguments @p T_min, @p T_max, @p T_increment, and @p mpoints are omitted,
11 @fn int vrna_heat_capacity_cb(vrna_fold_compound_t *fc, float T_min, float T_max, float T_increment
17 …_capacity_simple(const char *sequence, float T_min, float T_max, float T_increment, unsigned int m…
21 If the optional function arguments @p T_min, @p T_max, @p T_increment, and @p mpoints are omitted,
H A Dheat_capacity.i64 float T_increment = 1.,
70 result_c = vrna_heat_capacity($self, T_min, T_max, T_increment, mpoints);
99 float T_increment = 1.,
105 result_c = vrna_heat_capacity_simple(sequence.c_str(), T_min, T_max, T_increment, mpoints);
126 float T_increment = 1.,
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dheat_capacity.h95 float T_increment,
132 float T_increment,
176 float T_increment,
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Perl/
H A Dcallbacks-melting.i92 float T_increment,
98 …vrna_heat_capacity_cb($self, T_min, T_max, T_increment, mpoints, &perl_wrap_heat_capacity_cb, (voi…
H A DRNA_wrap.cpp5158 float T_increment = 1., in my_heat_capacity() argument
5164 result_c = vrna_heat_capacity_simple(sequence.c_str(), T_min, T_max, T_increment, mpoints); in my_heat_capacity()
8084 …WIG_0(vrna_fold_compound_t *self,float T_min=0.,float T_max=100.,float T_increment=1.,unsigned int… in vrna_fold_compound_t_heat_capacity__SWIG_0() argument
8088 result_c = vrna_heat_capacity(self, T_min, T_max, T_increment, mpoints); in vrna_fold_compound_t_heat_capacity__SWIG_0()
8222 …ty_cb__SWIG_0(vrna_fold_compound_t *self,float T_min,float T_max,float T_increment,unsigned int mp… in vrna_fold_compound_t_heat_capacity_cb__SWIG_0() argument
8224 …vrna_heat_capacity_cb(self, T_min, T_max, T_increment, mpoints, &perl_wrap_heat_capacity_cb, (void… in vrna_fold_compound_t_heat_capacity_cb__SWIG_0()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python3/
H A Dcallbacks-melting.i103 float T_increment,
109 …vrna_heat_capacity_cb($self, T_min, T_max, T_increment, mpoints, &python_wrap_heat_capacity_cb, (v…
H A DRNA.py3175 def heat_capacity(sequence: "std::string", T_min: "float"=0., T_max: "float"=100., T_increment: "fl…
3176 return _RNA.heat_capacity(sequence, T_min, T_max, T_increment, mpoints)
3544 …def heat_capacity(self, T_min: "float"=0., T_max: "float"=100., T_increment: "float"=1., mpoints: …
3546 return _RNA.fold_compound_heat_capacity(self, T_min, T_max, T_increment, mpoints)
H A DRNA_wrap.cpp9790 float T_increment = 1., in my_heat_capacity() argument
9796 result_c = vrna_heat_capacity_simple(sequence.c_str(), T_min, T_max, T_increment, mpoints); in my_heat_capacity()
12696 …acity(vrna_fold_compound_t *self,float T_min=0.,float T_max=100.,float T_increment=1.,unsigned int… in vrna_fold_compound_t_heat_capacity() argument
12700 result_c = vrna_heat_capacity(self, T_min, T_max, T_increment, mpoints); in vrna_fold_compound_t_heat_capacity()
12859 …t_capacity_cb(vrna_fold_compound_t *self,float T_min,float T_max,float T_increment,unsigned int mp… in vrna_fold_compound_t_heat_capacity_cb() argument
12861 …vrna_heat_capacity_cb(self, T_min, T_max, T_increment, mpoints, &python_wrap_heat_capacity_cb, (vo… in vrna_fold_compound_t_heat_capacity_cb()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python/
H A Dcallbacks-melting.i103 float T_increment,
109 …vrna_heat_capacity_cb($self, T_min, T_max, T_increment, mpoints, &python_wrap_heat_capacity_cb, (v…
H A DRNA.py3175 def heat_capacity(sequence, T_min=0., T_max=100., T_increment=1., mpoints=2): argument
3176 return _RNA.heat_capacity(sequence, T_min, T_max, T_increment, mpoints)
3544 def heat_capacity(self, T_min=0., T_max=100., T_increment=1., mpoints=2): argument
3546 return _RNA.fold_compound_heat_capacity(self, T_min, T_max, T_increment, mpoints)
H A DRNA_wrap.cpp9646 float T_increment = 1., in my_heat_capacity() argument
9652 result_c = vrna_heat_capacity_simple(sequence.c_str(), T_min, T_max, T_increment, mpoints); in my_heat_capacity()
12559 …acity(vrna_fold_compound_t *self,float T_min=0.,float T_max=100.,float T_increment=1.,unsigned int… in vrna_fold_compound_t_heat_capacity() argument
12563 result_c = vrna_heat_capacity(self, T_min, T_max, T_increment, mpoints); in vrna_fold_compound_t_heat_capacity()
12721 …t_capacity_cb(vrna_fold_compound_t *self,float T_min,float T_max,float T_increment,unsigned int mp… in vrna_fold_compound_t_heat_capacity_cb() argument
12723 …vrna_heat_capacity_cb(self, T_min, T_max, T_increment, mpoints, &python_wrap_heat_capacity_cb, (vo… in vrna_fold_compound_t_heat_capacity_cb()