mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
16 lines
238 B
C++
16 lines
238 B
C++
/*
|
|
* This is modification of Tino Kluge tk spline
|
|
* https://github.com/ttk592/spline/
|
|
*
|
|
* the modification is in LU caclulation,
|
|
* optimized for tridiagonal matrices
|
|
*/
|
|
#include "spline.h"
|
|
|
|
|
|
namespace catima{
|
|
|
|
} // namespace tk
|
|
|
|
|