Namespaces | |
namespace | fft |
Functions | |
bool | comb_inc (std::vector< int > &comb, int n) |
template<typename MatrixType > | |
void | generate_layering (MatrixType const &matrix, std::vector< std::vector< int > > &l, int s) |
bool | cuthill_mckee_comp_func (std::vector< int > const &a, std::vector< int > const &b) |
int | calc_layering_width (std::vector< std::vector< int > > const &l) |
template<typename MatrixType > | |
std::vector< std::vector< int > > | gps_rg_components (MatrixType const &matrix, int n, std::vector< int > const &rg) |
int viennacl::detail::calc_layering_width | ( | std::vector< std::vector< int > > const & | l | ) | [inline] |
bool viennacl::detail::comb_inc | ( | std::vector< int > & | comb, | |
int | n | |||
) | [inline] |
bool viennacl::detail::cuthill_mckee_comp_func | ( | std::vector< int > const & | a, | |
std::vector< int > const & | b | |||
) | [inline] |
void viennacl::detail::generate_layering | ( | MatrixType const & | matrix, | |
std::vector< std::vector< int > > & | l, | |||
int | s | |||
) |
std::vector< std::vector<int> > viennacl::detail::gps_rg_components | ( | MatrixType const & | matrix, | |
int | n, | |||
std::vector< int > const & | rg | |||
) |