Skip to content

Commit

Permalink
Update headers in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Dec 1, 2023
1 parent c62b4fb commit b535429
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions include/ddc/kernels/splines/matrix.hpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#pragma once

#include <algorithm>
#include <cassert>
#include <iomanip>
#include <iostream>
#include <memory>
#include <utility>

#include <Kokkos_Core.hpp>
#include <Kokkos_Random.hpp>

#include "view.hpp"

Expand Down
1 change: 1 addition & 0 deletions include/ddc/kernels/splines/matrix_maker.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <memory>
#include <optional>

#include "matrix_sparse.hpp"

Expand Down
6 changes: 1 addition & 5 deletions include/ddc/kernels/splines/matrix_sparse.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#pragma once

#include <algorithm>
#include <cassert>
#include <iomanip>
#include <iostream>
#include <memory>
#include <optional>
#include <type_traits>
#include <utility>

Expand All @@ -13,10 +11,8 @@
#include <Kokkos_Core.hpp>

#include "ddc/misc/ginkgo_executors.hpp"
#include "ginkgo/core/matrix/dense.hpp"

#include "matrix.hpp"
#include "view.hpp"

namespace ddc::detail {

Expand Down

0 comments on commit b535429

Please sign in to comment.