org.ejml.alg.dense.linsol
Class InvertUsingSolve
java.lang.Object
org.ejml.alg.dense.linsol.InvertUsingSolve
public class InvertUsingSolve
- 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.
- Author:
- Peter Abeles
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvertUsingSolve
public InvertUsingSolve()
invert
public static void invert(LinearSolver<DenseMatrix64F> solver,
RowD1Matrix64F A,
DenseMatrix64F A_inv)
Copyright © 2012. All Rights Reserved.