Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-693

Automatically invoke toString when user tries to print a matrix

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Parser
    • None

    Description

      The toString builtin function was added as PR #120 and SYSTEMML-693.
      The way to print a matrix with this builtin function is

      m = ... # Create Matrix
      print("matrix : " + toString(m))
      

      To improve usability, the DML programmer should be able to say

      m = ... # Create Matrix
      print("matrix : " + m)
      

      The call to toString should be automatically inserted.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nakul02 Nakul Jindal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: