#include <DD-AVX_internal.hpp>
Go to the source code of this file.
|
| reg | dd_avx::set_all (const std::vector< double > &x, const std::vector< int > &index, const int i) |
| |
| void | dd_avx::matvec (const d_real_SpMat &A, const dd_real_vector &x, dd_real_vector &y) |
| | matvec: y = Ax More...
|
| |
| void | dd_avx::matvec (const d_real_SpMat &A, const d_real_vector &x, dd_real_vector &y) |
| | matvec: y = Ax More...
|
| |
| void | dd_avx::matvec (const d_real_SpMat &A, const dd_real_vector &x, d_real_vector &y) |
| | matvec: y = Ax More...
|
| |
| void | dd_avx::matvec (const d_real_SpMat &A, const d_real_vector &x, d_real_vector &y) |
| | matvec: y = Ax More...
|
| |