Method rename (previous one was misleading).


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1153821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-08-04 10:03:51 +00:00
parent 98556fedcc
commit cb067c2503
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class NonPositiveDefiniteLinearOperatorException
*
* @return the offending vector.
*/
public RealVector copyOffendingVector() {
public RealVector getOffendingVector() {
return x;
}