Constructor parameter not used ------------------------------ Key: MATH-572 URL: https://issues.apache.org/jira/browse/MATH-572 Project: Commons Math Issue Type: Bug Affects Versions: 3.0 Reporter: Arne Plöse Priority: Critical
the constructor public ArrayFieldVector(Field<T> field, T[] v1, T[] v2) sets this "this.field = data[0].getField();" in the fast line... "this.field = field;" would be right - field was explicitly provided. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira