|
Stxxl
1.4.0
|
#include <matrix_arithmetic.h>
Definition at line 541 of file matrix_arithmetic.h.
| typedef swappable_block_matrix_type::block_scheduler_type stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::block_scheduler_type |
Definition at line 549 of file matrix_arithmetic.h.
| typedef block_scheduler_type::internal_block_type stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::internal_block_type |
Definition at line 550 of file matrix_arithmetic.h.
| typedef swappable_block_matrix_type::size_type stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::size_type |
Definition at line 551 of file matrix_arithmetic.h.
| typedef matrix_to_quadtree<ValueType, BlockSideLength, Level - 1> stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::smaller_matrix_to_quadtree |
Definition at line 546 of file matrix_arithmetic.h.
| typedef swappable_block_matrix<ValueType, BlockSideLength> stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::swappable_block_matrix_type |
Definition at line 548 of file matrix_arithmetic.h.
| typedef static_quadtree<ValueType, Level> stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::vt |
Definition at line 544 of file matrix_arithmetic.h.
| typedef static_quadtree<bool, Level> stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::zbt |
Definition at line 543 of file matrix_arithmetic.h.
| stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::matrix_to_quadtree | ( | const swappable_block_matrix_type & | matrix | ) | [inline] |
Definition at line 555 of file matrix_arithmetic.h.
References stxxl::swappable_block_matrix< ValueType, BlockSideLength >::get_height(), and stxxl::swappable_block_matrix< ValueType, BlockSideLength >::get_width().
| stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::matrix_to_quadtree | ( | const swappable_block_matrix_type & | matrix, |
| const size_type | height, | ||
| const size_type | width, | ||
| const size_type | from_row, | ||
| const size_type | from_col | ||
| ) | [inline] |
Definition at line 562 of file matrix_arithmetic.h.
| void stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::begin_feeding_block | ( | const size_type & | block_row, |
| const size_type & | block_col, | ||
| const zbt | zb | ||
| ) | [inline] |
Definition at line 570 of file matrix_arithmetic.h.
References stxxl::static_quadtree< ValueType, Level >::dl, stxxl::static_quadtree< ValueType, Level >::dr, stxxl::static_quadtree< ValueType, Level >::ul, and stxxl::static_quadtree< ValueType, Level >::ur.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| zbt stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::begin_reading_block | ( | const size_type & | block_row, |
| const size_type & | block_col | ||
| ) | [inline] |
Definition at line 602 of file matrix_arithmetic.h.
References stxxl::static_quadtree< ValueType, Level >::dl, stxxl::static_quadtree< ValueType, Level >::dr, stxxl::static_quadtree< ValueType, Level >::ul, and stxxl::static_quadtree< ValueType, Level >::ur.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| void stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::end_feeding_block | ( | const size_type & | block_row, |
| const size_type & | block_col, | ||
| const zbt | zb | ||
| ) | [inline] |
Definition at line 594 of file matrix_arithmetic.h.
References stxxl::static_quadtree< ValueType, Level >::dl, stxxl::static_quadtree< ValueType, Level >::dr, stxxl::static_quadtree< ValueType, Level >::ul, and stxxl::static_quadtree< ValueType, Level >::ur.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| zbt stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::end_reading_block | ( | const size_type & | block_row, |
| const size_type & | block_col | ||
| ) | [inline] |
Definition at line 622 of file matrix_arithmetic.h.
References stxxl::static_quadtree< ValueType, Level >::dl, stxxl::static_quadtree< ValueType, Level >::dr, stxxl::static_quadtree< ValueType, Level >::ul, and stxxl::static_quadtree< ValueType, Level >::ur.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| void stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::feed_and_add_element | ( | const int_type | element_num, |
| const vt | v | ||
| ) | [inline] |
Definition at line 586 of file matrix_arithmetic.h.
References stxxl::static_quadtree< ValueType, Level >::dl, stxxl::static_quadtree< ValueType, Level >::dr, stxxl::static_quadtree< ValueType, Level >::ul, and stxxl::static_quadtree< ValueType, Level >::ur.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| void stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::feed_element | ( | const int_type | element_num, |
| const vt | v | ||
| ) | [inline] |
Definition at line 578 of file matrix_arithmetic.h.
References stxxl::static_quadtree< ValueType, Level >::dl, stxxl::static_quadtree< ValueType, Level >::dr, stxxl::static_quadtree< ValueType, Level >::ul, and stxxl::static_quadtree< ValueType, Level >::ur.
| const size_type& stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::get_height_in_blocks | ( | ) | [inline] |
Definition at line 632 of file matrix_arithmetic.h.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| const size_type& stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::get_width_in_blocks | ( | ) | [inline] |
Definition at line 635 of file matrix_arithmetic.h.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| vt stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::read_element | ( | const int_type | element_num | ) | [inline] |
Definition at line 612 of file matrix_arithmetic.h.
References stxxl::static_quadtree< ValueType, Level >::dl, stxxl::static_quadtree< ValueType, Level >::dr, stxxl::static_quadtree< ValueType, Level >::ul, and stxxl::static_quadtree< ValueType, Level >::ur.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw().
| smaller_matrix_to_quadtree stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::dl |
Definition at line 553 of file matrix_arithmetic.h.
| smaller_matrix_to_quadtree stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::dr |
Definition at line 553 of file matrix_arithmetic.h.
| smaller_matrix_to_quadtree stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::ul |
Definition at line 553 of file matrix_arithmetic.h.
| smaller_matrix_to_quadtree stxxl::matrix_to_quadtree< ValueType, BlockSideLength, Level >::ur |
Definition at line 553 of file matrix_arithmetic.h.
1.7.6.1