Class cblas_h.dprintf
java.lang.Object
smile.linalg.blas.cblas_h.dprintf
- Enclosing class:
cblas_h
Variadic invoker class for:
extern int dprintf(int __fd, const char *restrict __fmt, ...)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(int __fd, MemorySegment __fmt, Object... x2) Returns the specialized descriptor.handle()Returns the specialized method handle.static cblas_h.dprintfmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int dprintf(int __fd, const char *restrict __fmt, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int dprintf(int __fd, const char *restrict __fmt, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-