ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
structs.hpp File Reference

Helper structures to simplify variable handling. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include <assert.h>
#include "viennacl/vector.hpp"
#include "viennacl/matrix.hpp"

Go to the source code of this file.

Classes

struct  viennacl::linalg::detail::InputData< NumericT >
 In this class the input matrix is stored. More...
 
struct  viennacl::linalg::detail::ResultDataSmall< NumericT >
 In this class the data of the result for small matrices is stored. More...
 
struct  viennacl::linalg::detail::ResultDataLarge< NumericT >
 In this class the data of the result for large matrices is stored. More...
 

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 
 viennacl::linalg
 Provides all linear algebra operations which are not covered by operator overloads.
 
 viennacl::linalg::detail
 Namespace holding implementation details for linear algebra routines. Usually not of interest for a library user.
 

Detailed Description

Helper structures to simplify variable handling.

Implementation based on the sample provided with the CUDA 6.0 SDK, for which the creation of derivative works is allowed by including the following statement: "This software contains source code provided by NVIDIA Corporation."

Definition in file structs.hpp.