Class LinearSystemMatrices

java.lang.Object
jline.lib.mom.solver.LinearSystemMatrices

public final class LinearSystemMatrices extends Object
Container for the linear system matrices used in MOM solver
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.apache.commons.math3.linear.RealMatrix
     
    final org.apache.commons.math3.linear.RealMatrix
     
    final org.apache.commons.math3.linear.RealMatrix
     
    final org.apache.commons.math3.linear.RealMatrix
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LinearSystemMatrices(org.apache.commons.math3.linear.RealMatrix C, org.apache.commons.math3.linear.RealMatrix Cg, org.apache.commons.math3.linear.RealMatrix D, org.apache.commons.math3.linear.RealMatrix Dr)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.math3.linear.RealMatrix
     
    org.apache.commons.math3.linear.RealMatrix
     
    org.apache.commons.math3.linear.RealMatrix
     
    org.apache.commons.math3.linear.RealMatrix
     
    copy(org.apache.commons.math3.linear.RealMatrix C, org.apache.commons.math3.linear.RealMatrix Cg, org.apache.commons.math3.linear.RealMatrix D, org.apache.commons.math3.linear.RealMatrix Dr)
     
    boolean
     
    org.apache.commons.math3.linear.RealMatrix
     
    org.apache.commons.math3.linear.RealMatrix
     
    org.apache.commons.math3.linear.RealMatrix
     
    org.apache.commons.math3.linear.RealMatrix
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • C

      public final org.apache.commons.math3.linear.RealMatrix C
    • Cg

      public final org.apache.commons.math3.linear.RealMatrix Cg
    • D

      public final org.apache.commons.math3.linear.RealMatrix D
    • Dr

      public final org.apache.commons.math3.linear.RealMatrix Dr
  • Constructor Details

    • LinearSystemMatrices

      public LinearSystemMatrices(org.apache.commons.math3.linear.RealMatrix C, org.apache.commons.math3.linear.RealMatrix Cg, org.apache.commons.math3.linear.RealMatrix D, org.apache.commons.math3.linear.RealMatrix Dr)
  • Method Details

    • getC

      public org.apache.commons.math3.linear.RealMatrix getC()
    • getCg

      public org.apache.commons.math3.linear.RealMatrix getCg()
    • getD

      public org.apache.commons.math3.linear.RealMatrix getD()
    • getDr

      public org.apache.commons.math3.linear.RealMatrix getDr()
    • component1

      public org.apache.commons.math3.linear.RealMatrix component1()
    • component2

      public org.apache.commons.math3.linear.RealMatrix component2()
    • component3

      public org.apache.commons.math3.linear.RealMatrix component3()
    • component4

      public org.apache.commons.math3.linear.RealMatrix component4()
    • copy

      public LinearSystemMatrices copy(org.apache.commons.math3.linear.RealMatrix C, org.apache.commons.math3.linear.RealMatrix Cg, org.apache.commons.math3.linear.RealMatrix D, org.apache.commons.math3.linear.RealMatrix Dr)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object