Uses of Class
pulse.math.AbstractIntegrator
-
Packages that use AbstractIntegrator Package Description pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices.pulse.problem.schemes.rte.exact Contains classes for solving the radiative transfer equation in an absorbing-emitting medium (no scattering) using a semi-analytical approach. -
-
Uses of AbstractIntegrator in pulse.math
Subclasses of AbstractIntegrator in pulse.math Modifier and Type Class Description class
FixedIntervalIntegrator
A fixed-interval integrator implements a numerical scheme in which the domain within the integration bounds is divided into equal intervals of a sufficiently small (and fixed) length.class
MidpointIntegrator
Implements the midpoint integration scheme for the evaluation of definite integrals.class
SimpsonIntegrator
Implements the Simpson's integration rule for the evaluation of definite integrals. -
Uses of AbstractIntegrator in pulse.problem.schemes.rte.exact
Subclasses of AbstractIntegrator in pulse.problem.schemes.rte.exact Modifier and Type Class Description class
ChandrasekharsQuadrature
This quadrature methods of evaluating the composition product of the exponential integral and blackbody spectral power spectrum has been given by Chandrasekhar and is based on constructing a moment matrix.class
CompositionProduct
A class for evaluating the definite integral .class
NewtonCotesQuadrature
A class for evaluating the composition product using a simple Newton-Cotes quadrature with a cutoff.
-