public class MtjLogRedSolver extends GeometricSolver
Constructor and Description |
---|
MtjLogRedSolver(GeomProcess mp) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
This method return a complete verbal describtion of this element.
|
double[][] |
getRmatrix()
This process should be extended in order to compute the R
matrix of the QBD.
|
java.lang.String |
label()
The name of this solver.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals
public MtjLogRedSolver(GeomProcess mp)
mp
- The given QBDpublic double[][] getRmatrix() throws NotUnichainException
GeometricSolver
getRates(), getGenerator, and getRate(State,State)
getRmatrix
in class GeometricSolver
NotUnichainException
MarkovProcess.getGenerator()
,
MarkovProcess.getRates()
,
MarkovProcess.getRate(State, State)
public java.lang.String label()
Solver
label
in interface JMarkovElement
label
in class Solver
Solver.label()
public java.lang.String description()
JMarkovElement
JMarkovElement.label()