ViennaCL - The Vienna Computing Library
1.5.1
|
Files | |
file | common.hpp [code] |
Common routines for single-threaded or OpenMP-enabled execution on CPU. | |
file | direct_solve.hpp [code] |
Implementations of dense direct triangular solvers are found here. | |
file | matrix_operations.hpp [code] |
Implementations of dense matrix related operations, including matrix-vector products, using a plain single-threaded or OpenMP-enabled execution on CPU. | |
file | misc_operations.hpp [code] |
Implementations of miscellaneous operations on the CPU using a single thread or OpenMP. | |
file | scalar_operations.hpp [code] |
Implementations of scalar operations using a plain single-threaded or OpenMP-enabled execution on CPU. | |
file | sparse_matrix_operations.hpp [code] |
Implementations of operations using sparse matrices on the CPU using a single thread or OpenMP. | |
file | sse_blas.hpp [code] |
optimized BLAS functions using SSE2 and SSE3 intrinsic functions | |
file | sse_kernels.hpp [code] |
optimized linear algebra operations for the CPU | |
file | vector_operations.hpp [code] |
Implementations of vector operations using a plain single-threaded or OpenMP-enabled execution on CPU. | |