ViennaCL - The Vienna Computing Library  1.5.2
Data Structures | Namespaces | Functions
viennacl/linalg/opencl/kernels/compressed_matrix.hpp File Reference

OpenCL kernel file for compressed_matrix operations. More...

#include "viennacl/tools/tools.hpp"
#include "viennacl/ocl/kernel.hpp"
#include "viennacl/ocl/platform.hpp"
#include "viennacl/ocl/utils.hpp"
#include "viennacl/linalg/opencl/common.hpp"

Go to the source code of this file.

Data Structures

struct  compressed_matrix< NumericT >
 Main kernel class for generating OpenCL kernels for compressed_matrix. More...

Namespaces

namespace  viennacl
 

Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.


namespace  viennacl::linalg
 

Provides all linear algebra operations which are not covered by operator overloads.


namespace  viennacl::linalg::opencl
 

Holds all routines providing OpenCL linear algebra operations.


namespace  viennacl::linalg::opencl::kernels
 

Contains the OpenCL kernel generation functions for a predefined set of functionality.


namespace  viennacl::linalg::opencl::kernels::detail
 

Implementation details for the predefined OpenCL kernels.


Functions

template<typename StringType >
void generate_compressed_matrix_block_trans_lu_backward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_block_trans_unit_lu_forward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_dense_matrix_mult (StringType &source, std::string const &numeric_string, bool B_transposed, bool B_row_major, bool C_row_major)
 Generate kernel for C = A * B with A being a compressed_matrix, B and C dense.
template<typename StringType >
void generate_compressed_matrix_dense_matrix_multiplication (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_jacobi (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_lu_backward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_lu_forward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_row_info_extractor (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_trans_lu_backward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_trans_lu_forward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_trans_unit_lu_backward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_trans_unit_lu_forward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_trans_unit_lu_forward_slow (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_unit_lu_backward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_unit_lu_forward (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_vec_mul (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_vec_mul4 (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_vec_mul8 (StringType &source, std::string const &numeric_string)
template<typename StringType >
void generate_compressed_matrix_vec_mul_cpu (StringType &source, std::string const &numeric_string)

Detailed Description

OpenCL kernel file for compressed_matrix operations.