using namespace std;
#ifndef ALGO_THOMAS
#define ALGO_THOMAS


#include <iostream.h>

    float* AlgoThomas(float *A, float *B, float *D, float *K, int n);


#endif

