搜索资源列表
MatrixMath
- vc++实现矩阵运算
MatrixMath
- Matrix Math in C#. Implemented using operator overloading. Includes, addition, subtraction, multiplication, multiplication by a scalar and tranposing a matrix.
MatrixMath
- 矩阵函数库,包括矩阵相乘、求逆、QR分解等-Matrix Function library
matrixmath
- ?matrixmath_test.cpp?和其头文件实现功能为: cos(m) 矩阵的余弦 sin(m) 矩阵的正弦 tan(m) 矩阵的正切 acos(m) 矩阵的反余弦 asin(m) 矩阵的反正弦 atan(m) 矩阵的反正切 exp(m) 矩阵的幂函数 log(m) 矩阵的自然对数函数 -? Matrixmath_test.cpp and achieve its header fil
MatrixMath
- 线性代数常用的一些算法,加、减、乘、除、转置、求逆(Some algorithms commonly used in Linear Algebra: additive, subtraction, multiplication, division, transposed, inversion)