Stxxl  1.4.0
Classes | Namespaces
include/stxxl/bits/containers/matrix.h File Reference
#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>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

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
 

<stxxl> library namespace


 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines