Class cblas_h.printf

java.lang.Object
smile.linalg.blas.cblas_h.printf
Enclosing class:
cblas_h

public static class cblas_h.printf extends Object
Variadic invoker class for:
extern int printf(const char *restrict __format, ...)
  • Method Details

    • makeInvoker

      public static cblas_h.printf makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern int printf(const char *restrict __format, ...)
      
    • address

      public static MemorySegment address()
      Returns the address.
      Returns:
      the address
    • handle

      public MethodHandle handle()
      Returns the specialized method handle.
      Returns:
      the specialized method handle
    • descriptor

      public FunctionDescriptor descriptor()
      Returns the specialized descriptor.
      Returns:
      the specialized descriptor
    • apply

      public int apply(MemorySegment __format, Object... x1)