core-matrix

2016-02-25T13:46:13.000012Z

should go and just test this

2016-02-25T13:46:43.000013Z

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

2016-02-25T13:47:05.000014Z

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

2016-02-25T23:09:20.000015Z

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

👍 1
rustam.gilaztdinov 2016-02-25T23:59:58.000016Z

@rustam.gilaztdinov has joined the channel