public class EOF extends Object
| 限定符和类型 | 类 | 说明 |
|---|---|---|
static class |
EOF.DataProMethod |
| 构造器 | 说明 |
|---|---|
EOF() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Object[] |
jacobi(int N,
boolean EV,
double[][] A) |
Calculate eigen value and eigen vector using Jacobi method
|
static Object[] |
jacobi(int N,
boolean EV,
double[][] A,
int MAXTIMES) |
Calculate eigen value and eigen vector using Jacobi method
|
static Object[] |
jacobi(int N,
boolean EV,
Array A) |
Calculate eigen value and eigen vector using Jacobi method
|
static Object[] |
jacobi(int N,
boolean EV,
Array A,
int MAXTIMES) |
Calculate eigen value and eigen vector using Jacobi method
|
static Object[] |
SEOF(int N,
int LL,
double[][] f,
double[][] H) |
EOF algorithm
|
static Object[] |
SEOF(int N,
int LL,
double[][] f,
EOF.DataProMethod method) |
EOF algorithm
|
static Object[] |
SEOF(int N,
int LL,
Array f,
EOF.DataProMethod method) |
EOF algorithm
|
static Object[] |
SEOF(int N,
int LL,
Array f,
Array H) |
EOF algorithm
|
static Object[] |
SEOF(Array f,
EOF.DataProMethod method) |
EOF algorithm
|
public static Object[] SEOF(int N, int LL, double[][] f, EOF.DataProMethod method)
N - Station or grid numberLL - Time dimension numberf - Origin datamethod - Methodpublic static Object[] SEOF(int N, int LL, double[][] f, double[][] H)
N - Station or grid numberLL - Time dimension numberf - Origin dataH - Processed datapublic static Object[] SEOF(Array f, EOF.DataProMethod method)
f - Origin datamethod - Methodpublic static Object[] SEOF(int N, int LL, Array f, EOF.DataProMethod method)
N - Station or grid numberLL - Time dimension numberf - Origin datamethod - Methodpublic static Object[] SEOF(int N, int LL, Array f, Array H)
N - Station or grid numberLL - Time dimension numberf - Origin dataH - Processed datapublic static Object[] jacobi(int N, boolean EV, double[][] A)
N - Time dimension numberEV - Always as trueA - Input matrix datapublic static Object[] jacobi(int N, boolean EV, Array A)
N - Time dimension numberEV - Always as trueA - Input matrix datapublic static Object[] jacobi(int N, boolean EV, double[][] A, int MAXTIMES)
N - Time dimension numberEV - Always as trueA - Input matrix dataMAXTIMES - Maximum iteration times, default is 50Copyright © 2019. All rights reserved.