<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/types.hpp"
#include "tlapack/lapack/potrf_blocked.hpp"
#include "tlapack/starpu/Matrix.hpp"
#include "tlapack/starpu/tasks.hpp"
Go to the source code of this file.
Functions | |
template<class uplo_t , class T > | |
int | tlapack::potf2 (uplo_t uplo, starpu::Matrix< T > &A) |
Overload of potf2 for starpu::Matrix. | |