Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-176

Provide an optimized MathTransform implementation for diagonal matrices

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.6
    • 0.7
    • Referencing
    • None

    Description

      ProjectiveTransform handles arbitrary matrices in a generic way. However in practice, many matrices are diagonal + a translation transform. We may get some performance improvement if we write a specialized transform class for such matrices, because it would replace a O(n²) operation by a O(n) one (n is the matrix size).

      Attachments

        Activity

          People

            desruisseaux Martin Desruisseaux
            desruisseaux Martin Desruisseaux
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: