|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmarkov.solvers.Solver
jmarkov.solvers.GeometricSolver
public abstract class GeometricSolver
| Field Summary |
|---|
| Fields inherited from class jmarkov.solvers.Solver |
|---|
mp |
| Constructor Summary | |
|---|---|
GeometricSolver(MarkovProcess mp)
Builds a Geometrix Solver with the given SimpleMarkovProcess. |
|
| Method Summary | |
|---|---|
abstract double[][] |
getRmatrix()
This process should be extended in order to compute the R matrix of the QBD. |
| Methods inherited from class jmarkov.solvers.Solver |
|---|
getMP, label, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jmarkov.basic.JMarkovElement |
|---|
description, equals |
| Constructor Detail |
|---|
public GeometricSolver(MarkovProcess mp)
mp - The Markov Process for which the steady state
probabilities are sought.| Method Detail |
|---|
public abstract double[][] getRmatrix()
throws NotUnichainException
getRates(), getGenerator, and getRate(State,State)
NotUnichainExceptionMarkovProcess.getGenerator(),
MarkovProcess.getRates(),
MarkovProcess.getRate(State, State)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||