Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgheaven/cpp-matrix
This is a C++ class for calculate matrix multiplication...
https://github.com/xgheaven/cpp-matrix
Last synced: about 1 month ago
JSON representation
This is a C++ class for calculate matrix multiplication...
- Host: GitHub
- URL: https://github.com/xgheaven/cpp-matrix
- Owner: XGHeaven
- Created: 2014-12-16T15:55:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T08:48:07.000Z (about 10 years ago)
- Last Synced: 2024-10-16T00:42:52.418Z (3 months ago)
- Language: C++
- Size: 488 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
这是我第一次使用git,就先拿一个C++程序来练练手把,尝试一下。
希望大家不要见怪
这个C++程序是计算矩阵乘法的。
主要思想是将矩阵类描述的像普通的类型一样,可以直接复制构造,直接相乘等功能
文件结构
* Matrix.hpp 矩阵类的声明
* Matrix.cpp 矩阵类的定义
希望大家继续关注,我将不停的进行更新。