Class TransformSolve.Inner

java.lang.Object
jline.solvers.tr.TransformSolve.Inner
Enclosing class:
TransformSolve

public static final class TransformSolve.Inner extends Object
One inner solve's answer, on all FOUR channels.

getAvg alone is not enough: its sixth output is the RESIDENCE time rather than the system throughput, and the normalizing constant and the reported method name live on the result object.

  • Field Details

    • Q

      public final Matrix Q
    • U

      public final Matrix U
    • R

      public final Matrix R
    • T

      public final Matrix T
    • X

      public final Matrix X
      The per-chain SYSTEM throughput, from getAvgSysTput.
    • lG

      public final double lG
      log G, NaN when the inner solver does not produce one.
    • method

      public final String method
      The method the inner solve reported, for compound method names.
  • Constructor Details