|
Stxxl
1.4.0
|
#include <matrix_arithmetic.h>
Public Types | |
| typedef swappable_block_matrix < ValueType, BlockSideLength > | swappable_block_matrix_type |
| typedef swappable_block_matrix_type::size_type | size_type |
| typedef matrix_to_quadtree_block_grained < ValueType, BlockSideLength, Level-1, Granularity > | smaller_matrix_to_quadtree_block_grained |
Public Member Functions | |
| matrix_to_quadtree_block_grained (const swappable_block_matrix_type &matrix) | |
| matrix_to_quadtree_block_grained (const swappable_block_matrix_type &matrix, const size_type height, const size_type width, const size_type from_row, const size_type from_col) | |
| swappable_block_matrix_type | operator() (const size_type &row, const size_type &col) |
| const size_type | get_height () |
| const size_type | get_width () |
Public Attributes | |
| smaller_matrix_to_quadtree_block_grained | ul |
| smaller_matrix_to_quadtree_block_grained | ur |
| smaller_matrix_to_quadtree_block_grained | dl |
| smaller_matrix_to_quadtree_block_grained | dr |
Definition at line 932 of file matrix_arithmetic.h.
| typedef swappable_block_matrix_type::size_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::size_type |
Definition at line 935 of file matrix_arithmetic.h.
| typedef matrix_to_quadtree_block_grained<ValueType, BlockSideLength, Level - 1, Granularity> stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::smaller_matrix_to_quadtree_block_grained |
Definition at line 937 of file matrix_arithmetic.h.
| typedef swappable_block_matrix<ValueType, BlockSideLength> stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::swappable_block_matrix_type |
Definition at line 934 of file matrix_arithmetic.h.
| stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::matrix_to_quadtree_block_grained | ( | const swappable_block_matrix_type & | matrix | ) | [inline] |
Definition at line 941 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_block_grained< ValueType, BlockSideLength, Level, Granularity >::matrix_to_quadtree_block_grained | ( | 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 948 of file matrix_arithmetic.h.
| const size_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::get_height | ( | ) | [inline] |
Definition at line 961 of file matrix_arithmetic.h.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw_block_grained().
| const size_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::get_width | ( | ) | [inline] |
Definition at line 964 of file matrix_arithmetic.h.
Referenced by stxxl::matrix_operations< ValueType, BlockSideLength >::use_feedable_sw_block_grained().
| swappable_block_matrix_type stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::operator() | ( | const size_type & | row, |
| const size_type & | col | ||
| ) | [inline] |
Definition at line 956 of file matrix_arithmetic.h.
| smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::dl |
Definition at line 939 of file matrix_arithmetic.h.
| smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::dr |
Definition at line 939 of file matrix_arithmetic.h.
| smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::ul |
Definition at line 939 of file matrix_arithmetic.h.
| smaller_matrix_to_quadtree_block_grained stxxl::matrix_to_quadtree_block_grained< ValueType, BlockSideLength, Level, Granularity >::ur |
Definition at line 939 of file matrix_arithmetic.h.
1.7.6.1