Uses of Class
pulse.math.linear.SquareMatrix
-
Packages that use SquareMatrix Package Description 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. -
-
Uses of SquareMatrix in pulse.math.linear
Methods in pulse.math.linear that return SquareMatrix Modifier and Type Method Description static SquareMatrix
SquareMatrix. asSquareMatrix(RectangularMatrix m)
SquareMatrix
SquareMatrix. blockDiagonal()
Creates a block-diagonal matrix from the diagonal of this matrix.static SquareMatrix
Matrices. createIdentityMatrix(int dimension)
Creates an identity matrix with its dimension equal to the argumentstatic SquareMatrix
Matrices. createSquareMatrix(double[][] data)
SquareMatrix
SquareMatrix. inverse()
Conducts matrix inversion with the procedural EJML approach.static SquareMatrix
SquareMatrix. outerProduct(Vector a, Vector b)
Calculates the outer product of two vectors. -
Uses of SquareMatrix in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return SquareMatrix Modifier and Type Method Description SquareMatrix
ButcherTableau. getMatrix()
Methods in pulse.problem.schemes.rte.dom with parameters of type SquareMatrix Modifier and Type Method Description void
ButcherTableau. setMatrix(SquareMatrix coefs)
-
Uses of SquareMatrix in pulse.search.direction
Methods in pulse.search.direction that return SquareMatrix Modifier and Type Method Description SquareMatrix
ComplexPath. getHessian()
SquareMatrix
ComplexPath. getInverseHessian()
Methods in pulse.search.direction with parameters of type SquareMatrix Modifier and Type Method Description void
ComplexPath. setHessian(SquareMatrix hes)
void
ComplexPath. setInverseHessian(SquareMatrix inverseHessian)
-