Uploaded image for project: 'Hama'
  1. Hama
  2. HAMA-169

The start location can be different between the two vectors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • None
    • math
    • None

    Description

      The start location can be different between the two vectors.
      Then,
      DenseVector add(double alpha, Vector v)
      for (int i = 0; i < this.size(); i++)

      { set(i, alpha * v.get(i) + get(i)); }

      This code will do not anything.

      DenseMatrix.setColumn(Vector v) also should be fixed.

      Attachments

        1. HAMA-169.patch
          8 kB
          Edward J. Yoon

        Activity

          People

            udanax Edward J. Yoon
            udanax Edward J. Yoon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: