MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
bisec.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int bisec_d (doublereal *v, doublereal val, int lb, int ub)
 

Function Documentation

int bisec_d ( doublereal v,
doublereal  val,
int  lb,
int  ub 
)

Definition at line 57 of file bisec.cc.

Referenced by get_coef(), and get_dcla().

58 {
59  return bisec<doublereal>(v, val, lb, ub);
60 }