Stxxl  1.4.0
Functions
containers/benchmark_naive_matrix.cpp File Reference
#include <iostream>
#include <stxxl/vector>
Include dependency graph for benchmark_naive_matrix.cpp:

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 ()

Function Documentation

int main ( )

Definition at line 72 of file benchmark_naive_matrix.cpp.

References matrix_multiply(), and STXXL_MSG.

template<typename T >
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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines