public class PadeApproximation
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PadeApproximation.VirialParam |
| Modifier and Type | Field | Description |
|---|---|---|
protected double[] |
a |
|
protected double[] |
b |
|
protected double[] |
c |
|
protected Jama.Matrix |
Y |
|
protected Jama.Matrix |
Z |
| Constructor | Description |
|---|---|
PadeApproximation(double[] c,
int N,
int D) |
| Modifier and Type | Method | Description |
|---|---|---|
double[] |
getA() |
|
double[] |
getB() |
|
static void |
main(java.lang.String[] args) |
|
void |
solveCoefficients() |