Skip to content
Commit 44878475 authored by Karl Rupp's avatar Karl Rupp
Browse files

Iterative: Added convenience overload for STL types.

A library user can now call CG, BiCGStab, and GMRES directly
with STL types (vector<map<T, U> >, vector<U>).
Internally calculations are forwarded to the corresponding ViennaCL types.
Requires the user to include compressed_matrix.hpp and vector.hpp before
the respective solver implementation. This is not great, but the
best we can reasonably provide at this point.

Resolves #12.
parent 2a3a0606
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment