<T>LAPACK
0.1.1
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
include
tlapack
starpu
types.hpp
Generated by
1.9.8