A
A
Anton @ Lyalin2017-12-01 18:23:48
Haskell
Anton @ Lyalin, 2017-12-01 18:23:48

What to use in haskele to work with matrices?

You need to flip the matrix about the main diagonal.
What to use for this in haskele and how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
youngmysteriouslight, 2017-12-01
@youngmysteriouslight

There is a hoogle search engine:
hoogle.haskell.org/?hoogle=%3A%3A+%5B%5Ba%5D%5D+-%...
it offers the transpose function from the Data.List module.
If your matrix is ​​not a list of lists, but something else, please specify.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question