core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
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