Uses of Package
pulse.math.linear
-
Packages that use pulse.math.linear 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.math.linear A linear algebra package based mostly on the EJML library.pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation.pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach.pulse.search.linear Provides classes that are able to search for the minimum of a scalar function of a vector variable that is unimodal on a specificSegment
. -
Classes in pulse.math.linear used by pulse.math Class Description Vector This is a general class forVector
operations useful for optimisers and ODE solvers. -
Classes in pulse.math.linear used by pulse.math.linear Class Description RectangularMatrix SquareMatrix The matrix class.Vector This is a general class forVector
operations useful for optimisers and ODE solvers. -
Classes in pulse.math.linear used by pulse.problem.schemes.rte.dom Class Description SquareMatrix The matrix class.Vector This is a general class forVector
operations useful for optimisers and ODE solvers. -
Classes in pulse.math.linear used by pulse.search.direction Class Description RectangularMatrix SquareMatrix The matrix class.Vector This is a general class forVector
operations useful for optimisers and ODE solvers. -
Classes in pulse.math.linear used by pulse.search.linear Class Description Vector This is a general class forVector
operations useful for optimisers and ODE solvers.