raquel-oliveira / numerical-analysis

0 stars 0 forks source link

Implement transpose() function #4

Closed greati closed 7 years ago

greati commented 7 years ago

It's common to use the transpose of a matrix in numerical analysis, so we need an implementation for it. Basically, it is a function that returns a new matrix whose colums are the lines and lines are the columns of the original matrix.