<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include <starpu.h>
#include <array>
#include <iomanip>
#include <memory>
#include <ostream>
#include "tlapack/starpu/MatrixEntry.hpp"
#include "tlapack/starpu/Tile.hpp"
#include "tlapack/starpu/filters.hpp"
Go to the source code of this file.
Classes | |
struct | tlapack::starpu::internal::EntryAccess< T, false > |
struct | tlapack::starpu::internal::EntryAccess< T, true > |
class | tlapack::starpu::Matrix< T > |
Class for representing a matrix in StarPU that is split into tiles. More... | |
Namespaces | |
namespace | tlapack |
Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |