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