▼Nviennacl | Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them |
▼Nbackend | Namespace providing routines for handling the different memory domains |
▼Ncpu_ram | Provides implementations for handling memory buffers in CPU RAM |
Ndetail | Holds implementation details for handling memory buffers in CPU RAM. Not intended for direct use by library users |
▼Ncuda | Provides implementations for handling CUDA memory buffers |
Ndetail | Holds implementation details for handling CUDA memory buffers. Not intended for direct use by library users |
Ndetail | Implementation details for the generic memory backend interface |
▼Nopencl | Provides implementations for handling OpenCL memory buffers |
Ndetail | Holds implementation details for handling OpenCL memory buffers. Not intended for direct use by library users |
▼Ndetail | Holds implementation details for functionality in the main viennacl-namespace. Not intended for direct use by library users |
▼Nfft | Helper namespace for fast Fourier transforms. Not to be used directly by library users |
NFFT_DATA_ORDER | Helper namespace for fast-Fourier transformation. Deprecated |
▼Ngenerator | Provides an OpenCL kernel generator |
Nautotune | Provides the implementation for tuning the kernels for a particular device |
Ndetail | Contains implementation details of the kernel generator |
Nprofiles | Namespace holding the various device-specific parameters for generating the best kernels |
Nutils | Contains various helper routines for kernel generation |
▼Nio | Provides basic input-output functionality |
Ndetail | Implementation details for IO functionality. Usually not of interest for a library user |
Ntag | Namespace holding the various XML tag definitions for the kernel parameter tuning facility |
Nval | Namespace holding the various XML strings for the kernel parameter tuning facility |
▼Nlinalg | Provides all linear algebra operations which are not covered by operator overloads |
▼Ncuda | Holds all CUDA compute kernels used by ViennaCL |
Ndetail | Helper functions for the CUDA linear algebra backend |
▼Ndetail | Namespace holding implementation details for linear algebra routines. Usually not of interest for a library user |
Namg | Implementation namespace for algebraic multigrid preconditioner |
Nspai | Implementation namespace for sparse approximate inverse preconditioner |
▼Nhost_based | Holds all compute kernels with conventional host-based execution (buffers in CPU RAM) |
Ndetail | Helper functions for the host-based linear algebra backend |
Nkernels | Namespace containing the OpenCL kernels. Deprecated, will be moved to viennacl::linalg::opencl in future releases |
▼Nopencl | Holds all routines providing OpenCL linear algebra operations |
Ndetail | Helper functions for OpenCL-accelerated linear algebra operations |
▼Nkernels | Contains the OpenCL kernel generation functions for a predefined set of functionality |
Ndetail | Implementation details for the predefined OpenCL kernels |
▼Nocl | OpenCL backend. Manages platforms, contexts, buffers, kernels, etc |
Ndetail | Implementation details for the OpenCL managment layer in ViennaCL |
Nresult_of | Namespace containing many meta-functions |
▼Nscheduler | Contains the scheduling functionality which allows for dynamic kernel generation as well as the fusion of multiple statements into a single kernel |
Ndetail | Implementation details for the scheduler |
Nresult_of | Helper metafunctions used for the scheduler |
▼Ntools | Namespace for various tools used within ViennaCL |
Ndetail | Contains implementation details for the tools. Usually not of interest for the library user |
Ntraits | Namespace providing traits-information as well as generic wrappers to common routines for vectors and matrices such as size() or clear() |