Class BLAS


  • public abstract class BLAS
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.reflect.Method dgemm  
    • Constructor Summary

      Constructors 
      Constructor Description
      BLAS()  
    • Field Detail

      • dgemm

        private static java.lang.reflect.Method dgemm
    • Constructor Detail

      • BLAS

        public BLAS()
    • Method Detail

      • dgemm

        public static void dgemm​(int rows,
                                 int retcols,
                                 int cols,
                                 int i,
                                 double[] values,
                                 int j,
                                 int rows2,
                                 double[] m2,
                                 int k,
                                 int l,
                                 int m,
                                 double[] ret,
                                 int n,
                                 int rows3)
      • isAvailable

        public static boolean isAvailable()