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 created with a constant number, rather than a variable, in which the "cin" function takes.
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
och234/Dynamically-allocating-memory
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
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…
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published