Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
RUser4512's user avatar
  • 1,135
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 ...
Ken's user avatar
  • 653