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 ofPathSolvers and associated classes, which are used to determine the direction of the minimum of a specificSearchTaskusing an iterative approach. -
-
Uses of SquareMatrix in pulse.math.linear
Methods in pulse.math.linear that return SquareMatrix Modifier and Type Method Description static SquareMatrixSquareMatrix. asSquareMatrix(RectangularMatrix m)SquareMatrixSquareMatrix. blockDiagonal()Creates a block-diagonal matrix from the diagonal of this matrix.static SquareMatrixMatrices. createIdentityMatrix(int dimension)Creates an identity matrix with its dimension equal to the argumentstatic SquareMatrixMatrices. createSquareMatrix(double[][] data)SquareMatrixSquareMatrix. inverse()Conducts matrix inversion with the procedural EJML approach.static SquareMatrixSquareMatrix. 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 SquareMatrixButcherTableau. getMatrix()Methods in pulse.problem.schemes.rte.dom with parameters of type SquareMatrix Modifier and Type Method Description voidButcherTableau. setMatrix(SquareMatrix coefs) -
Uses of SquareMatrix in pulse.search.direction
Methods in pulse.search.direction that return SquareMatrix Modifier and Type Method Description SquareMatrixComplexPath. getHessian()SquareMatrixComplexPath. getInverseHessian()Methods in pulse.search.direction with parameters of type SquareMatrix Modifier and Type Method Description voidComplexPath. setHessian(SquareMatrix hes)voidComplexPath. setInverseHessian(SquareMatrix inverseHessian)
-