|
Stxxl
1.4.0
|
#include <limits>#include <vector>#include <stxxl/stream>#include <stxxl/vector>
Go to the source code of this file.
Functions | |
| template<typename Vector > | |
| void | dump_upper_left (const Vector &v, unsigned rows, unsigned cols, unsigned nx, unsigned ny) |
| int | main () |
| void dump_upper_left | ( | const Vector & | v, |
| unsigned | rows, | ||
| unsigned | cols, | ||
| unsigned | nx, | ||
| unsigned | ny | ||
| ) |
Definition at line 80 of file test_naive_transpose.cpp.
Referenced by main().
| int main | ( | ) |
Definition at line 98 of file test_naive_transpose.cpp.
References dump_upper_left(), stxxl::stream::materialize(), and stxxl::stream::streamify().
1.7.6.1