⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x_ahfile.h

📁 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of co
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -