powerit
C++ implementation for power iterations
Loading...
Searching...
No Matches
Namespaces | Functions
simple.hpp File Reference

Power iterations for a simple array. More...

#include "core.hpp"
#include <numeric>
#include "subpar/subpar.hpp"
Include dependency graph for simple.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Power iterations for a simple array.