ViennaCL - The Vienna Computing Library  1.5.2
File List
Here is a list of all files with brief descriptions:
[detail level 12345678]
  build
  buildd
  viennacl-1.5.2
  viennacl
  backend
  generator
  io
  linalg
  meta
  misc
  ocl
  rand
  scheduler
  tools
  traits
 circulant_matrix.hppImplementation of the circulant_matrix class for efficient manipulation of circulant matrices. Experimental
 compressed_compressed_matrix.hppImplementation of the compressed_compressed_matrix class (CSR format with a relatively small number of nonzero rows)
 compressed_matrix.hppImplementation of the compressed_matrix class
 context.hppImplementation of a OpenCL-like context, which serves as a unification of {OpenMP, CUDA, OpenCL} at the user API
 coordinate_matrix.hppImplementation of the coordinate_matrix class
 ell_matrix.hppImplementation of the ell_matrix class
 fft.hppAll routines related to the Fast Fourier Transform. Experimental
 forwards.hThis file provides the forward declarations for the main types used within ViennaCL
 hankel_matrix.hppImplementation of the hankel_matrix class for efficient manipulation of Hankel matrices. Experimental
 hyb_matrix.hppImplementation of the hyb_matrix class
 matrix.hppImplementation of the dense matrix class
 matrix_proxy.hppProxy classes for matrices
 range.hppImplementation of a range object for use with proxy objects
 scalar.hppImplementation of the ViennaCL scalar class
 slice.hppImplementation of a slice object for use with proxy objects
 toeplitz_matrix.hppImplementation of the toeplitz_matrix class for efficient manipulation of Toeplitz matrices. Experimental
 vandermonde_matrix.hppImplementation of the vandermonde_matrix class for efficient manipulation of Vandermonde matrices. Experimental
 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