y_ahfile.h

来自「[[ Complex Matrices : Language c]]」· C头文件 代码 · 共 28 行

H
28
字号
/* xa_hfile.h                    free ware                 xhunga@tiscali.fr  */

/* -------------------------------------------------------------------------- */
#include    <stdio.h>
#include   <stdlib.h>
#include    <ctype.h>
#include     <time.h>
#include     <math.h>
/* -------------------------------------------------------------------------- */
#include "yadefine.h"
#include "yastruct.h"
/* ---------------------  b d  gh j lmno k s uvwxyz ------------------------- */
#include "y_phfile.h"  /* Print.                                              */
#include "y_chfile.h"  /* mid, m0,                                            */
#include "y_ehfile.h"  /* Copy.                                               */
#include "z_fhfile.h"  /* Basic operations on the fractions.                  */
#include "y_ihfile.h"  /* Basic operations on the complex, matrices           */
#include "y_khfile.h"  /* Basic operations on the rows.                       */
#include "y_bhfile.h"  /* Basic operations on the pivot.                      */

#include "y_ghfile.h"  /* Gauss, GaussJordan, LU.                             */

#include "y_dhfile.h"  /* Det                                                 */
#include "y_thfile.h"  /* InnerProduct.                                       */
#include "z_rhfile.h"  /* Fractions, integers, Rand.                          */
#include "y_rhfile.h"  /* Complex,   matrices, Rand.                          */

⌨️ 快捷键说明

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