Class | Description |
---|---|
cublasAtomicsMode |
The type indicates whether CUBLAS routines which has an alternate
implementation using atomics can be used.
|
cublasDiagType |
Indicates whether the main diagonal of the dense matrix is
unity and consequently should not be touched or modified
by the function.
|
cublasFillMode |
Indicates which part (lower or upper) of the dense matrix was
filled and consequently should be used by the function
|
cublasHandle |
Java port of a cublasHandle
|
cublasOperation |
Indicates which operation needs to be performed with the
dense matrix.
|
cublasPointerMode |
Indicates whether the scalar values are passed by
reference on the host or device
|
cublasSideMode |
Indicates whether the dense matrix is on the left or right side
in the matrix equation solved by a particular function.
|
cublasStatus |
JCublas status return values.
|
JCublas |
Java bindings for CUBLAS, the NVIDIA CUDA BLAS library.
|
JCublas2 |
Java bindings for CUBLAS, the NVIDIA CUDA BLAS library.
|
JCublas
class,
which provides all method bindings for CUBLAS, the
NVIDIA CUDA BLAS library.