Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

Awesome Lists containing this project

README

        

这是我第一次使用git,就先拿一个C++程序来练练手把,尝试一下。

希望大家不要见怪

这个C++程序是计算矩阵乘法的。

主要思想是将矩阵类描述的像普通的类型一样,可以直接复制构造,直接相乘等功能

文件结构

* Matrix.hpp 矩阵类的声明

* Matrix.cpp 矩阵类的定义

希望大家继续关注,我将不停的进行更新。