Révision 293 approxBasisSollya/approxbaso.h

approxbaso.h (revision 293)
12 12

  
13 13
#ifndef APPROX_BASIS_SOLLYA_h
14 14
#define APPROX_BASIS_SOLLYA_h
15
  
15

  
16
struct ApproxBasisSollya
17
{
18
  unsigned int elementsNumber;
19
  pobyso_func_exp_t * basisElements;
20
};
21

  
22
/**
23
 * Read a basis from a file handle.
24
 * @param  fileHandle;
25
 * @return a pointer on a basis or NULL if something goes wrong.
26
 */
27
struct ApproxBasisSollya*
28
abs_read_basis_from_handle(FILE* fileHandle);
29

  
16 30
#endif
17 31
  

Formats disponibles : Unified diff