Package org.ejml.dense.row.linsol
-
Interface Summary Interface Description AdjustableLinearSolver_FDRM In many situations solutions to linear systems that share many of the same data points are needed. -
Class Summary Class Description InvertUsingSolve_FDRM A matrix can be easily inverted by solving a system with an identify matrix.LinearSolver_FDRB_to_FDRM Wrapper that allowsFMatrixRBlockto implementsLinearSolverDense.LinearSolverAbstract_FDRM An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.LinearSolverUnrolled_FDRM Solver which uses an unrolled inverse to compute the inverse.