Package org.ejml.alg.dense.linsol

Interface Summary
AdjustableLinearSolver In many situations solutions to linear systems that share many of the same data points are needed.
 

Class Summary
InvertUsingSolve A matrix can be easily inverted by solving a system with an identify matrix.
LinearSolverAbstract An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.
LinearSolverSafe<T extends Matrix64F> Ensures that any linear solver it is wrapped around will never modify the input matrices.
LinearSolverUnrolled Solver which uses an unrolled inverse to compute the inverse.
WrapLinearSolverBlock64 Wrapper that allows to implements LinearSolver.
 



Copyright © 2012. All Rights Reserved.