Class InvertUsingSolve_CDRM

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

@Generated("org.ejml.dense.row.linsol.InvertUsingSolve_ZDRM") public class InvertUsingSolve_CDRM 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.