Object SetupLinearSystem

  • All Implemented Interfaces:

    
    public class SetupLinearSystem
    
                        

    Constructs the linear system matrices for the MOM solver This is a port of the MATLAB setupls.m function

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final LinearSystemMatrices setup(RealMatrix L, IntArray N, DoubleArray Z, Integer r) Setup linear system matrices for a given class r
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setup

         final LinearSystemMatrices setup(RealMatrix L, IntArray N, DoubleArray Z, Integer r)

        Setup linear system matrices for a given class r

        Parameters:
        L - Service rate matrix (M×R)
        N - Population vector (1×R)
        Z - Think time vector (1×R)
        r - Current class index (0-based)
        Returns:

        LinearSystemMatrices containing C, Cg, D, Dr