armadillo是为C++设计的线性代数函数库,语法和函数类似MATLAB,
-
介绍主页 http://arma.sourceforge.net/
-
与MATLAB语法对照如下http://arma.sourceforge.net/docs.html#syntax
-
功能概览
(1)matrix, vector, cube and field classes http://arma.sourceforge.net/docs.html#part_classes
(2)member functions & variables http://arma.sourceforge.net/docs.html#part_membfns
(3)generated vectors / matrices / cubes http://arma.sourceforge.net/docs.html#part_gen
(4)functions of vectors / matrices / cubes http://arma.sourceforge.net/docs.html#part_fns
(5)decompositions, factorisations, inverses and equation solvers (dense matrices) http://arma.sourceforge.net/docs.html#part_decompdense
(6)decompositions, factorisations, and equation solvers (sparse matrices) http://arma.sourceforge.net/docs.html#part_decompsparse
(7)signal & image processing http://arma.sourceforge.net/docs.html#part_sigproc
(8)statistics and clustering http://arma.sourceforge.net/docs.html#part_stats
(9)miscellaneous (constants, configuration) -
安装说明
(1)在VS2015中配置armadillo https://blog.csdn.net/qq_38646315/article/details/82667635
注意:在设置链接器的输入项中附加依赖项时,是lib文件
(2) 关于属性页的使用 https://jingyan.baidu.com/article/48b558e3d847437f38c09af5.html