|
<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.
Namespaces | |
| namespace | tlapack |
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
Functions | |
| template<class uplo_t , class T > | |
| int | tlapack::potf2 (uplo_t uplo, starpu::Matrix< T > &A) |
| Overload of potf2 for starpu::Matrix. | |