Uses of Interface
jline.util.SerializableFunction
Package
Description
Procedural algorithms for solving stochastic models
Abstractions to declare basic elements of a model.
This package contains the classes used the specify Network objects
Classes that model the individual sections that form a Network node
This package contains some fundamental data structures and utilities
-
Uses of SerializableFunction in jline.api
Modifier and TypeMethodDescriptionstatic Matrix
PFQN.pfqn_cdfun
(Matrix nvec, Map<Station, SerializableFunction<Matrix, Double>> cdscaling, List<Station> stations) Evaluate class-dependent (CD) scaling function -
Uses of SerializableFunction in jline.lang
Modifier and TypeMethodDescriptionvoid
Event.setProbFun
(SerializableFunction<Pair<Map<Node, Matrix>, Map<Node, Matrix>>, Double> probFun) -
Uses of SerializableFunction in jline.lang.nodes
Modifier and TypeFieldDescriptionprotected SerializableFunction<Matrix,
Double> Station.lcdScaling
Modifier and TypeMethodDescriptionvoid
Queue.setClassDependence
(SerializableFunction<Matrix, Double> beta) void
Station.setLimitedClassDependence
(SerializableFunction<Matrix, Double> gamma) -
Uses of SerializableFunction in jline.lang.sections
Modifier and TypeFieldDescriptionprotected SerializableFunction<ClassSwitcher.CSFunInput,
Double> ClassSwitcher.csFun
-
Uses of SerializableFunction in jline.util
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Modifier and TypeMethodDescriptionstatic Maths.laplaceApproxReturn
Maths.laplaceapprox_h
(Matrix x0, SerializableFunction<Matrix, Matrix> h) Maths.laplaceapprox_h_complex
(Matrix x0, SerializableFunction<Matrix, ComplexMatrix> h) static Matrix
Maths.num_grad_h
(Matrix x0, double h, SerializableFunction<Matrix, Matrix> hfun) static ComplexMatrix
Maths.num_grad_h_complex
(Matrix x0, double h, SerializableFunction<Matrix, ComplexMatrix> hfun) static Matrix
Maths.num_hess_h
(Matrix x0, double h, SerializableFunction<Matrix, Matrix> hfun) static ComplexMatrix
Maths.num_hess_h_complex
(Matrix x0, double h, SerializableFunction<Matrix, ComplexMatrix> hfun)