ViennaCL - The Vienna Computing Library
1.2.0
|
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) |
|
inline |
|
inline |
|
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 | ||
) |