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

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++ 📊

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)