QNSResult class stores the results from the QNS solver.
Inherits all metric fields (QN, UN, RN, TN, AN, WN, CN, XN, runtime, method, iter)
from SolverResult.
-
Field Summary
Fields inherited from class jline.solvers.SolverResult
AN, ANfcr, CN, CNt, iter, method, pi_t, QN, QNfcr, QNt, RN, RNfcr, RNt, runtime, solver, SS, SysTardN, t, TardN, TN, TNfcr, TNt, UN, UNfcr, UNt, WN, WNfcr, XN, XNt
-
Constructor Summary
Constructors
QNSResult(Matrix QN,
Matrix UN,
Matrix RN,
Matrix TN,
Matrix AN,
Matrix WN,
Matrix CN,
Matrix XN,
double runtime,
String method,
int iter)
Constructor with all parameters
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QNSResult
public QNSResult()
Default constructor
-
QNSResult
public QNSResult(Matrix QN,
Matrix UN,
Matrix RN,
Matrix TN,
Matrix AN,
Matrix WN,
Matrix CN,
Matrix XN,
double runtime,
String method,
int iter)
Constructor with all parameters