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 MemorySegment
address()
Returns the address.int
apply
(int __fd, MemorySegment __fmt, Object... x2) Returns the specialized descriptor.handle()
Returns the specialized method handle.static cblas_h.dprintf
makeInvoker
(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
-