potrf.cpp File Reference
#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)
 

Function Documentation

◆ benchmark()

template<class MatA , class Triang >
double benchmark ( blas::matrix_expression< MatA, blas::cpu_tag > const &  A,
Triang   
)

Definition at line 9 of file potrf.cpp.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 25 of file potrf.cpp.

References benchmark().