Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.function.rn2r1 Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AbstractBivariateRealFunctionA bivariate real function takes two real arguments and outputs one real value.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
AbstractRealScalarFunctionThis abstract implementation implements Function.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
AbstractTrivariateRealFunctionA trivariate real function takes three real arguments and outputs one real value.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
AbstractUnivariateRealFunctionA univariate real function takes one real argument and outputs one real value.Classcom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
BivariateRealFunctionA bivariate real function takes two real arguments and outputs one real value.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
ContinuedFractionA continued fraction representation of a number has this form: z = b_0 + cfrac{a_1}{b_1 + cfrac{a_2}{b_2 + cfrac{a_3}{b_3 + cfrac{a_4}{b_4 + ddots,}}}}Classcom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
ContinuedFraction .MaxIterationsExceededExceptionRuntimeException thrown when the continued fraction fails to converge for a given epsilon before a certain number of iterations.Classcom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
ContinuedFraction .PartialsThis interface defines a continued fraction in terms of the partial numerators an, and the partial denominators bn.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
QuadraticFunctionA quadratic function takes this form: (f(x) = frac{1}{2} imes x'Hx + x'p + c).Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
R1ProjectionProjection creates a real-valued function RealScalarFunction from a vector-valued function RealVectorFunction by taking only one of its coordinate components in the vector output.Classcom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
RealScalarFunctionA real valued function a (R^n ightarrow R) function, (y = f(x_1, .Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
RealScalarSubFunctionThis constructs a RealScalarFunction from another RealScalarFunction by restricting/fixing the values of a subset ofClasscom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
StepFunctionA step function (or staircase function) is a finite linear combination of indicator functions of Informally speaking, a step function is a piecewise constant function having only finitely manyClasscom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu
TrivariateRealFunctionA trivariate real function takes three real arguments and outputs one real value.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1SuanShu
UnivariateRealFunctionA univariate real function takes one real argument and outputs one real value.Interfacecom.numericalmethod.suanshu.analysis.function.rn2r1.univariateSuanShu