Stxxl
1.4.0
|
Specialized swappable_block that interprets uninitialized as containing zeros. More...
#include <matrix.h>
Public Types | |
typedef swappable_block < ValueType, BlockSideLength *BlockSideLength > ::internal_block_type | internal_block_type |
Public Member Functions | |
void | fill_default () |
Fill block with default data, is supposed to be overwritten by subclass. Has to be internal. |
Specialized swappable_block that interprets uninitialized as containing zeros.
ValueType | type of contained objects (POD with no references to internal memory) |
BlockSideLength | side length of a matrix block |
When initializing, all values are set to zero.
typedef swappable_block<ValueType, BlockSideLength * BlockSideLength>::internal_block_type stxxl::matrix_swappable_block< ValueType, BlockSideLength >::internal_block_type |
Reimplemented from stxxl::swappable_block< ValueType, BlockSideLength *BlockSideLength >.
void stxxl::matrix_swappable_block< ValueType, BlockSideLength >::fill_default | ( | ) | [inline] |
Fill block with default data, is supposed to be overwritten by subclass. Has to be internal.
Reimplemented from stxxl::swappable_block< ValueType, BlockSideLength *BlockSideLength >.