Functions | |
template<typename MatrixType > | |
void | resize (MatrixType &matrix, size_t rows, size_t cols) |
template<typename VectorType > | |
void | resize (VectorType &vec, size_t new_size) |
template<typename VectorType > | |
void | clear (VectorType &vec) |
template<typename VectorType > | |
unsigned int | size (VectorType &vec) |
void viennacl::tools::traits::clear | ( | VectorType & | vec | ) |
void viennacl::tools::traits::resize | ( | VectorType & | vec, | |
size_t | new_size | |||
) |
void viennacl::tools::traits::resize | ( | MatrixType & | matrix, | |
size_t | rows, | |||
size_t | cols | |||
) |
unsigned int viennacl::tools::traits::size | ( | VectorType & | vec | ) |