Class InvertUsingSolve_ZDRM

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

public class InvertUsingSolve_ZDRM 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.