x_ahfile.h

来自「基本矩阵运算 : + - *, power, transpose, trace,」· C头文件 代码 · 共 31 行

H
31
字号
/* x_ahfile.h                    free ware                 xhunga@tiscali.fr  */

/* -------------------------------------------------------------------------- */
#include    <stdio.h>
#include   <stdlib.h>
#include    <ctype.h>
#include     <time.h>
#include     <math.h>
/* -------------------------------------------------------------------------- */
#include "xadefine.h"
#include "xastruct.h"
/* ------------------------          klmn  q t u w yz  ---------------------- */
#include "x_phfile.h"  /* Clear screen, Print,                                */
#include "x_shfile.h"  /* id_mF, zero_mF, ...                                 */
#include "x_vhfile.h"  /* copy,                                               */
#include "z_fhfile.h"  /* Basic operations on the fractions.                  */
#include "x_bhfile.h"  /* Basic operations on the matrices.                   */
#include "x_chfile.h"  /* Basic operations on the rows.                       */
#include "x_dhfile.h"  /* Determinant, ..., inverse,                          */
#include "x_ghfile.h"  /* Gauss Jordan,                                       */
#include "z_rhfile.h"  /* Fractions, integers, Rand.                          */
#include "x_rhfile.h"  /* Complex,   matrices, Rand.                          */
#include "x_xhfile.h"  /* Application,                                        */
/* -------------------------------------------------------------------------- */
#include "x_ehfile.h"  /* innerprod,norm,distance                             */
#include "x_fhfile.h"  /* print                                               */
#include "x_hhfile.h"  /* rand                                                */
#include "x_ihfile.h"  /* addw_svnF                                           */
#include "x_jhfile.h"  /* rank, nullity                                       */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?