https://github.com/zeyu-li/matrix_multiplication
Matrix multiplication app using C++ 📊
https://github.com/zeyu-li/matrix_multiplication
cpp matrix-multiplication
Last synced: 9 months ago
JSON representation
Matrix multiplication app using C++ 📊
- Host: GitHub
- URL: https://github.com/zeyu-li/matrix_multiplication
- Owner: Zeyu-Li
- License: mit
- Created: 2019-10-22T22:28:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T14:55:53.000Z (over 6 years ago)
- Last Synced: 2025-01-22T22:09:23.898Z (over 1 year ago)
- Topics: cpp, matrix-multiplication
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# C++ Matrix Multiplication
## About
This project multiples matrices
Most of the code is sourced from
https://www.programiz.com/cpp-programming/examples/matrix-multiplication
## Usage
You can either use the matrix_multiplication.cpp file and
hard code changes
OR
build matrix_multiplication_console_input.cpp and input
the numbers in the console. When putting it in the console,
put in the dimensions of the height and width, then input the
values (integer only) of the matrix line/row by line/row with either
whitespace or line break to the console
* note, you have to build the projects
## Project files
* includes - placeholder txt file
* libs - placeholder txt file, replace with libraries
* src - source code
* test - place to stage tests
# Note
.exe files are not kept so you will have to build from source (src)