Class Functions

java.lang.Object
org.jblas.util.Functions

public class Functions extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    log2(double x)
     
    static int
    max(int a, int b)
     
    static int
    min(int a, int b)
     
    static double
    sinc(double x)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Functions

      public Functions()
  • Method Details

    • sinc

      public static double sinc(double x)
    • min

      public static int min(int a, int b)
    • max

      public static int max(int a, int b)
    • log2

      public static double log2(double x)