Package jline.lang

Class RoutingMatrix.RtOrigResult

java.lang.Object
jline.lang.RoutingMatrix.RtOrigResult
All Implemented Interfaces:
Serializable
Enclosing class:
RoutingMatrix

public static class RoutingMatrix.RtOrigResult extends Object implements Serializable
Return value of RoutingMatrix.rtnodes2rtorig(NetworkStruct), twin of the MATLAB [rtorigcell, rtorig] pair.
See Also:
  • Field Details

    • rtorigcell

      public final List<List<Matrix>> rtorigcell
      rtorigcell[r][s] holds the node-by-node probabilities from class r to class s.
    • rtorig

      public final Matrix rtorig
      The (nodes*classes)-square stochastic complement over the pre-class-switch nodes.
  • Constructor Details