Skip to content

Matrx_hub_v1.4_source_cod

Compare
Choose a tag to compare
@Amoiensis Amoiensis released this 02 Feb 14:27
· 46 commits to master since this release

Matrix_Hub

矩阵运算库--C语言
The lib of Matrix operation for C language.

Author: Amoiensis
Email: [email protected]
Data:2020.02.12

[更新说明v1.4]

  1. 新增 help() 函数,可以输入各函数名称,查看具体使用方法;如,help("help")、help("Matrix_gen")、help("README")、help("Update"),等;
  2. 新增函数“M_numul_m ()”,用于矩阵数乘 ,矩阵对于矩阵进行操作,各行对应数乘 ;
  3. 将原 M_matFull() 函数中,最左侧,和最上侧,row_up和column_left取值从“0”设置为“1(HEAD)”;
  4. 修正原代码中"Matirx"的误写,修正为"Matrix";

[更多资料和信息]
https://github.com/Amoiensis/Matrix_hub

[具体应用例子]
Optimization-Algorithm(最优化算法):https://github.com/Amoiensis/Optimization-Algorithm