org.ejml.alg.dense.linsol
Class InvertUsingSolve
- java.lang.Object
-
- org.ejml.alg.dense.linsol.InvertUsingSolve
-
public class InvertUsingSolve extends java.lang.ObjectA 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.
-
-
Constructor Summary
Constructors Constructor and Description InvertUsingSolve()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidinvert(LinearSolver<DenseMatrix64F> solver, RowD1Matrix64F A, DenseMatrix64F A_inv)static voidinvert(LinearSolver<DenseMatrix64F> solver, RowD1Matrix64F A, DenseMatrix64F A_inv, DenseMatrix64F storage)
-
-
-
Method Detail
-
invert
public static void invert(LinearSolver<DenseMatrix64F> solver, RowD1Matrix64F A, DenseMatrix64F A_inv, DenseMatrix64F storage)
-
invert
public static void invert(LinearSolver<DenseMatrix64F> solver, RowD1Matrix64F A, DenseMatrix64F A_inv)
-
-
DMelt 3.0 © DataMelt by jWork.ORG