Skip to content
#

matrix-calculations

Here are 96 public repositories matching this topic...

In here I created a simple matrix transpose solver. The special part of this is that the user can input the size(any size) of the matrix they want to transpose and also the inputs of each elements of the matrix. I had to dynamically allocate the rows and columns to this matrix since a matrix is a 2D array whose size must be allocated when create…

  • Updated Sep 22, 2018
  • C++

Improve this page

Add a description, image, and links to the matrix-calculations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the matrix-calculations topic, visit your repo's landing page and select "manage topics."

Learn more