public class Matrices extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
MACHEPS
The difference between 1 and the smallest exactly representable number
greater than one.
|
| Constructor and Description |
|---|
Matrices() |
| Modifier and Type | Method and Description |
|---|---|
static Jama.Matrix |
inverse(Jama.Matrix A) |
static Jama.Matrix |
pinv(Jama.Matrix x)
Computes the Moore–Penrose pseudoinverse using the SVD method.
|
static void |
updateMacheps()
Updates MACHEPS for the executing machine.
|
public static double MACHEPS
public static void updateMacheps()
public static Jama.Matrix pinv(Jama.Matrix x)
public static Jama.Matrix inverse(Jama.Matrix A)
Copyright © 2017. All rights reserved.