public class AvaMatrix extends Object
Constructor and Description |
---|
AvaMatrix() |
Modifier and Type | Method and Description |
---|---|
static double[][] |
inverseCommons(double[][] matrix)
Inverts a matrix using Commons library
|
static double[][] |
inverseLa4J(double[][] matrix)
Inverts a matrix using La4J library
|
static double[][] |
inverseSimpleEJML(double[][] matrix)
Inverts a matrix using EJML library
|
public static double[][] inverseLa4J(double[][] matrix)
matrix
- the matrix to be invertedpublic static double[][] inverseSimpleEJML(double[][] matrix)
matrix
- the matrix to be invertedpublic static double[][] inverseCommons(double[][] matrix)
matrix
- the matrix to be invertedCopyright © 2005–2020. All rights reserved.