Uses of Class
org.jcurl.math.R1R1Function

Packages that use R1R1Function
org.jcurl.core.impl Implementatios of models for simulation. 
org.jcurl.math Generic math helpers without dependencies to other jcurl packages. 
 

Uses of R1R1Function in org.jcurl.core.impl
 

Constructors in org.jcurl.core.impl with parameters of type R1R1Function
CurveRockAnalytic(R1R1Function[] x)
           
CurveRockAnalytic(R1R1Function x, R1R1Function y, R1R1Function a)
           
 

Uses of R1R1Function in org.jcurl.math
 

Subclasses of R1R1Function in org.jcurl.math
 class CSplineInterpolator
          The numerical algorithms are adapted from "Meyberg/Vachenauer": Hoehere Mathematik I, second edition.
 class Distance2DSq
          The distance between two R1RNFunctions - only 2 dimensions used.
 class Polynome
          Polynomes of n-th grade.
 

Methods in org.jcurl.math with parameters of type R1R1Function
static double BisectionSolver.findRoot(R1R1Function f, double y, double left, double right, double epsilon)
          Bisection root-finding algorithm.
 

Constructors in org.jcurl.math with parameters of type R1R1Function
CurveFkt(R1R1Function[] fkt)
           
 



Copyright © 2005-2009 jcurl.org. All Rights Reserved.