Class LinearSolver

  • All Implemented Interfaces:

    
    public final class LinearSolver
    
                        

    Linear solver implementation for MOM using double precision arithmetic This is a port of the MATLAB linear.m solver

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LinearSolver()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final MomSolverResult solve(RealMatrix L, IntArray N, DoubleArray Z) Solve queueing network using linear system approach with double precision
      • Methods inherited from class java.lang.Object

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

      • LinearSolver

        LinearSolver()
    • Method Detail

      • solve

         final MomSolverResult solve(RealMatrix L, IntArray N, DoubleArray Z)

        Solve queueing network using linear system approach with double precision

        Parameters:
        L - Service rate matrix (M×R)
        N - Population vector (1×R)
        Z - Think time vector (1×R)
        Returns:

        MomSolverResult containing performance measures