@Properties(inherit={org.bytedeco.openblas.presets.openblas.class,org.bytedeco.cpython.presets.python.class}, value=@Platform(cinclude={"_numpyconfig.h","numpyconfig.h","npy_common.h","npy_os.h","npy_cpu.h","npy_endian.h","npy_interrupt.h","npy_math.h","halffloat.h","utils.h","arrayobject.h","arrayscalars.h","ndarraytypes.h","ndarrayobject.h","__multiarray_api.h","_neighborhood_iterator_imp.h","__ufunc_api.h","ufuncobject.h"},exclude={"__multiarray_api.h","_neighborhood_iterator_imp.h","__ufunc_api.h"},link="npymath",resource={"bin","python","scripts"}), target="org.bytedeco.numpy", global="org.bytedeco.numpy.global.numpy") @NoException public class numpy extends Object implements InfoMapper
Constructor and Description |
---|
numpy() |
Modifier and Type | Method and Description |
---|---|
static File |
cachePackage()
Returns
Loader.cacheResource("/org/bytedeco/numpy/" + Loader.getPlatform() + "/python/") . |
static File[] |
cachePackages()
Returns
{python.cachePackages(), numpy.cachePackage()} . |
void |
map(InfoMap infoMap) |
public static File cachePackage() throws IOException
Loader.cacheResource("/org/bytedeco/numpy/" + Loader.getPlatform() + "/python/")
.IOException
public static File[] cachePackages() throws IOException
{python.cachePackages(), numpy.cachePackage()}
.IOException
public void map(InfoMap infoMap)
map
in interface InfoMapper
Copyright © 2020. All rights reserved.