comparison libs/commons-math-2.1/docs/apidocs/deprecated-list.html @ 17:e8ccd518555b

commons-math-2.1 added
author dwinter
date Tue, 04 Jan 2011 10:03:00 +0100
parents
children
comparison
equal deleted inserted replaced
16:0b3f87acaabc 17:e8ccd518555b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.6.0_17) on Sat Mar 27 22:46:20 EDT 2010 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <TITLE>
8 Deprecated List (Commons Math 2.1 API)
9 </TITLE>
10
11 <META NAME="date" CONTENT="2010-03-27">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="Deprecated List (Commons Math 2.1 API)";
20 }
21 }
22 </SCRIPT>
23 <NOSCRIPT>
24 </NOSCRIPT>
25
26 </HEAD>
27
28 <BODY BGCOLOR="white" onload="windowTitle();">
29 <HR>
30
31
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
34 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36 <TR>
37 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38 <A NAME="navbar_top_firstrow"><!-- --></A>
39 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40 <TR ALIGN="center" VALIGN="top">
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49 </TR>
50 </TABLE>
51 </TD>
52 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53 </EM>
54 </TD>
55 </TR>
56
57 <TR>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 &nbsp;PREV&nbsp;
60 &nbsp;NEXT</FONT></TD>
61 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62 <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp;
63 &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
64 &nbsp;<SCRIPT type="text/javascript">
65 <!--
66 if(window==top) {
67 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
68 }
69 //-->
70 </SCRIPT>
71 <NOSCRIPT>
72 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
73 </NOSCRIPT>
74
75
76 </FONT></TD>
77 </TR>
78 </TABLE>
79 <A NAME="skip-navbar_top"></A>
80 <!-- ========= END OF TOP NAVBAR ========= -->
81
82 <HR>
83 <CENTER>
84 <H2>
85 <B>Deprecated API</B></H2>
86 </CENTER>
87 <HR SIZE="4" NOSHADE>
88 <B>Contents</B><UL>
89 <LI><A HREF="#interface">Deprecated Interfaces</A>
90 <LI><A HREF="#class">Deprecated Classes</A>
91 <LI><A HREF="#exception">Deprecated Exceptions</A>
92 <LI><A HREF="#field">Deprecated Fields</A>
93 <LI><A HREF="#method">Deprecated Methods</A>
94 <LI><A HREF="#constructor">Deprecated Constructors</A>
95 </UL>
96
97 <A NAME="interface"><!-- --></A>
98 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
99 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
100 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
101 <B>Deprecated Interfaces</B></FONT></TH>
102 </TR>
103 <TR BGCOLOR="white" CLASS="TableRowColor">
104 <TD><A HREF="org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">org.apache.commons.math.linear.BigMatrix</A>
105 <BR>
106 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, replaced by <A HREF="org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A> with a <A HREF="org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util"><CODE>BigReal</CODE></A> parameter</I>&nbsp;</TD>
107 </TR>
108 <TR BGCOLOR="white" CLASS="TableRowColor">
109 <TD><A HREF="org/apache/commons/math/estimation/EstimationProblem.html" title="interface in org.apache.commons.math.estimation">org.apache.commons.math.estimation.EstimationProblem</A>
110 <BR>
111 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
112 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD><A HREF="org/apache/commons/math/estimation/Estimator.html" title="interface in org.apache.commons.math.estimation">org.apache.commons.math.estimation.Estimator</A>
116 <BR>
117 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
118 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><A HREF="org/apache/commons/math/distribution/HasDensity.html" title="interface in org.apache.commons.math.distribution">org.apache.commons.math.distribution.HasDensity</A>
122 <BR>
123 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>to be removed in math 3.0</I>&nbsp;</TD>
124 </TR>
125 </TABLE>
126 &nbsp;
127 <P>
128 <A NAME="class"><!-- --></A>
129 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
131 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
132 <B>Deprecated Classes</B></FONT></TH>
133 </TR>
134 <TR BGCOLOR="white" CLASS="TableRowColor">
135 <TD><A HREF="org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">org.apache.commons.math.estimation.AbstractEstimator</A>
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
138 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><A HREF="org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">org.apache.commons.math.linear.BigMatrixImpl</A>
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, replaced by <A HREF="org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear"><CODE>Array2DRowFieldMatrix</CODE></A> with a <A HREF="org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util"><CODE>BigReal</CODE></A> parameter</I>&nbsp;</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD><A HREF="org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">org.apache.commons.math.estimation.EstimatedParameter</A>
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
149 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <TD><A HREF="org/apache/commons/math/estimation/GaussNewtonEstimator.html" title="class in org.apache.commons.math.estimation">org.apache.commons.math.estimation.GaussNewtonEstimator</A>
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
155 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <TD><A HREF="org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation">org.apache.commons.math.estimation.LevenbergMarquardtEstimator</A>
159 <BR>
160 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
161 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <TD><A HREF="org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">org.apache.commons.math.linear.RealMatrixImpl</A>
165 <BR>
166 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 replaced by <A HREF="org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear"><CODE>Array2DRowRealMatrix</CODE></A></I>&nbsp;</TD>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD><A HREF="org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation">org.apache.commons.math.estimation.SimpleEstimationProblem</A>
170 <BR>
171 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
172 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD><A HREF="org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">org.apache.commons.math.estimation.WeightedMeasurement</A>
176 <BR>
177 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
178 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
179 </TR>
180 </TABLE>
181 &nbsp;
182 <P>
183 <A NAME="exception"><!-- --></A>
184 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
185 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
186 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
187 <B>Deprecated Exceptions</B></FONT></TH>
188 </TR>
189 <TR BGCOLOR="white" CLASS="TableRowColor">
190 <TD><A HREF="org/apache/commons/math/estimation/EstimationException.html" title="class in org.apache.commons.math.estimation">org.apache.commons.math.estimation.EstimationException</A>
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
193 been deprecated and replaced by package org.apache.commons.math.optimization.general</I>&nbsp;</TD>
194 </TR>
195 </TABLE>
196 &nbsp;
197 <P>
198 <A NAME="field"><!-- --></A>
199 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
200 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
201 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
202 <B>Deprecated Fields</B></FONT></TH>
203 </TR>
204 <TR BGCOLOR="white" CLASS="TableRowColor">
205 <TD><A HREF="org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#f">org.apache.commons.math.analysis.integration.UnivariateRealIntegratorImpl.f</A>
206 <BR>
207 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the integrand function is passed as an argument
208 to the <A HREF="org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>&nbsp;</TD>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD><A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#f">org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl.f</A>
212 <BR>
213 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
214 to the <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
215 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
216 method.</I>&nbsp;</TD>
217 </TR>
218 </TABLE>
219 &nbsp;
220 <P>
221 <A NAME="method"><!-- --></A>
222 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
223 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
224 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
225 <B>Deprecated Methods</B></FONT></TH>
226 </TR>
227 <TR BGCOLOR="white" CLASS="TableRowColor">
228 <TD><A HREF="org/apache/commons/math/stat/Frequency.html#addValue(java.lang.Integer)">org.apache.commons.math.stat.Frequency.addValue(Integer)</A>
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>to be removed in math 3.0</I>&nbsp;</TD>
231 </TR>
232 <TR BGCOLOR="white" CLASS="TableRowColor">
233 <TD><A HREF="org/apache/commons/math/stat/Frequency.html#addValue(java.lang.Object)">org.apache.commons.math.stat.Frequency.addValue(Object)</A>
234 <BR>
235 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/math/stat/Frequency.html#addValue(java.lang.Comparable)"><CODE>Frequency.addValue(Comparable)</CODE></A> instead</I>&nbsp;</TD>
236 </TR>
237 <TR BGCOLOR="white" CLASS="TableRowColor">
238 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createBigIdentityMatrix(int)">org.apache.commons.math.linear.MatrixUtils.createBigIdentityMatrix(int)</A>
239 <BR>
240 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0, replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createFieldIdentityMatrix(org.apache.commons.math.Field, int)"><CODE>MatrixUtils.createFieldIdentityMatrix(Field, int)</CODE></A></I>&nbsp;</TD>
241 </TR>
242 <TR BGCOLOR="white" CLASS="TableRowColor">
243 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(java.math.BigDecimal[][])">org.apache.commons.math.linear.MatrixUtils.createBigMatrix(BigDecimal[][])</A>
244 <BR>
245 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>&nbsp;</TD>
246 </TR>
247 <TR BGCOLOR="white" CLASS="TableRowColor">
248 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(java.math.BigDecimal[][], boolean)">org.apache.commons.math.linear.MatrixUtils.createBigMatrix(BigDecimal[][], boolean)</A>
249 <BR>
250 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>&nbsp;</TD>
251 </TR>
252 <TR BGCOLOR="white" CLASS="TableRowColor">
253 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(double[][])">org.apache.commons.math.linear.MatrixUtils.createBigMatrix(double[][])</A>
254 <BR>
255 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>&nbsp;</TD>
256 </TR>
257 <TR BGCOLOR="white" CLASS="TableRowColor">
258 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(java.lang.String[][])">org.apache.commons.math.linear.MatrixUtils.createBigMatrix(String[][])</A>
259 <BR>
260 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>&nbsp;</TD>
261 </TR>
262 <TR BGCOLOR="white" CLASS="TableRowColor">
263 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createColumnBigMatrix(java.math.BigDecimal[])">org.apache.commons.math.linear.MatrixUtils.createColumnBigMatrix(BigDecimal[])</A>
264 <BR>
265 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createColumnFieldMatrix(T[])"><CODE>MatrixUtils.createColumnFieldMatrix(FieldElement[])</CODE></A></I>&nbsp;</TD>
266 </TR>
267 <TR BGCOLOR="white" CLASS="TableRowColor">
268 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createColumnBigMatrix(double[])">org.apache.commons.math.linear.MatrixUtils.createColumnBigMatrix(double[])</A>
269 <BR>
270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createColumnFieldMatrix(T[])"><CODE>MatrixUtils.createColumnFieldMatrix(FieldElement[])</CODE></A></I>&nbsp;</TD>
271 </TR>
272 <TR BGCOLOR="white" CLASS="TableRowColor">
273 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createColumnBigMatrix(java.lang.String[])">org.apache.commons.math.linear.MatrixUtils.createColumnBigMatrix(String[])</A>
274 <BR>
275 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createColumnFieldMatrix(T[])"><CODE>MatrixUtils.createColumnFieldMatrix(FieldElement[])</CODE></A></I>&nbsp;</TD>
276 </TR>
277 <TR BGCOLOR="white" CLASS="TableRowColor">
278 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createRowBigMatrix(java.math.BigDecimal[])">org.apache.commons.math.linear.MatrixUtils.createRowBigMatrix(BigDecimal[])</A>
279 <BR>
280 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createRowFieldMatrix(T[])"><CODE>MatrixUtils.createRowFieldMatrix(FieldElement[])</CODE></A></I>&nbsp;</TD>
281 </TR>
282 <TR BGCOLOR="white" CLASS="TableRowColor">
283 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createRowBigMatrix(double[])">org.apache.commons.math.linear.MatrixUtils.createRowBigMatrix(double[])</A>
284 <BR>
285 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createRowFieldMatrix(T[])"><CODE>MatrixUtils.createRowFieldMatrix(FieldElement[])</CODE></A></I>&nbsp;</TD>
286 </TR>
287 <TR BGCOLOR="white" CLASS="TableRowColor">
288 <TD><A HREF="org/apache/commons/math/linear/MatrixUtils.html#createRowBigMatrix(java.lang.String[])">org.apache.commons.math.linear.MatrixUtils.createRowBigMatrix(String[])</A>
289 <BR>
290 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>since 2.0 replaced by <A HREF="org/apache/commons/math/linear/MatrixUtils.html#createRowFieldMatrix(T[])"><CODE>MatrixUtils.createRowFieldMatrix(FieldElement[])</CODE></A></I>&nbsp;</TD>
291 </TR>
292 <TR BGCOLOR="white" CLASS="TableRowColor">
293 <TD><A HREF="org/apache/commons/math/distribution/NormalDistributionImpl.html#density(java.lang.Double)">org.apache.commons.math.distribution.NormalDistributionImpl.density(Double)</A>
294 <BR>
295 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I></I>&nbsp;&nbsp;</TD>
296 </TR>
297 <TR BGCOLOR="white" CLASS="TableRowColor">
298 <TD><A HREF="org/apache/commons/math/distribution/GammaDistributionImpl.html#density(java.lang.Double)">org.apache.commons.math.distribution.GammaDistributionImpl.density(Double)</A>
299 <BR>
300 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I></I>&nbsp;&nbsp;</TD>
301 </TR>
302 <TR BGCOLOR="white" CLASS="TableRowColor">
303 <TD><A HREF="org/apache/commons/math/distribution/ExponentialDistributionImpl.html#density(java.lang.Double)">org.apache.commons.math.distribution.ExponentialDistributionImpl.density(Double)</A>
304 <BR>
305 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>- use density(double)</I>&nbsp;</TD>
306 </TR>
307 <TR BGCOLOR="white" CLASS="TableRowColor">
308 <TD><A HREF="org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#density(java.lang.Double)">org.apache.commons.math.distribution.ChiSquaredDistributionImpl.density(Double)</A>
309 <BR>
310 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I></I>&nbsp;&nbsp;</TD>
311 </TR>
312 <TR BGCOLOR="white" CLASS="TableRowColor">
313 <TD><A HREF="org/apache/commons/math/distribution/BetaDistributionImpl.html#density(java.lang.Double)">org.apache.commons.math.distribution.BetaDistributionImpl.density(Double)</A>
314 <BR>
315 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I></I>&nbsp;&nbsp;</TD>
316 </TR>
317 <TR BGCOLOR="white" CLASS="TableRowColor">
318 <TD><A HREF="org/apache/commons/math/stat/Frequency.html#getCount(java.lang.Object)">org.apache.commons.math.stat.Frequency.getCount(Object)</A>
319 <BR>
320 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/stat/Frequency.html#getCount(java.lang.Comparable)"><CODE>Frequency.getCount(Comparable)</CODE></A> as of 2.0</I>&nbsp;</TD>
321 </TR>
322 <TR BGCOLOR="white" CLASS="TableRowColor">
323 <TD><A HREF="org/apache/commons/math/stat/Frequency.html#getCumFreq(java.lang.Object)">org.apache.commons.math.stat.Frequency.getCumFreq(Object)</A>
324 <BR>
325 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/stat/Frequency.html#getCumFreq(java.lang.Comparable)"><CODE>Frequency.getCumFreq(Comparable)</CODE></A> as of 2.0</I>&nbsp;</TD>
326 </TR>
327 <TR BGCOLOR="white" CLASS="TableRowColor">
328 <TD><A HREF="org/apache/commons/math/stat/Frequency.html#getCumPct(java.lang.Object)">org.apache.commons.math.stat.Frequency.getCumPct(Object)</A>
329 <BR>
330 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/stat/Frequency.html#getCumPct(java.lang.Comparable)"><CODE>Frequency.getCumPct(Comparable)</CODE></A> as of 2.0</I>&nbsp;</TD>
331 </TR>
332 <TR BGCOLOR="white" CLASS="TableRowColor">
333 <TD><A HREF="org/apache/commons/math/linear/RealMatrix.html#getDeterminant()">org.apache.commons.math.linear.RealMatrix.getDeterminant()</A>
334 <BR>
335 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of release 2.0, replaced by <code>
336 <A HREF="org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><CODE>new LUDecompositionImpl(m)</CODE></A>.<A HREF="org/apache/commons/math/linear/LUDecomposition.html#getDeterminant()"><CODE>getDeterminant()</CODE></A></code></I>&nbsp;</TD>
337 </TR>
338 <TR BGCOLOR="white" CLASS="TableRowColor">
339 <TD><A HREF="org/apache/commons/math/linear/AbstractRealMatrix.html#getDeterminant()">org.apache.commons.math.linear.AbstractRealMatrix.getDeterminant()</A>
340 <BR>
341 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
342 </TR>
343 <TR BGCOLOR="white" CLASS="TableRowColor">
344 <TD><A HREF="org/apache/commons/math/stat/Frequency.html#getPct(java.lang.Object)">org.apache.commons.math.stat.Frequency.getPct(Object)</A>
345 <BR>
346 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/stat/Frequency.html#getPct(java.lang.Comparable)"><CODE>Frequency.getPct(Comparable)</CODE></A> as of 2.0</I>&nbsp;</TD>
347 </TR>
348 <TR BGCOLOR="white" CLASS="TableRowColor">
349 <TD><A HREF="org/apache/commons/math/analysis/solvers/LaguerreSolver.html#getPolynomialFunction()">org.apache.commons.math.analysis.solvers.LaguerreSolver.getPolynomialFunction()</A>
350 <BR>
351 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function is not stored anymore within the instance.</I>&nbsp;</TD>
352 </TR>
353 <TR BGCOLOR="white" CLASS="TableRowColor">
354 <TD><A HREF="org/apache/commons/math/util/ResizableDoubleArray.html#getValues()">org.apache.commons.math.util.ResizableDoubleArray.getValues()</A>
355 <BR>
356 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/util/ResizableDoubleArray.html#getInternalValues()"><CODE>ResizableDoubleArray.getInternalValues()</CODE></A> as of 2.0</I>&nbsp;</TD>
357 </TR>
358 <TR BGCOLOR="white" CLASS="TableRowColor">
359 <TD><A HREF="org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(double, double)">org.apache.commons.math.analysis.integration.UnivariateRealIntegrator.integrate(double, double)</A>
360 <BR>
361 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>
362 since 2.0</I>&nbsp;</TD>
363 </TR>
364 <TR BGCOLOR="white" CLASS="TableRowColor">
365 <TD><A HREF="org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#integrate(double, double)">org.apache.commons.math.analysis.integration.TrapezoidIntegrator.integrate(double, double)</A>
366 <BR>
367 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
368 </TR>
369 <TR BGCOLOR="white" CLASS="TableRowColor">
370 <TD><A HREF="org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#integrate(double, double)">org.apache.commons.math.analysis.integration.SimpsonIntegrator.integrate(double, double)</A>
371 <BR>
372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
373 </TR>
374 <TR BGCOLOR="white" CLASS="TableRowColor">
375 <TD><A HREF="org/apache/commons/math/analysis/integration/RombergIntegrator.html#integrate(double, double)">org.apache.commons.math.analysis.integration.RombergIntegrator.integrate(double, double)</A>
376 <BR>
377 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
378 </TR>
379 <TR BGCOLOR="white" CLASS="TableRowColor">
380 <TD><A HREF="org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html#integrate(double, double)">org.apache.commons.math.analysis.integration.LegendreGaussIntegrator.integrate(double, double)</A>
381 <BR>
382 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
383 </TR>
384 <TR BGCOLOR="white" CLASS="TableRowColor">
385 <TD><A HREF="org/apache/commons/math/linear/RealMatrix.html#inverse()">org.apache.commons.math.linear.RealMatrix.inverse()</A>
386 <BR>
387 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of release 2.0, replaced by <code>
388 <A HREF="org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><CODE>new LUDecompositionImpl(m)</CODE></A>.<A HREF="org/apache/commons/math/linear/LUDecomposition.html#getSolver()"><CODE>getSolver()</CODE></A>.<A HREF="org/apache/commons/math/linear/DecompositionSolver.html#getInverse()"><CODE>getInverse()</CODE></A></code></I>&nbsp;</TD>
389 </TR>
390 <TR BGCOLOR="white" CLASS="TableRowColor">
391 <TD><A HREF="org/apache/commons/math/linear/AbstractRealMatrix.html#inverse()">org.apache.commons.math.linear.AbstractRealMatrix.inverse()</A>
392 <BR>
393 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
394 </TR>
395 <TR BGCOLOR="white" CLASS="TableRowColor">
396 <TD><A HREF="org/apache/commons/math/linear/RealMatrix.html#isSingular()">org.apache.commons.math.linear.RealMatrix.isSingular()</A>
397 <BR>
398 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of release 2.0, replaced by the boolean negation of
399 <code><A HREF="org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><CODE>new LUDecompositionImpl(m)</CODE></A>.<A HREF="org/apache/commons/math/linear/LUDecomposition.html#getSolver()"><CODE>getSolver()</CODE></A>.<A HREF="org/apache/commons/math/linear/DecompositionSolver.html#isNonSingular()"><CODE>isNonSingular()</CODE></A></code></I>&nbsp;</TD>
400 </TR>
401 <TR BGCOLOR="white" CLASS="TableRowColor">
402 <TD><A HREF="org/apache/commons/math/linear/AbstractRealMatrix.html#isSingular()">org.apache.commons.math.linear.AbstractRealMatrix.isSingular()</A>
403 <BR>
404 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
405 </TR>
406 <TR BGCOLOR="white" CLASS="TableRowColor">
407 <TD><A HREF="org/apache/commons/math/linear/AbstractRealMatrix.html#luDecompose()">org.apache.commons.math.linear.AbstractRealMatrix.luDecompose()</A>
408 <BR>
409 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of release 2.0, replaced by <A HREF="org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear"><CODE>LUDecomposition</CODE></A></I>&nbsp;</TD>
410 </TR>
411 <TR BGCOLOR="white" CLASS="TableRowColor">
412 <TD><A HREF="org/apache/commons/math/distribution/GammaDistributionImpl.html#setAlpha(double)">org.apache.commons.math.distribution.GammaDistributionImpl.setAlpha(double)</A>
413 <BR>
414 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
415 </TR>
416 <TR BGCOLOR="white" CLASS="TableRowColor">
417 <TD><A HREF="org/apache/commons/math/distribution/GammaDistribution.html#setAlpha(double)">org.apache.commons.math.distribution.GammaDistribution.setAlpha(double)</A>
418 <BR>
419 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
420 </TR>
421 <TR BGCOLOR="white" CLASS="TableRowColor">
422 <TD><A HREF="org/apache/commons/math/distribution/BetaDistributionImpl.html#setAlpha(double)">org.apache.commons.math.distribution.BetaDistributionImpl.setAlpha(double)</A>
423 <BR>
424 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
425 </TR>
426 <TR BGCOLOR="white" CLASS="TableRowColor">
427 <TD><A HREF="org/apache/commons/math/distribution/BetaDistribution.html#setAlpha(double)">org.apache.commons.math.distribution.BetaDistribution.setAlpha(double)</A>
428 <BR>
429 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1</I>&nbsp;</TD>
430 </TR>
431 <TR BGCOLOR="white" CLASS="TableRowColor">
432 <TD><A HREF="org/apache/commons/math/distribution/GammaDistributionImpl.html#setBeta(double)">org.apache.commons.math.distribution.GammaDistributionImpl.setBeta(double)</A>
433 <BR>
434 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
435 </TR>
436 <TR BGCOLOR="white" CLASS="TableRowColor">
437 <TD><A HREF="org/apache/commons/math/distribution/GammaDistribution.html#setBeta(double)">org.apache.commons.math.distribution.GammaDistribution.setBeta(double)</A>
438 <BR>
439 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
440 </TR>
441 <TR BGCOLOR="white" CLASS="TableRowColor">
442 <TD><A HREF="org/apache/commons/math/distribution/BetaDistributionImpl.html#setBeta(double)">org.apache.commons.math.distribution.BetaDistributionImpl.setBeta(double)</A>
443 <BR>
444 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
445 </TR>
446 <TR BGCOLOR="white" CLASS="TableRowColor">
447 <TD><A HREF="org/apache/commons/math/distribution/BetaDistribution.html#setBeta(double)">org.apache.commons.math.distribution.BetaDistribution.setBeta(double)</A>
448 <BR>
449 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1</I>&nbsp;</TD>
450 </TR>
451 <TR BGCOLOR="white" CLASS="TableRowColor">
452 <TD><A HREF="org/apache/commons/math/distribution/TDistributionImpl.html#setDegreesOfFreedom(double)">org.apache.commons.math.distribution.TDistributionImpl.setDegreesOfFreedom(double)</A>
453 <BR>
454 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
455 </TR>
456 <TR BGCOLOR="white" CLASS="TableRowColor">
457 <TD><A HREF="org/apache/commons/math/distribution/TDistribution.html#setDegreesOfFreedom(double)">org.apache.commons.math.distribution.TDistribution.setDegreesOfFreedom(double)</A>
458 <BR>
459 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
460 </TR>
461 <TR BGCOLOR="white" CLASS="TableRowColor">
462 <TD><A HREF="org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#setDegreesOfFreedom(double)">org.apache.commons.math.distribution.ChiSquaredDistributionImpl.setDegreesOfFreedom(double)</A>
463 <BR>
464 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
465 </TR>
466 <TR BGCOLOR="white" CLASS="TableRowColor">
467 <TD><A HREF="org/apache/commons/math/distribution/ChiSquaredDistribution.html#setDegreesOfFreedom(double)">org.apache.commons.math.distribution.ChiSquaredDistribution.setDegreesOfFreedom(double)</A>
468 <BR>
469 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
470 </TR>
471 <TR BGCOLOR="white" CLASS="TableRowColor">
472 <TD><A HREF="org/apache/commons/math/distribution/FDistributionImpl.html#setDenominatorDegreesOfFreedom(double)">org.apache.commons.math.distribution.FDistributionImpl.setDenominatorDegreesOfFreedom(double)</A>
473 <BR>
474 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
475 </TR>
476 <TR BGCOLOR="white" CLASS="TableRowColor">
477 <TD><A HREF="org/apache/commons/math/distribution/FDistribution.html#setDenominatorDegreesOfFreedom(double)">org.apache.commons.math.distribution.FDistribution.setDenominatorDegreesOfFreedom(double)</A>
478 <BR>
479 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
480 </TR>
481 <TR BGCOLOR="white" CLASS="TableRowColor">
482 <TD><A HREF="org/apache/commons/math/distribution/ZipfDistributionImpl.html#setExponent(double)">org.apache.commons.math.distribution.ZipfDistributionImpl.setExponent(double)</A>
483 <BR>
484 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
485 </TR>
486 <TR BGCOLOR="white" CLASS="TableRowColor">
487 <TD><A HREF="org/apache/commons/math/distribution/ZipfDistribution.html#setExponent(double)">org.apache.commons.math.distribution.ZipfDistribution.setExponent(double)</A>
488 <BR>
489 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
490 </TR>
491 <TR BGCOLOR="white" CLASS="TableRowColor">
492 <TD><A HREF="org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#setGamma(org.apache.commons.math.distribution.GammaDistribution)">org.apache.commons.math.distribution.ChiSquaredDistributionImpl.setGamma(GammaDistribution)</A>
493 <BR>
494 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
495 </TR>
496 <TR BGCOLOR="white" CLASS="TableRowColor">
497 <TD><A HREF="org/apache/commons/math/distribution/PoissonDistributionImpl.html#setMean(double)">org.apache.commons.math.distribution.PoissonDistributionImpl.setMean(double)</A>
498 <BR>
499 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
500 </TR>
501 <TR BGCOLOR="white" CLASS="TableRowColor">
502 <TD><A HREF="org/apache/commons/math/distribution/PoissonDistribution.html#setMean(double)">org.apache.commons.math.distribution.PoissonDistribution.setMean(double)</A>
503 <BR>
504 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
505 </TR>
506 <TR BGCOLOR="white" CLASS="TableRowColor">
507 <TD><A HREF="org/apache/commons/math/distribution/NormalDistributionImpl.html#setMean(double)">org.apache.commons.math.distribution.NormalDistributionImpl.setMean(double)</A>
508 <BR>
509 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
510 </TR>
511 <TR BGCOLOR="white" CLASS="TableRowColor">
512 <TD><A HREF="org/apache/commons/math/distribution/NormalDistribution.html#setMean(double)">org.apache.commons.math.distribution.NormalDistribution.setMean(double)</A>
513 <BR>
514 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
515 </TR>
516 <TR BGCOLOR="white" CLASS="TableRowColor">
517 <TD><A HREF="org/apache/commons/math/distribution/ExponentialDistributionImpl.html#setMean(double)">org.apache.commons.math.distribution.ExponentialDistributionImpl.setMean(double)</A>
518 <BR>
519 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
520 </TR>
521 <TR BGCOLOR="white" CLASS="TableRowColor">
522 <TD><A HREF="org/apache/commons/math/distribution/ExponentialDistribution.html#setMean(double)">org.apache.commons.math.distribution.ExponentialDistribution.setMean(double)</A>
523 <BR>
524 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
525 </TR>
526 <TR BGCOLOR="white" CLASS="TableRowColor">
527 <TD><A HREF="org/apache/commons/math/distribution/CauchyDistributionImpl.html#setMedian(double)">org.apache.commons.math.distribution.CauchyDistributionImpl.setMedian(double)</A>
528 <BR>
529 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
530 </TR>
531 <TR BGCOLOR="white" CLASS="TableRowColor">
532 <TD><A HREF="org/apache/commons/math/distribution/CauchyDistribution.html#setMedian(double)">org.apache.commons.math.distribution.CauchyDistribution.setMedian(double)</A>
533 <BR>
534 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
535 </TR>
536 <TR BGCOLOR="white" CLASS="TableRowColor">
537 <TD><A HREF="org/apache/commons/math/distribution/PoissonDistributionImpl.html#setNormal(org.apache.commons.math.distribution.NormalDistribution)">org.apache.commons.math.distribution.PoissonDistributionImpl.setNormal(NormalDistribution)</A>
538 <BR>
539 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
540 </TR>
541 <TR BGCOLOR="white" CLASS="TableRowColor">
542 <TD><A HREF="org/apache/commons/math/distribution/ZipfDistributionImpl.html#setNumberOfElements(int)">org.apache.commons.math.distribution.ZipfDistributionImpl.setNumberOfElements(int)</A>
543 <BR>
544 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
545 </TR>
546 <TR BGCOLOR="white" CLASS="TableRowColor">
547 <TD><A HREF="org/apache/commons/math/distribution/ZipfDistribution.html#setNumberOfElements(int)">org.apache.commons.math.distribution.ZipfDistribution.setNumberOfElements(int)</A>
548 <BR>
549 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
550 </TR>
551 <TR BGCOLOR="white" CLASS="TableRowColor">
552 <TD><A HREF="org/apache/commons/math/distribution/PascalDistributionImpl.html#setNumberOfSuccesses(int)">org.apache.commons.math.distribution.PascalDistributionImpl.setNumberOfSuccesses(int)</A>
553 <BR>
554 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
555 </TR>
556 <TR BGCOLOR="white" CLASS="TableRowColor">
557 <TD><A HREF="org/apache/commons/math/distribution/PascalDistribution.html#setNumberOfSuccesses(int)">org.apache.commons.math.distribution.PascalDistribution.setNumberOfSuccesses(int)</A>
558 <BR>
559 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
560 </TR>
561 <TR BGCOLOR="white" CLASS="TableRowColor">
562 <TD><A HREF="org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#setNumberOfSuccesses(int)">org.apache.commons.math.distribution.HypergeometricDistributionImpl.setNumberOfSuccesses(int)</A>
563 <BR>
564 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
565 </TR>
566 <TR BGCOLOR="white" CLASS="TableRowColor">
567 <TD><A HREF="org/apache/commons/math/distribution/HypergeometricDistribution.html#setNumberOfSuccesses(int)">org.apache.commons.math.distribution.HypergeometricDistribution.setNumberOfSuccesses(int)</A>
568 <BR>
569 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
570 </TR>
571 <TR BGCOLOR="white" CLASS="TableRowColor">
572 <TD><A HREF="org/apache/commons/math/distribution/BinomialDistributionImpl.html#setNumberOfTrials(int)">org.apache.commons.math.distribution.BinomialDistributionImpl.setNumberOfTrials(int)</A>
573 <BR>
574 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
575 </TR>
576 <TR BGCOLOR="white" CLASS="TableRowColor">
577 <TD><A HREF="org/apache/commons/math/distribution/BinomialDistribution.html#setNumberOfTrials(int)">org.apache.commons.math.distribution.BinomialDistribution.setNumberOfTrials(int)</A>
578 <BR>
579 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
580 </TR>
581 <TR BGCOLOR="white" CLASS="TableRowColor">
582 <TD><A HREF="org/apache/commons/math/distribution/FDistributionImpl.html#setNumeratorDegreesOfFreedom(double)">org.apache.commons.math.distribution.FDistributionImpl.setNumeratorDegreesOfFreedom(double)</A>
583 <BR>
584 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
585 </TR>
586 <TR BGCOLOR="white" CLASS="TableRowColor">
587 <TD><A HREF="org/apache/commons/math/distribution/FDistribution.html#setNumeratorDegreesOfFreedom(double)">org.apache.commons.math.distribution.FDistribution.setNumeratorDegreesOfFreedom(double)</A>
588 <BR>
589 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
590 </TR>
591 <TR BGCOLOR="white" CLASS="TableRowColor">
592 <TD><A HREF="org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#setPopulationSize(int)">org.apache.commons.math.distribution.HypergeometricDistributionImpl.setPopulationSize(int)</A>
593 <BR>
594 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
595 </TR>
596 <TR BGCOLOR="white" CLASS="TableRowColor">
597 <TD><A HREF="org/apache/commons/math/distribution/HypergeometricDistribution.html#setPopulationSize(int)">org.apache.commons.math.distribution.HypergeometricDistribution.setPopulationSize(int)</A>
598 <BR>
599 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
600 </TR>
601 <TR BGCOLOR="white" CLASS="TableRowColor">
602 <TD><A HREF="org/apache/commons/math/distribution/PascalDistributionImpl.html#setProbabilityOfSuccess(double)">org.apache.commons.math.distribution.PascalDistributionImpl.setProbabilityOfSuccess(double)</A>
603 <BR>
604 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
605 </TR>
606 <TR BGCOLOR="white" CLASS="TableRowColor">
607 <TD><A HREF="org/apache/commons/math/distribution/PascalDistribution.html#setProbabilityOfSuccess(double)">org.apache.commons.math.distribution.PascalDistribution.setProbabilityOfSuccess(double)</A>
608 <BR>
609 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
610 </TR>
611 <TR BGCOLOR="white" CLASS="TableRowColor">
612 <TD><A HREF="org/apache/commons/math/distribution/BinomialDistributionImpl.html#setProbabilityOfSuccess(double)">org.apache.commons.math.distribution.BinomialDistributionImpl.setProbabilityOfSuccess(double)</A>
613 <BR>
614 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
615 </TR>
616 <TR BGCOLOR="white" CLASS="TableRowColor">
617 <TD><A HREF="org/apache/commons/math/distribution/BinomialDistribution.html#setProbabilityOfSuccess(double)">org.apache.commons.math.distribution.BinomialDistribution.setProbabilityOfSuccess(double)</A>
618 <BR>
619 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
620 </TR>
621 <TR BGCOLOR="white" CLASS="TableRowColor">
622 <TD><A HREF="org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#setSampleSize(int)">org.apache.commons.math.distribution.HypergeometricDistributionImpl.setSampleSize(int)</A>
623 <BR>
624 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
625 </TR>
626 <TR BGCOLOR="white" CLASS="TableRowColor">
627 <TD><A HREF="org/apache/commons/math/distribution/HypergeometricDistribution.html#setSampleSize(int)">org.apache.commons.math.distribution.HypergeometricDistribution.setSampleSize(int)</A>
628 <BR>
629 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
630 </TR>
631 <TR BGCOLOR="white" CLASS="TableRowColor">
632 <TD><A HREF="org/apache/commons/math/distribution/WeibullDistributionImpl.html#setScale(double)">org.apache.commons.math.distribution.WeibullDistributionImpl.setScale(double)</A>
633 <BR>
634 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
635 </TR>
636 <TR BGCOLOR="white" CLASS="TableRowColor">
637 <TD><A HREF="org/apache/commons/math/distribution/WeibullDistribution.html#setScale(double)">org.apache.commons.math.distribution.WeibullDistribution.setScale(double)</A>
638 <BR>
639 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
640 </TR>
641 <TR BGCOLOR="white" CLASS="TableRowColor">
642 <TD><A HREF="org/apache/commons/math/distribution/CauchyDistributionImpl.html#setScale(double)">org.apache.commons.math.distribution.CauchyDistributionImpl.setScale(double)</A>
643 <BR>
644 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
645 </TR>
646 <TR BGCOLOR="white" CLASS="TableRowColor">
647 <TD><A HREF="org/apache/commons/math/distribution/CauchyDistribution.html#setScale(double)">org.apache.commons.math.distribution.CauchyDistribution.setScale(double)</A>
648 <BR>
649 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
650 </TR>
651 <TR BGCOLOR="white" CLASS="TableRowColor">
652 <TD><A HREF="org/apache/commons/math/distribution/WeibullDistributionImpl.html#setShape(double)">org.apache.commons.math.distribution.WeibullDistributionImpl.setShape(double)</A>
653 <BR>
654 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
655 </TR>
656 <TR BGCOLOR="white" CLASS="TableRowColor">
657 <TD><A HREF="org/apache/commons/math/distribution/WeibullDistribution.html#setShape(double)">org.apache.commons.math.distribution.WeibullDistribution.setShape(double)</A>
658 <BR>
659 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
660 </TR>
661 <TR BGCOLOR="white" CLASS="TableRowColor">
662 <TD><A HREF="org/apache/commons/math/distribution/NormalDistributionImpl.html#setStandardDeviation(double)">org.apache.commons.math.distribution.NormalDistributionImpl.setStandardDeviation(double)</A>
663 <BR>
664 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>&nbsp;</TD>
665 </TR>
666 <TR BGCOLOR="white" CLASS="TableRowColor">
667 <TD><A HREF="org/apache/commons/math/distribution/NormalDistribution.html#setStandardDeviation(double)">org.apache.commons.math.distribution.NormalDistribution.setStandardDeviation(double)</A>
668 <BR>
669 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of v2.1</I>&nbsp;</TD>
670 </TR>
671 <TR BGCOLOR="white" CLASS="TableRowColor">
672 <TD><A HREF="org/apache/commons/math/linear/RealMatrix.html#solve(double[])">org.apache.commons.math.linear.RealMatrix.solve(double[])</A>
673 <BR>
674 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of release 2.0, replaced by <A HREF="org/apache/commons/math/linear/DecompositionSolver.html#solve(double[])"><CODE>DecompositionSolver.solve(double[])</CODE></A></I>&nbsp;</TD>
675 </TR>
676 <TR BGCOLOR="white" CLASS="TableRowColor">
677 <TD><A HREF="org/apache/commons/math/linear/AbstractRealMatrix.html#solve(double[])">org.apache.commons.math.linear.AbstractRealMatrix.solve(double[])</A>
678 <BR>
679 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
680 </TR>
681 <TR BGCOLOR="white" CLASS="TableRowColor">
682 <TD><A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.UnivariateRealSolver.solve(double, double)</A>
683 <BR>
684 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double)</CODE></A>
685 since 2.0</I>&nbsp;</TD>
686 </TR>
687 <TR BGCOLOR="white" CLASS="TableRowColor">
688 <TD><A HREF="org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.SecantSolver.solve(double, double)</A>
689 <BR>
690 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
691 </TR>
692 <TR BGCOLOR="white" CLASS="TableRowColor">
693 <TD><A HREF="org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.RiddersSolver.solve(double, double)</A>
694 <BR>
695 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
696 </TR>
697 <TR BGCOLOR="white" CLASS="TableRowColor">
698 <TD><A HREF="org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.NewtonSolver.solve(double, double)</A>
699 <BR>
700 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
701 </TR>
702 <TR BGCOLOR="white" CLASS="TableRowColor">
703 <TD><A HREF="org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.MullerSolver.solve(double, double)</A>
704 <BR>
705 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
706 </TR>
707 <TR BGCOLOR="white" CLASS="TableRowColor">
708 <TD><A HREF="org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.LaguerreSolver.solve(double, double)</A>
709 <BR>
710 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
711 </TR>
712 <TR BGCOLOR="white" CLASS="TableRowColor">
713 <TD><A HREF="org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.BrentSolver.solve(double, double)</A>
714 <BR>
715 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
716 </TR>
717 <TR BGCOLOR="white" CLASS="TableRowColor">
718 <TD><A HREF="org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(double, double)">org.apache.commons.math.analysis.solvers.BisectionSolver.solve(double, double)</A>
719 <BR>
720 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
721 </TR>
722 <TR BGCOLOR="white" CLASS="TableRowColor">
723 <TD><A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.UnivariateRealSolver.solve(double, double, double)</A>
724 <BR>
725 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
726 since 2.0</I>&nbsp;</TD>
727 </TR>
728 <TR BGCOLOR="white" CLASS="TableRowColor">
729 <TD><A HREF="org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.SecantSolver.solve(double, double, double)</A>
730 <BR>
731 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
732 </TR>
733 <TR BGCOLOR="white" CLASS="TableRowColor">
734 <TD><A HREF="org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.RiddersSolver.solve(double, double, double)</A>
735 <BR>
736 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
737 </TR>
738 <TR BGCOLOR="white" CLASS="TableRowColor">
739 <TD><A HREF="org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.NewtonSolver.solve(double, double, double)</A>
740 <BR>
741 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
742 </TR>
743 <TR BGCOLOR="white" CLASS="TableRowColor">
744 <TD><A HREF="org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.MullerSolver.solve(double, double, double)</A>
745 <BR>
746 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
747 </TR>
748 <TR BGCOLOR="white" CLASS="TableRowColor">
749 <TD><A HREF="org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.LaguerreSolver.solve(double, double, double)</A>
750 <BR>
751 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
752 </TR>
753 <TR BGCOLOR="white" CLASS="TableRowColor">
754 <TD><A HREF="org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.BrentSolver.solve(double, double, double)</A>
755 <BR>
756 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
757 </TR>
758 <TR BGCOLOR="white" CLASS="TableRowColor">
759 <TD><A HREF="org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(double, double, double)">org.apache.commons.math.analysis.solvers.BisectionSolver.solve(double, double, double)</A>
760 <BR>
761 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
762 </TR>
763 <TR BGCOLOR="white" CLASS="TableRowColor">
764 <TD><A HREF="org/apache/commons/math/linear/RealMatrix.html#solve(org.apache.commons.math.linear.RealMatrix)">org.apache.commons.math.linear.RealMatrix.solve(RealMatrix)</A>
765 <BR>
766 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of release 2.0, replaced by <A HREF="org/apache/commons/math/linear/DecompositionSolver.html#solve(org.apache.commons.math.linear.RealMatrix)"><CODE>DecompositionSolver.solve(RealMatrix)</CODE></A></I>&nbsp;</TD>
767 </TR>
768 <TR BGCOLOR="white" CLASS="TableRowColor">
769 <TD><A HREF="org/apache/commons/math/linear/AbstractRealMatrix.html#solve(org.apache.commons.math.linear.RealMatrix)">org.apache.commons.math.linear.AbstractRealMatrix.solve(RealMatrix)</A>
770 <BR>
771 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
772 </TR>
773 <TR BGCOLOR="white" CLASS="TableRowColor">
774 <TD><A HREF="org/apache/commons/math/analysis/solvers/MullerSolver.html#solve2(double, double)">org.apache.commons.math.analysis.solvers.MullerSolver.solve2(double, double)</A>
775 <BR>
776 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>replaced by <A HREF="org/apache/commons/math/analysis/solvers/MullerSolver.html#solve2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>MullerSolver.solve2(UnivariateRealFunction, double, double)</CODE></A>
777 since 2.0</I>&nbsp;</TD>
778 </TR>
779 </TABLE>
780 &nbsp;
781 <P>
782 <A NAME="constructor"><!-- --></A>
783 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
784 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
785 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
786 <B>Deprecated Constructors</B></FONT></TH>
787 </TR>
788 <TR BGCOLOR="white" CLASS="TableRowColor">
789 <TD><A HREF="org/apache/commons/math/analysis/solvers/BisectionSolver.html#BisectionSolver(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.solvers.BisectionSolver(UnivariateRealFunction)</A>
790 <BR>
791 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
792 to the <A HREF="org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>BisectionSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
793 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
794 method.</I>&nbsp;</TD>
795 </TR>
796 <TR BGCOLOR="white" CLASS="TableRowColor">
797 <TD><A HREF="org/apache/commons/math/analysis/solvers/BrentSolver.html#BrentSolver(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.solvers.BrentSolver(UnivariateRealFunction)</A>
798 <BR>
799 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
800 to the <A HREF="org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>BrentSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
801 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
802 method.</I>&nbsp;</TD>
803 </TR>
804 <TR BGCOLOR="white" CLASS="TableRowColor">
805 <TD><A HREF="org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#ChiSquaredDistributionImpl(double, org.apache.commons.math.distribution.GammaDistribution)">org.apache.commons.math.distribution.ChiSquaredDistributionImpl(double, GammaDistribution)</A>
806 <BR>
807 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (to avoid possibly inconsistent state, the
808 "GammaDistribution" will be instantiated internally)</I>&nbsp;</TD>
809 </TR>
810 <TR BGCOLOR="white" CLASS="TableRowColor">
811 <TD><A HREF="org/apache/commons/math/analysis/solvers/LaguerreSolver.html#LaguerreSolver(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.solvers.LaguerreSolver(UnivariateRealFunction)</A>
812 <BR>
813 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
814 to the <A HREF="org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>LaguerreSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
815 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
816 method.</I>&nbsp;</TD>
817 </TR>
818 <TR BGCOLOR="white" CLASS="TableRowColor">
819 <TD><A HREF="org/apache/commons/math/analysis/solvers/MullerSolver.html#MullerSolver(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.solvers.MullerSolver(UnivariateRealFunction)</A>
820 <BR>
821 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
822 to the <A HREF="org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>MullerSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
823 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
824 method.</I>&nbsp;</TD>
825 </TR>
826 <TR BGCOLOR="white" CLASS="TableRowColor">
827 <TD><A HREF="org/apache/commons/math/analysis/solvers/NewtonSolver.html#NewtonSolver(org.apache.commons.math.analysis.DifferentiableUnivariateRealFunction)">org.apache.commons.math.analysis.solvers.NewtonSolver(DifferentiableUnivariateRealFunction)</A>
828 <BR>
829 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
830 to the <A HREF="org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>NewtonSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
831 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
832 method.</I>&nbsp;</TD>
833 </TR>
834 <TR BGCOLOR="white" CLASS="TableRowColor">
835 <TD><A HREF="org/apache/commons/math/distribution/PoissonDistributionImpl.html#PoissonDistributionImpl(double, org.apache.commons.math.distribution.NormalDistribution)">org.apache.commons.math.distribution.PoissonDistributionImpl(double, NormalDistribution)</A>
836 <BR>
837 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.1 (to avoid possibly inconsistent state, the
838 "NormalDistribution" will be instantiated internally)</I>&nbsp;</TD>
839 </TR>
840 <TR BGCOLOR="white" CLASS="TableRowColor">
841 <TD><A HREF="org/apache/commons/math/analysis/solvers/RiddersSolver.html#RiddersSolver(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.solvers.RiddersSolver(UnivariateRealFunction)</A>
842 <BR>
843 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
844 to the <A HREF="org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>RiddersSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
845 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
846 method.</I>&nbsp;</TD>
847 </TR>
848 <TR BGCOLOR="white" CLASS="TableRowColor">
849 <TD><A HREF="org/apache/commons/math/analysis/integration/RombergIntegrator.html#RombergIntegrator(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.integration.RombergIntegrator(UnivariateRealFunction)</A>
850 <BR>
851 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the integrand function is passed as an argument
852 to the <A HREF="org/apache/commons/math/analysis/integration/RombergIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>RombergIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>&nbsp;</TD>
853 </TR>
854 <TR BGCOLOR="white" CLASS="TableRowColor">
855 <TD><A HREF="org/apache/commons/math/analysis/solvers/SecantSolver.html#SecantSolver(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.solvers.SecantSolver(UnivariateRealFunction)</A>
856 <BR>
857 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
858 to the <A HREF="org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>SecantSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
859 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
860 method.</I>&nbsp;</TD>
861 </TR>
862 <TR BGCOLOR="white" CLASS="TableRowColor">
863 <TD><A HREF="org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#SimpsonIntegrator(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.integration.SimpsonIntegrator(UnivariateRealFunction)</A>
864 <BR>
865 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the integrand function is passed as an argument
866 to the <A HREF="org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>SimpsonIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>&nbsp;</TD>
867 </TR>
868 <TR BGCOLOR="white" CLASS="TableRowColor">
869 <TD><A HREF="org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#TrapezoidIntegrator(org.apache.commons.math.analysis.UnivariateRealFunction)">org.apache.commons.math.analysis.integration.TrapezoidIntegrator(UnivariateRealFunction)</A>
870 <BR>
871 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the integrand function is passed as an argument
872 to the <A HREF="org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>TrapezoidIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>&nbsp;</TD>
873 </TR>
874 <TR BGCOLOR="white" CLASS="TableRowColor">
875 <TD><A HREF="org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#UnivariateRealIntegratorImpl(org.apache.commons.math.analysis.UnivariateRealFunction, int)">org.apache.commons.math.analysis.integration.UnivariateRealIntegratorImpl(UnivariateRealFunction, int)</A>
876 <BR>
877 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the integrand function is passed as an argument
878 to the <A HREF="org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>&nbsp;</TD>
879 </TR>
880 <TR BGCOLOR="white" CLASS="TableRowColor">
881 <TD><A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#UnivariateRealSolverImpl(org.apache.commons.math.analysis.UnivariateRealFunction, int, double)">org.apache.commons.math.analysis.solvers.UnivariateRealSolverImpl(UnivariateRealFunction, int, double)</A>
882 <BR>
883 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>as of 2.0 the function to solve is passed as an argument
884 to the <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
885 <A HREF="org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
886 method.</I>&nbsp;</TD>
887 </TR>
888 </TABLE>
889 &nbsp;
890 <P>
891 <HR>
892
893
894 <!-- ======= START OF BOTTOM NAVBAR ====== -->
895 <A NAME="navbar_bottom"><!-- --></A>
896 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
897 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
898 <TR>
899 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
900 <A NAME="navbar_bottom_firstrow"><!-- --></A>
901 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
902 <TR ALIGN="center" VALIGN="top">
903 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
904 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
905 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
906 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
907 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
908 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
909 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
910 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
911 </TR>
912 </TABLE>
913 </TD>
914 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
915 </EM>
916 </TD>
917 </TR>
918
919 <TR>
920 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
921 &nbsp;PREV&nbsp;
922 &nbsp;NEXT</FONT></TD>
923 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
924 <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp;
925 &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
926 &nbsp;<SCRIPT type="text/javascript">
927 <!--
928 if(window==top) {
929 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
930 }
931 //-->
932 </SCRIPT>
933 <NOSCRIPT>
934 <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
935 </NOSCRIPT>
936
937
938 </FONT></TD>
939 </TR>
940 </TABLE>
941 <A NAME="skip-navbar_bottom"></A>
942 <!-- ======== END OF BOTTOM NAVBAR ======= -->
943
944 <HR>
945 Copyright &#169; 2003-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
946 </BODY>
947 </HTML>