< Mathc complexes


Sommaire


Installer ce fichier dans votre répertoire de travail.

w_a.h
'
/* ------------------------------------ */
/*  Save as :   w_a.h                   */
/* ------------------------------------ */

/* ------------------------------------ */   
/* Standard file                        */
/* ------------------------------------ */   
#include    <stdio.h>
#include   <stdlib.h>
#include   <stddef.h>
#include    <ctype.h>
#include     <time.h>
#include     <math.h>
/* ------------------------------------ */   
/* Help                                 */
/* ------------------------------------ */
#include      "z_d.h"  /* Define, Macro                 */
#include      "z_s.h"  /* clrscrn, stop, stop_w, pause  */
#include      "z_r.h"  /* r_I, rp_I                     */

//* ------------------------------------ */
/* Complexes numbers                    */
/* ------------------------------------ */
#include  "w_z.h"     /*                               */

/* ------------------------------------ */   
/* Create                               */
/* ------------------------------------ */   
#include  "wi_size.h"  /* rsize, csize                  */
#include   "wi_err.h"  /* isquare, dif_sizes, canImul   */
#include     "wsm.h"   /* m0, eye                       */
#include    "wim2.h"   /* i_mZ, f_mZ, i_duplicate_mZ    */
                       
/* ------------------------------------ */   
/* Copy                                 */
/* ------------------------------------ */   
#include     "wcm.h"   /* c_mZ, ca_A_mZ                 */
#include "wc_coef.h"   /* c_coef_Z                      */

/* ------------------------------------ */   
/* Print                                */
/* ------------------------------------ */   
#include  "w_p.h"     /* Print, ...                     */

/* ------------------------------------ */   
/* Basic operation                      */
/* ------------------------------------ */   
#include     "wbm.h" /* add_m sub_m mul_m smul_m pow_m  */
#include    "wbtm.h" /*  transpose_mR, trace_mR         */

/* ------------------------------------ */   
/* Linear algebra                       */
/* ------------------------------------ */
#include  "wbdotu.h" /* QR, eignvalue,singularvalue     */
#include  "w_e.h"     /* determinant.                   */
#include  "w_g.h"     /* gauss jordan                   */

/* ------------------------------------ */   
/* Rand                                 */
/* ------------------------------------ */   
#include     "wrm.h" /* r_mZ                           */
#include "wrm_tri.h" /* r_diag, r_lower, r_upper       */
/* ------------------------------------ */ 
/* ------------------------------------ */


Déclaration des fichiers h.
 
 

Cet article est issu de Wikibooks. Le texte est sous licence Creative Commons - Attribution - Partage dans les Mêmes. Des conditions supplémentaires peuvent s'appliquer aux fichiers multimédias.