All Questions
2 questions
3
votes
2
answers
134
views
Find zeroes in a matrix
I am looking for the elements that are zeroes in a square matrix (of size n), as a list of pair. I don't really like the following code, some condition seems ...
3
votes
1
answer
179
views
Testing whether a matrix contains a submatrix
As part 2 of my other question concerning this long running project I've been inquiring about on CR, I reimplemented my generic function for determining if an array of arrays is a sub-array or ...