<T>LAPACK
0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1
4
//
5
// Copyright (c) 2025, University of Colorado Denver. All rights reserved.
6
//
7
// This file is part of <T>LAPACK.
8
// <T>LAPACK is free software: you can redistribute it and/or modify it under
9
// the terms of the BSD 3-Clause license. See the accompanying LICENSE file.
10
11
#ifndef TLAPACK_STARPU_TYPES_HH
12
#define TLAPACK_STARPU_TYPES_HH
13
14
#include <cstdint>
15
16
namespace
tlapack
{
17
namespace
starpu {
18
19
using
idx_t =
uint32_t
;
20
21
}
// namespace starpu
22
}
// namespace tlapack
23
24
#endif
// TLAPACK_STARPU_TYPES_HH
tlapack
Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ).
Definition
arrayTraits.hpp:15
tlapack::real_type
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition
scalar_type_traits.hpp:113
include
tlapack
starpu
types.hpp
Generated by
1.9.8