tahoma2d/toonz/sources/include/tlin/tlin.h

12 lines
166 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#ifndef TLIN_H
#define TLIN_H
2016-06-15 18:43:10 +12:00
// General interface to the tlin library
2016-03-19 06:57:51 +13:00
#include "tlin_cblas_wrap.h"
#include "tlin_superlu_wrap.h"
2016-06-15 18:43:10 +12:00
#endif // TLIN_H