|
STXXL
1.4.0
|
Efficient external memory matrix operations. More...
Collaboration diagram for matrix:Namespaces | |
| stxxl::matrix_local | |
| matrix low-level operations and tools | |
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_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... | |
| struct | stxxl::matrix_operation_statistic |
| struct | stxxl::matrix_operation_statistic_data |
| struct | stxxl::matrix_operation_statistic_dataset |
| 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... | |
Functions | |
| std::ostream & | stxxl::operator<< (std::ostream &o, const matrix_operation_statistic_data &statsd) |
Efficient external memory matrix operations.
| std::ostream& stxxl::operator<< | ( | std::ostream & | o, |
| const matrix_operation_statistic_data & | statsd | ||
| ) |
Definition at line 101 of file matrix_arithmetic.h.
References stxxl::matrix_operation_statistic_dataset::block_addition_calls, stxxl::matrix_operation_statistic_dataset::block_additions_saved_through_zero, stxxl::matrix_operation_statistic_dataset::block_multiplication_calls, and stxxl::matrix_operation_statistic_dataset::block_multiplications_saved_through_zero.