x_chfile.h

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

H
37
字号
/* xd_hfile.h                    freeware                  xhunga@tiscali.fr  */

#include "xcrwmni.h"
/*
void     frowmini_F(PmF m,int row)
fraction  rowmini_F(PmF m,int row,fraction deter)
*/
#include "xcelrop.h"
/*
void swaprow_mF(PmF m,int row1,int row2)
void  addrow_mF(PmF m,int row1,int row2,fraction f)
void  mulrow_mF(PmF m,int rown,         fraction f)
*/
#include "xcelcop.h"
/*
void swapcol_mF(PmF m,int col1,int col2)
void  mulcol_mF(PmF m,int coln,         fraction f)
*/

#include "xcpivrow.h"
/*
void pivotgoodplace_mF(PmF  m)
void         pivot1F(PmF  m);
*/

#include "xcpivbst.h"
/*
*/

#include "xcpivot.h"
/*
int pivotntzeroF(PmF mA,int row1,int row2)
void pivotminiF(PmF mA)
void pivotworkF(PmF mA,int row1,int row2)
*/

⌨️ 快捷键说明

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