How do I initialise all entries of a matrix with a specific value?

后端 未结 5 1316
南笙
南笙 2020-12-14 06:04

In Haskell, if I wanted to get a 10 element list which only contained the number 5, I could do something like this:

take 10 $ repeat 5

Outp

5条回答
提交回复
热议问题