source: Sophya/trunk/SophyaExt/LinAlg/intflapack.h@ 775

Last change on this file since 775 was 775, checked in by ansari, 26 years ago

Creation module LinAlg avec fichier exemple intflapack.h .cc Reza 10/3/2000

File size: 216 bytes
Line 
1#ifndef IntfLapack_H_SEEN
2#define IntfLapack_H_SEEN
3
4#include "machdefs.h"
5#include "tarray.h"
6
7
8void rztest_lapack(TArray<r_4>& a, TArray<r_4>& b);
9// void rztest_lapack(TMatrix<r_8>& a, TMatrix<r_8>& b);
10
11#endif
Note: See TracBrowser for help on using the repository browser.