< Mathc matrices


Sommaire


Installer ce fichier dans votre répertoire de travail.

v_a.h
'
/* ------------------------------------ */
/*  Save as :   v_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"  /* rand, r_I, rp_I                     */

/* ------------------------------------ */   
/* Create                               */
/* ------------------------------------ */   
#include  "vi_size.h"  /* rsize, csize                        */
#include   "vi_err.h"  /* isquare, dif_sizes, canImul...      */
#include      "vsm.h"  /* m0, eye, rot2D, Rot2D, Rot2D_P      */
#include     "vim2.h"  /* i_mR, f_mR, i_duplicate_mR          */

/* ------------------------------------ */   
/* Copy                                 */
/* ------------------------------------ */   
#include     "vc_m.h"  /* c_mR, ca_A_mR, c_c_mR, c_r_mR       */

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

/* ------------------------------------ */   
/* Basic operation                      */
/* ------------------------------------ */   
#include     "vbm.h" /* add_mR, sub_m, mul_m, smul_m, pow_m   */
#include    "vbtm.h" /*  transpose_mR, trace_mR               */

/* ------------------------------------ */   
/* Linear algebra                       */
/* ------------------------------------ */ 
#include  "vbdotu.h"  /* dot, eigenvalue                      */
#include     "v_e.h"  /* determinant.                         */
#include     "v_g.h"  /* gauss jordan                         */

/* ------------------------------------ */   
/* Rand                                 */
/* ------------------------------------ */   
#include      "vrm.h" /* r_mR, rp_mR,       rE_mR             */
#include "vrm_sing.h" /* singular matrice,                    */
#include  "vrm_tri.h" /* rdiag, rlower_mR, rupper_mR          */
#include  "vrm_sym.h" /* rsymmetric,                          */

/* ------------------------------------ */ 
/* ------------------------------------ */ 
/* ------------------------------------ */ 
/* ------------------------------------ */


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.