Uses of Interface
org.nd4j.linalg.api.blas.Level1
-
Packages that use Level1 Package Description org.nd4j.linalg.api.blas.impl org.nd4j.linalg.factory -
-
Uses of Level1 in org.nd4j.linalg.api.blas.impl
Classes in org.nd4j.linalg.api.blas.impl that implement Level1 Modifier and Type Class Description classBaseLevel1 -
Uses of Level1 in org.nd4j.linalg.factory
Fields in org.nd4j.linalg.factory declared as Level1 Modifier and Type Field Description protected Level1BaseNDArrayFactory. level1Methods in org.nd4j.linalg.factory that return Level1 Modifier and Type Method Description Level1BaseBlasWrapper. level1()Level1BaseNDArrayFactory. level1()Level1BlasWrapper. level1()Return the level 1 functions for this blas implLevel1NDArrayFactory. level1()Return the level 1 blas operations
-