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

Function objects

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.0
    • None
    • None

    Description

      Create a package function to contain classes implementing the UnivariateRealFunction interface for all the usual functions.

      As a consequence, all mapXxx methods and mapXxxToSelf methods in RealVector can be respectively replaced with

      public void map(UnivariateRealFunction f);
      

      and

      public void mapToSelf(UnivariateRealFunction f);
      

      Attachments

        1. func.tar.gz
          2 kB
          Gilles Sadowski

        Activity

          People

            erans Gilles Sadowski
            erans Gilles Sadowski
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: