Stxxl
1.4.0
|
#include <stxxl/bits/containers/vector.h>
#include <stxxl/bits/common/shared_object.h>
#include <stxxl/bits/mng/block_scheduler.h>
#include <stxxl/bits/containers/matrix_arithmetic.h>
Go to the source code of this file.
Classes | |
class | stxxl::column_vector< ValueType > |
external column-vector container for matrix multiplication More... | |
class | stxxl::row_vector< ValueType > |
external row-vector container for matrix multiplication More... | |
class | stxxl::matrix_swappable_block< ValueType, BlockSideLength > |
Specialized swappable_block that interprets uninitialized as containing zeros. More... | |
class | stxxl::swappable_block_matrix< ValueType, BlockSideLength > |
External container for a (sub)matrix. Not intended for direct use. More... | |
class | stxxl::matrix_iterator< ValueType, BlockSideLength > |
general iterator type that points to single elements inside a matrix More... | |
class | stxxl::matrix_row_major_iterator< ValueType, BlockSideLength > |
row-major iterator that points to single elements inside a matrix More... | |
class | stxxl::matrix_col_major_iterator< ValueType, BlockSideLength > |
column-major iterator that points to single elements inside a matrix More... | |
class | stxxl::const_matrix_iterator< ValueType, BlockSideLength > |
general const_iterator type that points to single elements inside a matrix More... | |
class | stxxl::const_matrix_row_major_iterator< ValueType, BlockSideLength > |
row-major const_iterator that points to single elements inside a matrix More... | |
class | stxxl::const_matrix_col_major_iterator< ValueType, BlockSideLength > |
column-major const_iterator that points to single elements inside a matrix More... | |
class | stxxl::matrix< ValueType, BlockSideLength > |
External matrix container. More... | |
Namespaces | |
namespace | stxxl |
|