Package org.ejml.dense.row.linsol
package org.ejml.dense.row.linsol
-
ClassDescriptionIn many situations solutions to linear systems that share many of the same data points are needed.A matrix can be easily inverted by solving a system with an identify matrix.Wrapper that allows
FMatrixRBlockto implementsLinearSolverDense.An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.Solver which uses an unrolled inverse to compute the inverse.