Class LinearSystemMatrices

  • All Implemented Interfaces:

    
    public final class LinearSystemMatrices
    
                        

    Container for the linear system matrices used in MOM solver

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final RealMatrix C
      private final RealMatrix Cg
      private final RealMatrix D
      private final RealMatrix Dr
    • Constructor Summary

      Constructors 
      Constructor Description
      LinearSystemMatrices(RealMatrix C, RealMatrix Cg, RealMatrix D, RealMatrix Dr)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final RealMatrix getC() Main coefficient matrix (block diagonal structure)
      final RealMatrix getCg() Coupling matrix for previous populations
      final RealMatrix getD() Right-hand side matrix
      final RealMatrix getDr() Special matrix for recursion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinearSystemMatrices

        LinearSystemMatrices(RealMatrix C, RealMatrix Cg, RealMatrix D, RealMatrix Dr)
    • Method Detail

      • getC

         final RealMatrix getC()

        Main coefficient matrix (block diagonal structure)

      • getCg

         final RealMatrix getCg()

        Coupling matrix for previous populations

      • getD

         final RealMatrix getD()

        Right-hand side matrix

      • getDr

         final RealMatrix getDr()

        Special matrix for recursion