/***************************************
*                                      *
*   Copyright (c) 1998 Jean-Eric Pin   *
*   All rights reserved.               *
*                                      *
*   TAB = 2 spaces                     *
*                                      *
***************************************/

/*-------------------------------------------------------------------
 * InversesFaibles.h   Jean-Eric Pin 13/04/97
 *-------------------------------------------------------------------
 */     

void MiseAJour(unsigned long s, unsigned long t);
void ParcoursGrapheJ(unsigned long s0);
void CalculInverses(void);
void ProduitsDroits(unsigned long u);
void ProduitsGauches(unsigned long u);
void Conjugue(unsigned long i, unsigned long s);
void ConjugueFaiblement(unsigned long i, unsigned long s);
void CalculKS(void);