Fork me on GitHub
#core-matrix
<
2016-02-25
>
otfrom13:02:43

mikera: matrixes are seqable and can be passed to transducers to be processed in a row wise fashion can't they?

otfrom13:02:05

though I'm guessing it will throw away all the matrixy goodness as it goes through the transducer

mikera23:02:20

Most matrices are seqable, but it isn't guaranteed, since someone could extend the matrix protocols to and arbitrary type. Best to call c.c.m/slices first to guarantee a sequence of rows