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

Power iteration: Extended interface to also return eigenvector if desired.

Old interface returning only eigenvalue is still available.
A more MATLAB-like interface, e.g.
 viennacl::tie(eigenvalue, eigenvector) = eig(A, tag);
would be nice, but pollutes the code with a lot of template hackery.

Resolves request by Charles Determan on the viennacl-devel list.
parent 0fb13409
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