Package org.ejml.dense.row.linsol
package org.ejml.dense.row.linsol
-
ClassesClassDescriptionA matrix can be easily inverted by solving a system with an identify matrix.An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.