kirtsar
kirtsar
@Mattriks thanks, works as expected, but with different approach: `up CSV` and `add Parsers` does not help at all, but `add Parsers#master` works properly.
@KristofferC Oh, i see. and for the same reason the package does not work with sparse arrays? By the way, KDTree is not working with array of int-s also. Is...
> You can get something similar with `@df iris corrplot(cols(1:4), group = :Species)`, but not the different colors for the groups: > > That's because the colors already have a...
@tkluck It does, but I wonder how can I solve equation of the type f(X) == 0 over finite field? It is needed for example for decoding BCH codes.
I see, that's my fault: ``` R = MatrixSpace(ZZ, 2, 2) m = R([1 2; 3 4]) row1 = m[1, :] row1[1] # does not work row1[1, 1] # works...