Class ComplexMatrixReader


  • public final class ComplexMatrixReader
    extends OctaveDataReader
    Reader for the octave type "complex matrix" reading an OctaveComplex from a BufferedReader. Note that the entries are of type "complex scalar". Format is:
     # type: complex matrix
     # rows: 2
     # columns: 2
      (1.1,0) (0,1.1)
      (2.2,0) (0,2.2)