Go to the source code of this file.
|
template<typename MatrixType , typename VectorType > |
void | tu::detail::copy_partial_row (const MatrixType &matrix, VectorType &vector, size_t row, size_t first_column, size_t beyond_column) |
|
template<typename MatrixType , typename VectorType > |
void | tu::detail::copy_partial_column (const MatrixType &matrix, VectorType &vector, size_t column, size_t first_row, size_t beyond_row) |
|
template<typename MatrixType > |
rank_distribution | tu::partition (matrix_permuted< const MatrixType > &matrix, size_t &top_left_height, size_t &top_left_width, size_t &bottom_right_height, size_t &bottom_right_width) |
|