#include <vector>#include <iomanip>#include <sys/times.h>#include <unistd.h>#include <blas.h>#include <matrix.h>#include <vector.h>Include dependency graph for getrf_test.cc:

Go to the source code of this file.
Functions | |
| template<typename TYPE> | |
| void | fillMatrix (colarray::Matrix< TYPE > &A) |
| template<typename TYPE> | |
| void | bench () |
| int | main () |
| void bench | ( | ) |
Definition at line 24 of file getrf_test.cc.
References fillMatrix(), and blas::getrf().
Here is the call graph for this function:

| void fillMatrix | ( | colarray::Matrix< TYPE > & | A | ) |
Definition at line 14 of file getrf_test.cc.
References colarray::Matrix< T >::_m, and colarray::Matrix< T >::_n.
Referenced by bench().
| int main | ( | ) |
Definition at line 68 of file getrf_test.cc.
1.4.7