monolish  0.17.3-dev.16
MONOlithic LInear equation Solvers for Highly-parallel architecture
monolish_tensor.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace monolish {
8 namespace tensor {
9 template <typename Float> class tensor_Dense;
10 }
11 } // namespace monolish
12 
13 #include "./monolish_coo.hpp"
14 #include "./monolish_crs.hpp"
15 #include "./monolish_dense.hpp"
monolish namespaces