/home/coin/SVN-release/OS-2.0.0/Couenne/src/convex/operators/trigNewton.cpp File Reference

#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include "CouenneTypes.hpp"

Include dependency graph for trigNewton.cpp:

Go to the source code of this file.

Defines

#define MAX_ITER   1000
#define COU_TRIG_TOLERANCE   1e-12

Functions

CouNumber trigNewton (CouNumber a, CouNumber l, CouNumber u)
 common convexification method used by both cos and sin


Define Documentation

#define MAX_ITER   1000

Definition at line 16 of file trigNewton.cpp.

#define COU_TRIG_TOLERANCE   1e-12

Definition at line 17 of file trigNewton.cpp.

Referenced by trigNewton().


Function Documentation

CouNumber trigNewton ( CouNumber  a,
CouNumber  l,
CouNumber  u 
)

common convexification method used by both cos and sin

Definition at line 19 of file trigNewton.cpp.

References cos(), COU_TRIG_TOLERANCE, k, MAX_ITER, and sin().

Referenced by bayEnvelope().


Generated on Mon Aug 3 03:04:58 2009 by  doxygen 1.4.7