ViennaCL - The Vienna Computing Library  1.5.1
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCaccelerator_tagA tag identifying OpenCL devices as accelerators (e.g. Intel Xeon Phi)
oCadvanced_cuthill_mckee_tagTag for the advanced Cuthill-McKee algorithm (i.e. running the 'standard' Cuthill-McKee algorithm for a couple of different seeds)
oCalignment< T >Retrieves the alignment from a vector. Deprecated - will be replaced by a pure runtime facility in the future
oCambm_configConfiguration struct for generating OpenCL kernels for linear combinations of matrices
oCamg_nonzero_scalar< InternalType, IteratorType, ScalarType >A class for a scalar that can be written to the sparse matrix or sparse vector datatypes
oCamg_pointA class for the AMG points. Saves point index and influence measure Holds information whether point is undecided, C or F point. Holds lists of points that are influenced by or influencing this point
oCamg_pointvectorA class for the AMG points. Holds pointers of type amg_point in a vector that can be accessed using [point-index]. Additional list of pointers sorted by influence number and index to improve coarsening performance (see amg_coarse_classic_onepass() in amg_coarse.hpp) Constructs indices for C points on the coarse level, needed for interpolation
oCamg_precond< MatrixType >AMG preconditioner class, can be supplied to solve()-routines
oCamg_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > >AMG preconditioner class, can be supplied to solve()-routines
oCamg_slicing< InternalType1, InternalType2 >A class for the matrix slicing for parallel coarsening schemes (RS0/RS3)
oCamg_sparsematrix< ScalarType >A class for the sparse matrix type. Uses vector of maps as data structure for higher performance and lower memory usage. Uses similar interface as ublas::compressed_matrix. Can deal with transposed of matrix internally: Creation, Storage, Iterators, etc
oCamg_sparsevector< ScalarType >A class for the sparse vector type
oCamg_sparsevector< amg_point * >
oCamg_sparsevector_iterator< InternalType >Defines an iterator for the sparse vector type
oCamg_tagA tag for algebraic multigrid (AMG). Used to transport information from the user to the implementation
oCarray_deleter< U >Helper struct for deleting an pointer to an array
oCasbs_configConfiguration struct for generating OpenCL kernels for linear combinations of viennacl::scalar<> objects
oCauxInterface for the reference counter inside the shared_ptr
oCavbv_configConfiguration struct for generating OpenCL kernels for linear combinations of vectors
oCbackend< dummy >A backend that provides contexts for ViennaCL objects (vector, matrix, etc.)
oCbasic_range< SizeType, DistanceType >A range class that refers to an interval [start, stop), where 'start' is included, and 'stop' is excluded
oCbasic_slice< SizeType, DistanceType >A slice class that refers to an interval [start, stop), where 'start' is included, and 'stop' is excluded
oCbicgstab_tagA tag for the stabilized Bi-conjugate gradient solver. Used for supplying solver parameters and for dispatching the solve() function
oCblock_ilu_precond< MatrixType, ILUTag >A block ILU preconditioner class, can be supplied to solve()-routines
oCblock_ilu_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT >, ILUTag >ILUT preconditioner class, can be supplied to solve()-routines
oCblock_matrixRepresents a contigious matrices on GPU
oCblock_vectorRepresents a contigious vector on GPU
oCcg_tagA tag for the conjugate gradient Used for supplying solver parameters and for dispatching the solve() function
oCCHECK_SCALAR_TEMPLATE_ARGUMENT< T >A guard that checks whether the floating point type of GPU types is either float or double
oCcirculant_matrix< SCALARTYPE, ALIGNMENT >A Circulant matrix class
oCcl_type< T >Metafunction for deducing the OpenCL type for a numeric type, e.g. float -> cl_float
oCclasscompComparison class for the sorted set of points in amg_pointvector. Set is sorted by influence measure from lower to higher with the point-index as tie-breaker
oCcode_generatorClass for handling code generation
oCcol_iterationA tag indicating iteration along increasing columns index of a matrix
oCcolumn_majorA tag for column-major storage of a dense matrix
oCcolumn_major_tagTag class for indicating column-major layout of a matrix. Not passed to the matrix directly, see row_major type
oCcommand_queueA class representing a command queue
oCCompareSecondHelper functor for comparing std::pair<> based on the second member
oCcompressed_compressed_matrix< SCALARTYPE >A sparse square matrix in compressed sparse rows format optimized for the case that only a few rows carry nonzero entries
oCcompressed_compressed_matrix< NumericT >Main kernel class for generating OpenCL kernels for compressed_compressed_matrix
oCcompressed_matrix< SCALARTYPE, ALIGNMENT >A sparse square matrix in compressed sparse rows format
oCcompressed_matrix< NumericT >Main kernel class for generating OpenCL kernels for compressed_matrix
oCcompressed_matrix< double >
oCcompressed_matrix< float >
oCcompressed_matrix< ScalarType >
oCcompressed_matrix< ScalarType, MAT_ALIGNMENT >
oCconst_entry_proxy< SCALARTYPE >A proxy class for a single element of a vector or matrix. This proxy should not be noticed by end-users of the library
oCCONST_REMOVER< T >Removes the const qualifier from a type
oCconst_sparse_matrix_adapted_iterator< SCALARTYPE, SizeType, is_iterator1, is_forward >A const iterator for sparse matrices of type std::vector<std::map<SizeType, SCALARTYPE> >
oCconst_sparse_matrix_adapter< SCALARTYPE, SizeType >Adapts a constant sparse matrix type made up from std::vector<std::map<SizeType, SCALARTYPE> > to basic ublas-compatibility
oCconst_vector_iterator< SCALARTYPE, ALIGNMENT >A STL-type const-iterator for vector elements. Elements can be accessed, but cannot be manipulated. VERY SLOW!!
oCcontextManages an OpenCL context and provides the respective convenience functions for creating buffers, etc
oCcontextRepresents a generic 'context' similar to an OpenCL context, but is backend-agnostic and thus also suitable for CUDA and OpenMP
oCconvert_to_opencl< T >Helper struct for converting a type to its OpenCL pendant
oCcoordinate_matrix< SCALARTYPE, ALIGNMENT >A sparse square matrix, where entries are stored as triplets (i,j, val), where i and j are the row and column indices and val denotes the entry
oCcoordinate_matrix< NumericT >Main kernel class for generating OpenCL kernels for coordinate_matrix
oCcoordinate_matrix< double >
oCcoordinate_matrix< float >
oCcountReference counting class for the shared_ptr implementation
oCCPU_SCALAR_TYPE_DEDUCER< T >Obtain the cpu scalar type from a type, including a GPU type like viennacl::scalar<T>
oCcpu_tagA tag identifying OpenCL devices as CPUs
oCcpu_value_type< T >Helper meta function for retrieving the main RAM-based value type. Particularly important to obtain T from viennacl::scalar<T> in a generic way
oCcuda_deleter< U >Functor for deleting a CUDA handle. Used within the smart pointer class
oCcuthill_mckee_tagA tag class for selecting the Cuthill-McKee algorithm for reducing the bandwidth of a sparse matrix
oCdefault_deleter< U >Default deleter class for a pointer. The default is to just call 'delete' on the pointer. Provide your own implementations for 'delete[]' and 'free'
oCdefault_tagA tag denoting the default OpenCL device type (SDK-specific)
oCdeviceA class representing a compute device (e.g. a GPU)
oCDOUBLE_PRECISION_CHECKER< ScalarType >Ensures that double precision types are only allocated if it is supported by the device. If double precision is requested for a device not capable of providing that, a double_precision_not_provided_error is thrown
oCell_matrix< SCALARTYPE, ALIGNMENT >Sparse matrix class using the ELLPACK format for storing the nonzeros
oCell_matrix< NumericT >Main kernel class for generating OpenCL kernels for ell_matrix
oCell_matrix< double >
oCell_matrix< float >
oCenable_if< b, T >Simple enable-if variant that uses the SFINAE pattern
oCentry_proxy< SCALARTYPE >A proxy class for a single element of a vector or matrix. This proxy should not be noticed by end-users of the library
oCerror_checker< T >An error reporting class. Template argument is used to avoid problems with external linkage
oCexception
oCexpression_descriptorA class for holding meta information such as the type or the underlying scalar type of an expression (such as x = inner_prod(y, z))
oCFastMatrix< SCALARTYPE >Internal helper class representing a row-major dense matrix used for the QR method for the purpose of computing eigenvalues
oCfft< NumericT >Main kernel class for generating OpenCL kernels for the fast Fourier transform
oCfirst_letter_of_type< T >Helper struct for obtaining the first letter of a type. Used internally by the generator only
oCfspai_precond< MatrixType >Implementation of the Factored SParse Approximate Inverse Algorithm for a generic, uBLAS-compatible matrix type
oCfspai_precond< viennacl::compressed_matrix< ScalarType, MAT_ALIGNMENT > >Implementation of the Factored SParse Approximate Inverse Algorithm for a ViennaCL compressed_matrix
oCfspai_tagA tag for FSPAI. Experimental. Contains values for the algorithm. Must be passed to spai_precond constructor
oCgibbs_poole_stockmeyer_tagTag class for identifying the Gibbs-Poole-Stockmeyer algorithm for reducing the bandwidth of a sparse matrix
oCgmres_tagA tag for the solver GMRES. Used for supplying solver parameters and for dispatching the solve() function
oCgpu_tagA tag identifying OpenCL devices as GPUs
oChandle< OCL_TYPE >Handle class the effectively represents a smart pointer for OpenCL handles
oChandle< cl_command_queue >
oChandle< cl_context >
oChandle< cl_kernel >
oChandle< cl_mem >
oChandle< cl_program >
oChandle_funFunctor for obtaining the OpenCL handle from ViennaCL objects (vector, matrix, etc.)
oChandle_inc_dec_helper< OCL_TYPE >Helper for OpenCL reference counting used by class handle
oChankel_matrix< SCALARTYPE, ALIGNMENT >A Hankel matrix class
oChyb_matrix< SCALARTYPE, ALIGNMENT >Sparse matrix class using a hybrid format composed of the ELL and CSR format for storing the nonzeros
oChyb_matrix< NumericT >Main kernel class for generating OpenCL kernels for hyb_matrix
oChyb_matrix< double >
oChyb_matrix< float >
oCichol0_precond< MatrixType >Incomplete Cholesky preconditioner class with static pattern (ICHOL0), can be supplied to solve()-routines
oCichol0_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > >ILU0 preconditioner class, can be supplied to solve()-routines
oCichol0_tagA tag for incomplete Cholesky factorization with static pattern (ILU0)
oCidentity_matrix< SCALARTYPE >Represents a vector consisting of 1 at a given index and zeros otherwise. To be used as an initializer for viennacl::vector, vector_range, or vector_slize only
oCilu< NumericT >Main kernel class for generating OpenCL kernels for incomplete LU factorization preconditioners
oCilu0_precond< MatrixType >ILU0 preconditioner class, can be supplied to solve()-routines
oCilu0_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > >ILU0 preconditioner class, can be supplied to solve()-routines
oCilu0_tagA tag for incomplete LU factorization with static pattern (ILU0)
oCilu_vector_range< VectorType, ValueType, SizeType >Helper range class for representing a subvector of a larger buffer
oCilut_precond< MatrixType >ILUT preconditioner class, can be supplied to solve()-routines
oCilut_precond< compressed_matrix< ScalarType, MAT_ALIGNMENT > >ILUT preconditioner class, can be supplied to solve()-routines
oCilut_tagA tag for incomplete LU factorization with threshold (ILUT)
oCimplicit_matrix_base< SCALARTYPE >Base class for representing matrices where the individual entries are not all stored explicitly, e.g. identity_matrix<>
oCimplicit_matrix_base< double >
oCimplicit_matrix_base< float >
oCimplicit_vector_base< SCALARTYPE >Common base class for representing vectors where the entries are not all stored explicitly
oCimplicit_vector_base< double >
oCimplicit_vector_base< float >
oCinfo< T >Helper class for obtaining informations from the OpenCL backend. Deprecated!
oCinternal_size1_funFunctor for obtaining the internal number of rows of a ViennaCL matrix
oCinternal_size2_funFunctor for obtaining the internal number of columns of a ViennaCL matrix
oCinternal_size_funFunctor for returning the internal size of a vector
oCis_addition< T >Helper metafunction for checking whether the provided type is viennacl::op_add (for addition)
oCis_any_dense_matrix< T >Checks for either matrix_base or implicit_matrix_base
oCis_any_dense_structured_matrix< T >Helper class for checking whether the provided type is any of the dense structured matrix types (circulant, Hankel, etc.)
oCis_any_scalar< T >Helper struct for checking whether the provided type represents a scalar (either host, from ViennaCL, or a flip-sign proxy)
oCis_any_sparse_matrix< T >Helper class for checking whether the provided type is one of the sparse matrix types (compressed_matrix, coordinate_matrix, etc.)
oCis_any_vector< T >Checks for a type being either vector_base or implicit_vector_base
oCis_circulant_matrix< T >Helper class for checking whether a matrix is a circulant matrix
oCis_compressed_matrix< T >Helper class for checking whether a matrix is a compressed_matrix (CSR format)
oCis_coordinate_matrix< T >Helper class for checking whether a matrix is a coordinate_matrix (COO format)
oCis_cpu_scalar< T >Helper struct for checking whether a type is a host scalar type (e.g. float, double)
oCis_division< T >Helper metafunction for checking whether the provided type is viennacl::op_div (for division)
oCis_eigen< Tag >Meta function which checks whether a tag is tag_eigen
oCis_ell_matrix< T >Helper class for checking whether a matrix is an ell_matrix (ELL format)
oCis_flip_sign_scalar< T >Helper struct for checking whether a type represents a sign flip on a viennacl::scalar<>
oCis_hankel_matrix< T >Helper class for checking whether a matrix is a Hankel matrix
oCis_hyb_matrix< T >Helper class for checking whether a matrix is a hyb_matrix (hybrid format: ELL plus CSR)
oCis_mtl4< Tag >Meta function which checks whether a tag is tag_mtl4
oCis_primitive_type< T >Helper class for checking whether a type is a primitive type
oCis_product< T >Helper metafunction for checking whether the provided type is viennacl::op_prod (for products/multiplication)
oCis_row_major< T >Helper class for checking whether a matrix has a row-major layout
oCis_same_type< T, U >Helper metafunction for checking whether two types are the same
oCis_scalar< T >Helper struct for checking whether a type is a viennacl::scalar<>
oCis_stl< Tag >Meta function which checks whether a tag is tag_ublas
oCis_subtraction< T >Helper metafunction for checking whether the provided type is viennacl::op_sub (for subtraction)
oCis_toeplitz_matrix< T >Helper class for checking whether a matrix is a Toeplitz matrix
oCis_ublas< Tag >Meta function which checks whether a tag is tag_ublas
oCis_vandermonde_matrix< T >Helper class for checking whether a matrix is a Vandermonde matrix
oCis_viennacl< Tag >Meta function which checks whether a tag is tag_viennacl
oCjacobi_precond< MatrixType, is_viennacl >Jacobi preconditioner class, can be supplied to solve()-routines. Generic version for non-ViennaCL matrices
oCjacobi_precond< MatrixType, true >Jacobi preconditioner class, can be supplied to solve()-routines
oCjacobi_tagA tag for a jacobi preconditioner
oCkernelRepresents an OpenCL kernel within ViennaCL
oClanczos_tagA tag for the lanczos algorithm
oClayout_type_id< F >Helper metafunction for obtaining the memory layout (row-/column-major) for a matrix
oClhs_rhs_elementA class representing the 'data' for the LHS or RHS operand of the respective node
oClocal_memA class representing local (shared) OpenCL memory. Typically used as kernel argument
oClower_tagA tag class representing a lower triangular matrix
oCmajority_struct_for_orientation< T >Returns the row_major or column_major class of a dense matrix based on the majority-tag (layout-tag) provided
oCmap_wrapper< KeyType, ValueType >Helper struct for mapping a std::map<KeyType, ValueType>. Used to avoids type length explosion when using nested std::map directly
oCmap_wrapper< device_name_type, expression_map >
oCmap_wrapper< device_type, device_architecture_map >
oCmap_wrapper< expression_key_type, profile_base_ptr >
oCmap_wrapper< vendor_id_type, device_type_map >
oCmap_wrapper< viennacl::ocl::device_architecture_family, device_name_map >
oCmapped_objectBase class for mapping viennacl datastructure to generator-friendly structures
oCmat_mult_matrix_index< LayoutT >Helper struct for accessing an element of a row- or column-major matrix
oCmatrix< NumericT, F >Main kernel class for generating OpenCL kernels for operations on/with dense matrix objects of type viennacl::matrix<>
oCmatrix_array_wrapper< NumericT, MajorityCategory, is_transposed >Helper array for accessing a strided submatrix embedded in a larger matrix
oCmatrix_base< SCALARTYPE, F, SizeType, DistanceType >A dense matrix class
oCmatrix_base< double >
oCmatrix_base< double, viennacl::viennacl::column_major >
oCmatrix_base< float >
oCmatrix_base< float, viennacl::viennacl::column_major >
oCmatrix_base< MatrixType::cpu_value_type, MatrixType::orientation_functor >
oCmatrix_base< SCALARTYPE, F >
oCmatrix_element< NumericT, F >Main kernel class for generating OpenCL kernels for elementwise-operations such as element_sin() on/with dense matrix objects of type viennacl::matrix<>
oCmatrix_expression< LHS, RHS, OP >Expression template class for representing a tree of expressions which ultimately result in a matrix
oCmatrix_iterator< ROWCOL, MATRIXTYPE >UBLAS-like iterator class for iterating over the entries of a dense matrix
oCMATRIX_ITERATOR_INCREMENTER< ROWCOL, MATRIXTYPE >Helper class for incrementing an iterator in a dense matrix
oCmatrix_prod< NumericT, F_A, F_B, F_C >Main kernel class for the generation of matrix-matrix product kernels C = A * B
oCMATRIX_SIZE_DEDUCER< LHS, RHS, OP >Deduces the size of the resulting vector represented by a vector_expression from the operands
oCmatrix_solve< NumericT, F1, F2 >Main kernel class for the generation of matrix solve kernels
oCmem_handleMain abstraction class for multiple memory domains. Represents a buffer in either main RAM, an OpenCL context, or a CUDA device
oCmixed_precision_cg_tagA tag for the conjugate gradient Used for supplying solver parameters and for dispatching the solve() function
oCnmf< NumericT >Main kernel class for generating OpenCL kernels for nonnegative matrix factorization of a dense matrices
oCnmf_configConfiguration class for the nonnegative-matrix-factorization algorithm. Specify tolerances, maximum iteration counts, etc., here
oCno_precondA tag class representing the use of no preconditioner
oCnum_nodes< T >Helper metafunction for obtaining the number of nodes of an expression template tree
oCnumeric_type_id< T >Helper metafunction for obtaining the runtime type ID for a numerical type
oCop_absA tag class representing the modulus function for integers
oCop_acosA tag class representing the acos() function
oCop_addA tag class representing addition
oCop_applier< OP >Worker class for decomposing expression templates
oCop_asinA tag class representing the asin() function
oCop_assignA tag class representing assignment
oCop_atanA tag class representing the atan() function
oCop_atan2A tag class representing the atan2() function
oCop_ceilA tag class representing the ceil() function
oCop_columnA tag class representing the extraction of a matrix column to a vector
oCop_cosA tag class representing the cos() function
oCop_coshA tag class representing the cosh() function
oCop_divA tag class representing division
oCop_elementStruct for holding the type family as well as the type of an operation (could be addition, subtraction, norm, etc.)
oCop_element_binary< OP >A tag class representing element-wise binary operations (like multiplication) on vectors or matrices
oCop_element_unary< OP >A tag class representing element-wise unary operations (like sin()) on vectors or matrices
oCop_executor< A, OP, T >Worker class for decomposing expression templates
oCop_expA tag class representing the exp() function
oCop_fabsA tag class representing the fabs() function
oCop_fdimA tag class representing the fdim() function
oCop_flip_signA tag class representing sign flips (for scalars only. Vectors and matrices use the standard multiplication by the scalar -1.0)
oCop_floorA tag class representing the floor() function
oCop_fmaxA tag class representing the fmax() function
oCop_fminA tag class representing the fmin() function
oCop_fmodA tag class representing the fmod() function
oCop_inner_prodA tag class representing inner products of two vectors
oCop_inplace_addA tag class representing inplace addition
oCop_inplace_subA tag class representing inplace subtraction
oCop_logA tag class representing the log() function
oCop_log10A tag class representing the log10() function
oCop_mat_mat_prodA tag class representing matrix-matrix products
oCop_matrix_diagA tag class representing the (off-)diagonal of a matrix
oCop_multA tag class representing multiplication by a scalar
oCop_norm_1A tag class representing the 1-norm of a vector
oCop_norm_2A tag class representing the 2-norm of a vector
oCop_norm_frobeniusA tag class representing the Frobenius-norm of a matrix
oCop_norm_infA tag class representing the inf-norm of a vector
oCop_powA tag class representing the power function
oCop_prodA tag class representing matrix-vector products and element-wise multiplications
oCop_rowA tag class representing the extraction of a matrix row to a vector
oCop_sinA tag class representing the sin() function
oCop_sinhA tag class representing the sinh() function
oCop_sqrtA tag class representing the sqrt() function
oCop_subA tag class representing subtraction
oCop_tanA tag class representing the tan() function
oCop_tanhA tag class representing the tanh() function
oCop_transA tag class representing transposed matrices
oCop_type_info< T >Helper metafunction for obtaining the operation ID as well as the operation family for unary and binary operations on vectors and matrices
oCop_vector_diagA tag class representing a matrix given by a vector placed on a certain (off-)diagonal
oCorientation_functor< T >Returns the orientation functor tag (either row_major or column_major) of a matrix
oCostream
oCpacked_cl_uintHelper class for packing four cl_uint numbers into a uint4 type for access inside an OpenCL kernel
oCplatformWrapper class for an OpenCL platform
oCpower_iter_tagA tag for the power iteration algorithm
oCprofile_baseBase class for an operation profile
oCprogramWrapper class for an OpenCL program
oCrow_iterationA tag indicating iteration along increasing row index of a matrix
oCrow_majorA tag for row-major storage of a dense matrix
oCrow_major_tagTag class for indicating row-major layout of a matrix. Not passed to the matrix directly, see row_major type
oCrow_scaling< MatrixType, is_viennacl >Jacobi-type preconditioner class, can be supplied to solve()-routines. This is a diagonal preconditioner with the diagonal entries being (configurable) row norms of the matrix
oCrow_scaling< MatrixType, true >Jacobi preconditioner class, can be supplied to solve()-routines
oCrow_scaling_tagA tag for a row scaling preconditioner which merely normalizes the equation system such that each row of the system matrix has unit norm
oCscalar< TYPE >This class represents a single scalar value on the GPU and behaves mostly like a built-in scalar type like float or double
oCscalar< TYPE >Main kernel class for generating OpenCL kernels for operations involving viennacl::scalar<>, but not viennacl::vector<> or viennacl::matrix<>
oCscalar< double >
oCscalar< float >
oCscalar_expression< LHS, RHS, OP >A proxy for scalar expressions (e.g. from inner vector products)
oCscalar_expression< LHS, RHS, op_inner_prod >Specialization of a scalar expression for inner products. Allows for a final reduction on the CPU
oCscalar_expression< LHS, RHS, op_norm_1 >Specialization of a scalar expression for norm_1. Allows for a final reduction on the CPU
oCscalar_expression< LHS, RHS, op_norm_2 >Specialization of a scalar expression for norm_2. Allows for a final reduction on the CPU
oCscalar_expression< LHS, RHS, op_norm_frobenius >Specialization of a scalar expression for norm_frobenius. Allows for a final reduction on the CPU
oCscalar_expression< LHS, RHS, op_norm_inf >Specialization of a scalar expression for norm_inf. Allows for a final reduction on the CPU
oCscalar_matrix< SCALARTYPE >Represents a vector consisting of scalars 's' only, i.e. v[i] = s for all i. To be used as an initializer for viennacl::vector, vector_range, or vector_slize only
oCscalartype_size_funFunctor for returning the size of the underlying scalar type in bytes
oCshared_ptr< T >A shared pointer class similar to boost::shared_ptr. Reimplemented in order to avoid a Boost-dependency. Will be replaced by std::shared_ptr as soon as C++11 is widely available
oCshared_ptr< char >
oCsize_type< T >Generic meta-function for retrieving the size_type associated with type T
oCspai< NumericT >Main kernel class for generating OpenCL kernels for the sparse approximate inverse preconditioners
oCspai_precond< MatrixType >Implementation of the SParse Approximate Inverse Algorithm for a generic, uBLAS-compatible matrix type
oCspai_precond< viennacl::compressed_matrix< ScalarType, MAT_ALIGNMENT > >Implementation of the SParse Approximate Inverse Algorithm for a ViennaCL compressed_matrix
oCspai_tagA tag for SPAI Contains values for the algorithm. Must be passed to spai_precond constructor
oCsparse_matrix_adapted_iterator< SCALARTYPE, SizeType, is_iterator1 >A non-const iterator for sparse matrices of type std::vector<std::map<SizeType, SCALARTYPE> >
oCsparse_vector< ScalarType >Represents sparse vector based on std::map<unsigned int, ScalarType>
oCstatementThe main class for representing a statement such as x = inner_prod(y,z); at runtime
oCstatement_nodeMain datastructure for an node in the statement tree
oCsvd< NumericT >Main kernel class for generating OpenCL kernels for singular value decomposition of dense matrices
oCtag_eigenA tag class for identifying types from Eigen
oCtag_mtl4A tag class for identifying types from MTL4
oCtag_noneA tag class for identifying 'unknown' types
oCtag_of< T, Active >Generic base for wrapping other linear algebra packages
oCtag_stlA tag class for identifying types from the C++ STL
oCtag_ublasA tag class for identifying types from uBLAS
oCtag_viennaclA tag class for identifying types from ViennaCL
oCtimerSimple timer class based on gettimeofday (POSIX) or QueryPerformanceCounter (Windows)
oCtoeplitz_matrix< SCALARTYPE, ALIGNMENT >A Toeplitz matrix class
oCtraversal_functorBase functor class for traversing a statement
oCtuning_config< ConfigType >Tuning configuration
oCtuning_paramClass for a tuning parameter
oCtype_to_string< T >Helper class for converting a type to its string representation
oCtype_to_string< T >Helper struct for converting a numerical type to its string representation
oCtypesafe_host_array< T, special >Helper class implementing an array on the host. Default case: No conversion necessary
oCtypesafe_host_array< T, true >Special host array type for conversion between OpenCL types and pure CPU types
oCunit_lower_tagA tag class representing a lower triangular matrix with unit diagonal
oCunit_upper_tagA tag class representing an upper triangular matrix with unit diagonal
oCupper_tagA tag class representing an upper triangular matrix
oCvalue_type< T >Generic helper function for retrieving the value_type associated with type T
oCvandermonde_matrix< SCALARTYPE, ALIGNMENT >A Vandermonde matrix class
oCvector< TYPE >Main kernel class for generating OpenCL kernels for operations on/with viennacl::vector<> without involving matrices, multiple inner products, or element-wise operations other than addition or subtraction
oCvector_array_wrapper< NumericT >Helper class for accessing a strided subvector of a larger vector
oCvector_base< SCALARTYPE, SizeType, DistanceType >Common base class for dense vectors, vector ranges, and vector slices
oCvector_base< double >
oCvector_base< float >
oCvector_base< SCALARTYPE >
oCvector_base< ScalarType >
oCvector_base< VectorType::cpu_value_type >
oCvector_element< TYPE >Main kernel class for generating OpenCL kernels for elementwise operations other than addition and subtraction on/with viennacl::vector<>
oCvector_expression< LHS, RHS, OP >An expression template class that represents a binary operation that yields a vector
oCvector_multi_inner_prod< TYPE >Main kernel class for generating OpenCL kernels for multiple inner products on/with viennacl::vector<>
oCvector_tuple< ScalarT >Tuple class holding pointers to multiple vectors. Mainly used as a temporary object returned from viennacl::tie()
\Czero_matrix< SCALARTYPE >Represents a vector consisting of zeros only. To be used as an initializer for viennacl::vector, vector_range, or vector_slize only