The BioCro C++ Library
hyperbolas.h File Reference
#include <cmath>
#include "../framework/module.h"
#include "../framework/state_map.h"
#include "../framework/constants.h"
+ Include dependency graph for hyperbolas.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  golden_ratio_hyperbola
 Represents a simple hyperbola defined by f(x) = 1 + 1 / x. Intended to be used as a simple test case for simultaneous eqation solvers. The solution to f(x) = x is x = (1 + sqrt(5))/2, the "golden ratio.". More...
 
class  hyperbola_2d
 Represents two 2D hyperbolas defined by f(x,y) = 1 + 1 / (x + y) and g(x,y) = 1 + 1 / (2x - y). Intended to be used as a simple test case for simultaneous equation solvers. One solution to f(x,y) = x, g(x,y) = y exists at x = -1.126529, y = 0.656279 (determined numerically). More...
 

Namespaces

namespace  standardBML
 This is the standard BioCro module library; it includes the essential modules used in typical BioCro crop growth simulations.