MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
bisec.cc File Reference
#include "mbconfig.h"
#include <cmath>
#include "ac/f2c.h"
#include "bisec.h"
Include dependency graph for bisec.cc:

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 }