Implementations of operations using coordinate_matrix. More...
#include "viennacl/forwards.h"#include "viennacl/ocl/device.hpp"#include "viennacl/ocl/handle.hpp"#include "viennacl/ocl/kernel.hpp"#include "viennacl/scalar.hpp"#include "viennacl/vector.hpp"#include "viennacl/tools/tools.hpp"#include "viennacl/linalg/kernels/coordinate_matrix_kernels.h"Go to the source code of this file.
Namespaces | |
| namespace | viennacl |
| namespace | viennacl::linalg |
Functions | |
| template<class SCALARTYPE , unsigned int ALIGNMENT, unsigned int VECTOR_ALIGNMENT> | |
| viennacl::vector_expression < const viennacl::coordinate_matrix < SCALARTYPE, ALIGNMENT > , const viennacl::vector < SCALARTYPE, VECTOR_ALIGNMENT > , op_prod > | prod_impl (const coordinate_matrix< SCALARTYPE, ALIGNMENT > &mat, const vector< SCALARTYPE, VECTOR_ALIGNMENT > &vec) |
| Returns a proxy class that represents matrix-vector multiplication with a compressed_matrix. | |
| template<class SCALARTYPE , unsigned int ALIGNMENT, unsigned int VECTOR_ALIGNMENT> | |
| viennacl::vector_expression < const viennacl::coordinate_matrix < SCALARTYPE, ALIGNMENT > , const viennacl::vector < SCALARTYPE, VECTOR_ALIGNMENT > , viennacl::op_prod > | prod_impl (const viennacl::coordinate_matrix< SCALARTYPE, ALIGNMENT > &mat, const viennacl::vector< SCALARTYPE, VECTOR_ALIGNMENT > &vec, size_t NUM_THREADS) |
| Returns a proxy class that represents matrix-vector multiplication with a coordinate_matrix. | |
| template<class TYPE , unsigned int ALIGNMENT, unsigned int VECTOR_ALIGNMENT> | |
| void | prod_impl (const viennacl::coordinate_matrix< TYPE, ALIGNMENT > &mat, const viennacl::vector< TYPE, VECTOR_ALIGNMENT > &vec, viennacl::vector< TYPE, VECTOR_ALIGNMENT > &result) |
| Carries out matrix-vector multiplication with a coordinate_matrix. | |
Implementations of operations using coordinate_matrix.
1.7.1