1 #pragma once
2 
3 #ifndef TLIN_H
4 #define TLIN_H
5 
6 // General interface to the tlin library
7 
8 #include "tlin_cblas_wrap.h"
9 #include "tlin_superlu_wrap.h"
10 
11 #endif  // TLIN_H
12