#include "VVIObj.h"
#include <cmath>
#include <algorithm>
#include <boost/bind.hpp>
Go to the source code of this file.
Namespaces |
namespace | VVIObjDetails |
Functions |
double | VVIObjDetails::cosint (double x) |
| Private version of the cosine and sine integral.
|
template<typename F > |
int | VVIObjDetails::dzero (double a, double b, double &x0, double &rv, double eps, int mxf, F func) |
double | VVIObjDetails::expint (double x) |
| Private version of the sine integral.
|
double | VVIObjDetails::f1 (double x, double const *h_) |
| Private version of the exponential integral.
|
double | VVIObjDetails::f2 (double x, double const *h_) |
void | VVIObjDetails::sincosint (double x, double &sint, double &cint) |
double | VVIObjDetails::sinint (double x) |
| Private version of the cosine integral.
|