Mathc complexes/h09i
Apparence
Installer ce fichier dans votre répertoire de travail.
wgc_inv.h |
---|
/* ------------------------------------ */
/* Save as : wgc_inv.h */
/* ------------------------------------ */
void c_Inv_A_mZ(
double **AID,
double **A
)
{
int r;
int c;
int T = A[C_SIZE][C0];
--T;
for (r=R1; r<A[R_SIZE][C0]; r++)
for (c=C1; c<A[C_SIZE][C0]; c++)
A[r][c] = AID[r][c+T];
}
/* ------------------------------------ */
/* ------------------------------------ */
Déclaration des fichiers h.