|
powerit
C++ implementation for power iterations
|
Power iterations for a simple array. More...


Go to the source code of this file.
Namespaces | |
| namespace | powerit |
| Namespace for power iterations. | |
Functions | |
| template<typename Task_ , class Run_ > | |
| void | powerit::parallelize (int num_workers, Task_ num_tasks, Run_ run_task_range) |
| template<typename Data_ , class Engine_ > | |
| Result< Data_ > | powerit::compute (size_t order, const Data_ *matrix, bool row_major, Data_ *vector, Engine_ &engine, const Options &opt) |
| template<typename Data_ > | |
| Result< Data_ > | powerit::compute (size_t order, const Data_ *matrix, bool row_major, Data_ *vector, const Options &opt) |
Power iterations for a simple array.