#include <shark/LinAlg/BLAS/blas.h>
#include <shark/LinAlg/BLAS/kernels/potrf.hpp>
#include <shark/Core/Timer.h>
#include <iostream>
Go to the source code of this file.
Functions | |
template<class MatA , class Triang > | |
double | benchmark (blas::matrix_expression< MatA, blas::cpu_tag > const &A, Triang) |
int | main (int argc, char **argv) |
double benchmark | ( | blas::matrix_expression< MatA, blas::cpu_tag > const & | A, |
Triang | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 25 of file potrf.cpp.
References benchmark().