Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-831

Add a RealMatrixFormat to create a string representation of a Matrix similar to RealVectorFormat

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.1
    • None
    • None

    Description

      When debugging or testing CM code, it would be very helpful to have a way to display the contents of a matrix on the screen.

      The format should be in a way that is similar by other tools by e.g. octave in order to be able to use the result directly in such tools:

      [ x1, x2, x3, x4, ...;
      x1, x2, x3, x4, ...;
      x1, x2, x3, x4, ... ]

      [ .. denotes the start of the matrix
      , .. denotes the end of an element
      ; .. denotes the end of a row
      ] .. denotes the end of the matrix

      Attachments

        Activity

          People

            Unassigned Unassigned
            tn Thomas Neidhart
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: