Class InvertUsingSolve_DDRM

java.lang.Object
org.ejml.dense.row.linsol.InvertUsingSolve_DDRM

public class InvertUsingSolve_DDRM extends Object
A matrix can be easily inverted by solving a system with an identify matrix. The only disadvantage of this approach is that additional computations are required compared to a specialized solution.