Simplify interface FieldVector
------------------------------

                 Key: MATH-660
                 URL: https://issues.apache.org/jira/browse/MATH-660
             Project: Commons Math
          Issue Type: Task
    Affects Versions: 3.0
            Reporter: Sébastien Brisard
            Priority: Trivial


Following what has been done on {{RealVector}}, {{FieldVector}} should be 
simplified by removing all methods which treat {{T[]}} as vectors
* {{add(T[])}}
* {{append(T[])}}
* {{dotProduct(T[])}}
* {{ebeDivide(T[])}}
* {{ebeMultiply(T[])}}
* {{outerProduct(T[])}}
* {{projection(T[])}}
* {{setSubVector(int, T[])}}
* {{subtract(T[])}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to