comparison gnv-artifacts/src/main/java/de/intevation/gnv/math/LinearFunction.java @ 807:a645bd23c1c8

Added more javadoc. Removed trailing whitespace. gnv-artifacts/trunk@889 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 08 Apr 2010 15:24:45 +0000
parents bb7afd783321
children f953c9a559d8
comparison
equal deleted inserted replaced
806:2cea76f1112e 807:a645bd23c1c8
5 import org.apache.commons.math.analysis.UnivariateRealFunction; 5 import org.apache.commons.math.analysis.UnivariateRealFunction;
6 6
7 import org.apache.commons.math.optimization.fitting.ParametricRealFunction; 7 import org.apache.commons.math.optimization.fitting.ParametricRealFunction;
8 8
9 /** 9 /**
10 * Models a linear function to be usable in the fitting frame of 10 * Models a linear function to be usable in the fitting framework of
11 * the Apache Commons Mathematics Library. 11 * the Apache Commons Mathematics Library.
12 * 12 *
13 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 13 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
14 */ 14 */
15 public class LinearFunction 15 public class LinearFunction

http://dive4elements.wald.intevation.org