|
STXXL
1.4.1
|
#include <stxxl/bits/containers/vector.h>#include <stxxl/bits/common/counting_ptr.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::const_matrix_col_major_iterator< ValueType, BlockSideLength > |
| column-major const_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::matrix< ValueType, BlockSideLength > |
| External matrix container. Introduction to matrix container: see STXXL Matrix tutorial. Design and Internals of matrix container: see Matrix. More... | |
| class | stxxl::matrix< ValueType, BlockSideLength > |
| External matrix container. Introduction to matrix container: see STXXL Matrix tutorial. Design and Internals of matrix container: see Matrix. More... | |
| class | stxxl::matrix_col_major_iterator< ValueType, BlockSideLength > |
| column-major iterator that points to single elements inside a matrix 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_swappable_block< ValueType, BlockSideLength > |
| Specialized swappable_block that interprets uninitialized as containing zeros. More... | |
| class | stxxl::row_vector< ValueType > |
| external row-vector container for matrix multiplication More... | |
| class | stxxl::swappable_block_matrix< ValueType, BlockSideLength > |
| External container for a (sub)matrix. Not intended for direct use. More... | |
Namespaces | |
| stxxl | |
STXXL library namespace | |