Class PrintMatrixFormatEx2

java.lang.Object
com.imsl.math.PrintMatrixFormat
com.imsl.test.example.math.PrintMatrixFormatEx2

public class PrintMatrixFormatEx2 extends PrintMatrixFormat

Prints a matrix in CSV format.

A matrix is printed in CSV (comma separated value) format. This is done by overriding the format method of PrintMatrixFormat to add commas after all but the last number in each row.
See Also:
  • Constructor Details

    • PrintMatrixFormatEx2

      public PrintMatrixFormatEx2(int ncols)
  • Method Details