Matrx_hub_v1.4_source_cod
Matrix_Hub
矩阵运算库--C语言
The lib of Matrix operation for C language.
Author: Amoiensis
Email: [email protected]
Data:2020.02.12
[更新说明v1.4]
- 新增 help() 函数,可以输入各函数名称,查看具体使用方法;如,help("help")、help("Matrix_gen")、help("README")、help("Update"),等;
- 新增函数“M_numul_m ()”,用于矩阵数乘 ,矩阵对于矩阵进行操作,各行对应数乘 ;
- 将原 M_matFull() 函数中,最左侧,和最上侧,row_up和column_left取值从“0”设置为“1(HEAD)”;
- 修正原代码中"Matirx"的误写,修正为"Matrix";
[更多资料和信息]
https://github.com/Amoiensis/Matrix_hub
[具体应用例子]
Optimization-Algorithm(最优化算法):https://github.com/Amoiensis/Optimization-Algorithm