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.
LinearSolver<T extends Matrix64F> An implementation of LinearSolver solves a linear system or inverts a matrix.
 

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.
LinearSolverFactory A factory for generating solvers for systems of the form A*x=b, where A and B are known and x is unknown.
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 LinearSolver to implements LinearSolver.
 



Copyright © 2012. All Rights Reserved.