SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.function.rn2r1

Interface Summary
ContinuedFraction.Partials Definition of a continued fraction in terms of the partial numerators an, and the partial denominators bn.
RealScalarFunction This interface represents a Rn → R1 function, y = f(x0, x1, ..., xn) The function takes n real arguments and output one real value.
 

Class Summary
BivariateRealFunction This abstract class represents a bivariate real function.
ContinuedFraction A continued fraction representation of a number.
Projection This class creates a real-valued function RealScalarFunction from a vector-valued function RealVectorFunction by taking only one of its coordinate components in the vector output.
RealScalarFunctionFixedVariables This creates a a RealScalarFunction from another RealScalarFunction by fixing the values of a subset of variables.
RealScalarFunctionFixedVariables.Value  
UnivariateRealFunction This abstract class represents a univariate real function.
 

Exception Summary
ContinuedFraction.MaxIterationsExceededException RuntimeException thrown when the continued fraction fails to converge for a given epsilon before a certain number of iterations.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.