Skip to content


Closed importCSV doesn't work with Reader that doesn't suport mark() operation
nuiton / nuiton-matrix #24 · created by Tony Chemit
Following error occurs:
java.io.IOException: mark() not supported
    at java.io.Reader.mark(Unknown Source)
    at org.nuiton.math.matrix.AbstractMatrixND.importCSV(AbstractMatrixND.java:1119)
    a...
updated