Package jline.api.mam

Class Mmap_sumKt

  • All Implemented Interfaces:

    
    public final class Mmap_sumKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • mmap_sum

         final static MatrixCell mmap_sum(MatrixCell mmap1, MatrixCell mmap2)

        Computes the sum of two MMAPs, creating a superposition process. This creates an independent superposition where arrivals from both processes can occur simultaneously.

        Parameters:
        mmap1 - First MMAP
        mmap2 - Second MMAP
        Returns:

        Superposed MMAP

      • mmap_sum_weighted

         final static MatrixCell mmap_sum_weighted(List<MatrixCell> mmaps, DoubleArray weights)

        Weighted sum of MMAPs with scaling factors.

        Parameters:
        mmaps - List of MMAPs to sum
        weights - Scaling factors for each MMAP
        Returns:

        Weighted superposed MMAP

      • mmap_sum_selective

         final static MatrixCell mmap_sum_selective(List<MatrixCell> mmaps, List<IntArray> classSelections)

        Selective sum - only sum specific classes from each MMAP.

        Parameters:
        mmaps - List of MMAPs
        classSelections - List of class indices to include from each MMAP
        Returns:

        Selective sum MMAP