|
Stxxl
1.4.0
|
#include <iostream>#include <stxxl/vector>
Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | matrix_multiply (const matrix2d< T > &a, const matrix2d< T > &b, matrix2d< T > &c) |
| int | main () |
| int main | ( | ) |
Definition at line 72 of file benchmark_naive_matrix.cpp.
References matrix_multiply(), and STXXL_MSG.
| void matrix_multiply | ( | const matrix2d< T > & | a, |
| const matrix2d< T > & | b, | ||
| matrix2d< T > & | c | ||
| ) |
Definition at line 57 of file benchmark_naive_matrix.cpp.
Referenced by main().
1.7.6.1