public abstract class InverseProblem
extends java.lang.Object
| コンストラクタと説明 |
|---|
InverseProblem() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract void |
compute() |
abstract org.apache.commons.math3.linear.RealMatrix |
computeCovariance(double sigmaD,
int j) |
org.apache.commons.math3.linear.RealMatrix |
getANS() |
org.apache.commons.math3.linear.RealVector |
getAns(int i) |
abstract org.apache.commons.math3.linear.RealMatrix |
getBaseVectors() |
int |
getParN() |
void |
outputAns(java.nio.file.Path outPath)
解のアウトプット
|
public org.apache.commons.math3.linear.RealMatrix getANS()
public org.apache.commons.math3.linear.RealVector getAns(int i)
i - index (1, 2, ...)public int getParN()
public abstract org.apache.commons.math3.linear.RealMatrix computeCovariance(double sigmaD,
int j)
sigmaD - σdj - index (1, 2, ...)public void outputAns(java.nio.file.Path outPath)
throws java.io.IOException
outPath - File for write of solutionsjava.io.IOException - if an I/O error occurspublic abstract void compute()
public abstract org.apache.commons.math3.linear.RealMatrix getBaseVectors()