sebiniemann / ArmadilloJava

Pure Java-based linear algebra library
armadillojava.org
8 stars 8 forks source link

AbstractMat.print(OutputStream) gives a empty stream back #107

Closed dkiechle closed 4 years ago

dkiechle commented 10 years ago

As stream I use a ByteArrayOutputStream

dkiechle commented 10 years ago

After function print(stream,string) the Matrix is in the string.

sebiniemann commented 10 years ago

What did you mean with "the matrix is in the string" ? Could you show me a short example?