ViennaCL - The Vienna Computing Library  1.5.1
File List
Here is a list of all files with brief descriptions:
[detail level 12345678]
\-build
 \-buildd
  \-viennacl-1.5.1
   \-viennacl
    o+backend
    o+generator
    o+io
    o+linalg
    o+meta
    o+misc
    o+ocl
    o+rand
    o+scheduler
    o+tools
    o+traits
    o*circulant_matrix.hppImplementation of the circulant_matrix class for efficient manipulation of circulant matrices. Experimental
    o*compressed_compressed_matrix.hppImplementation of the compressed_compressed_matrix class (CSR format with a relatively small number of nonzero rows)
    o*compressed_matrix.hppImplementation of the compressed_matrix class
    o*context.hppImplementation of a OpenCL-like context, which serves as a unification of {OpenMP, CUDA, OpenCL} at the user API
    o*coordinate_matrix.hppImplementation of the coordinate_matrix class
    o*ell_matrix.hppImplementation of the ell_matrix class
    o*fft.hppAll routines related to the Fast Fourier Transform. Experimental
    o*forwards.hThis file provides the forward declarations for the main types used within ViennaCL
    o*hankel_matrix.hppImplementation of the hankel_matrix class for efficient manipulation of Hankel matrices. Experimental
    o*hyb_matrix.hppImplementation of the hyb_matrix class
    o*matrix.hppImplementation of the dense matrix class
    o*matrix_proxy.hppProxy classes for matrices
    o*range.hppImplementation of a range object for use with proxy objects
    o*scalar.hppImplementation of the ViennaCL scalar class
    o*slice.hppImplementation of a slice object for use with proxy objects
    o*toeplitz_matrix.hppImplementation of the toeplitz_matrix class for efficient manipulation of Toeplitz matrices. Experimental
    o*vandermonde_matrix.hppImplementation of the vandermonde_matrix class for efficient manipulation of Vandermonde matrices. Experimental
    o*vector.hppThe vector type with operator-overloads and proxy classes is defined here. Linear algebra operations such as norms and inner products are located in linalg/vector_operations.hpp
    \*vector_proxy.hppProxy classes for vectors