Class cblas_h.dprintf

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

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

    • makeInvoker

      public static cblas_h.dprintf makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern int dprintf(int __fd, const char *restrict __fmt, ...)
      
    • 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(int __fd, MemorySegment __fmt, Object... x2)