Made license headers conistent, removed author tags (with permission).

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@542018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2007-05-27 18:40:52 +00:00
parent db9790e57e
commit f4abe5ed28
40 changed files with 608 additions and 648 deletions

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -34,7 +34,6 @@ import java.io.IOException;
* @see StepHandler * @see StepHandler
* *
* @version $Id: AbstractStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: AbstractStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -42,7 +42,6 @@ package org.apache.commons.math.ode;
* stepsize.</p> * stepsize.</p>
* @version $Id: AdaptiveStepsizeIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: AdaptiveStepsizeIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -40,7 +40,6 @@ package org.apache.commons.math.ode;
* @see ThreeEighthesIntegrator * @see ThreeEighthesIntegrator
* @version $Id: ClassicalRungeKuttaIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: ClassicalRungeKuttaIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -40,7 +40,6 @@ package org.apache.commons.math.ode;
* @see ClassicalRungeKuttaIntegrator * @see ClassicalRungeKuttaIntegrator
* @version $Id: ClassicalRungeKuttaStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: ClassicalRungeKuttaStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -76,7 +76,6 @@ import java.io.Serializable;
* @see StepInterpolator * @see StepInterpolator
* @version $Id: ContinuousOutputModel.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: ContinuousOutputModel.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -23,7 +23,6 @@ import org.apache.commons.math.MathException;
* This exception is made available to users to report * This exception is made available to users to report
* the error conditions that are trigegred while computing * the error conditions that are trigegred while computing
* the differential equations. * the differential equations.
* @author Luc Maisonobe
* @version $Id: DerivativeException.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: DerivativeException.java 1705 2006-09-17 19:57:39Z luc $
*/ */
public class DerivativeException public class DerivativeException

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -40,7 +40,6 @@ package org.apache.commons.math.ode;
* </pre></p> * </pre></p>
* @version $Id: DormandPrince54Integrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: DormandPrince54Integrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -24,7 +24,6 @@ package org.apache.commons.math.ode;
* @see DormandPrince54Integrator * @see DormandPrince54Integrator
* *
* @version $Id: DormandPrince54StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: DormandPrince54StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -48,7 +48,6 @@ package org.apache.commons.math.ode;
* ISBN 3-540-56670-8).</p> * ISBN 3-540-56670-8).</p>
* @version $Id: DormandPrince853Integrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: DormandPrince853Integrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -28,7 +28,6 @@ import java.io.IOException;
* @see DormandPrince853Integrator * @see DormandPrince853Integrator
* *
* @version $Id: DormandPrince853StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: DormandPrince853StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -32,7 +32,6 @@ package org.apache.commons.math.ode;
* @see StepHandler * @see StepHandler
* @version $Id: DummyStepHandler.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: DummyStepHandler.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -32,7 +32,6 @@ import java.io.IOException;
* @see StepHandler * @see StepHandler
* *
* @version $Id: DummyStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: DummyStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -43,7 +43,6 @@ package org.apache.commons.math.ode;
* @see ThreeEighthesIntegrator * @see ThreeEighthesIntegrator
* @version $Id: EulerIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: EulerIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -34,7 +34,6 @@ package org.apache.commons.math.ode;
* @see EulerIntegrator * @see EulerIntegrator
* @version $Id: EulerStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: EulerStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -51,7 +51,6 @@ package org.apache.commons.math.ode;
* @see SecondOrderDifferentialEquations * @see SecondOrderDifferentialEquations
* @version $Id: FirstOrderConverter.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: FirstOrderConverter.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -41,7 +41,6 @@ package org.apache.commons.math.ode;
* @see SecondOrderDifferentialEquations * @see SecondOrderDifferentialEquations
* *
* @version $Id: FirstOrderDifferentialEquations.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: FirstOrderDifferentialEquations.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -30,7 +30,6 @@ package org.apache.commons.math.ode;
* @see SwitchingFunction * @see SwitchingFunction
* @version $Id: FirstOrderIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: FirstOrderIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -34,7 +34,6 @@ package org.apache.commons.math.ode;
* @see StepNormalizer * @see StepNormalizer
* @version $Id: FixedStepHandler.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: FixedStepHandler.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -39,7 +39,6 @@ package org.apache.commons.math.ode;
* @see ThreeEighthesIntegrator * @see ThreeEighthesIntegrator
* @version $Id: GillIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: GillIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -39,7 +39,6 @@ package org.apache.commons.math.ode;
* @see GillIntegrator * @see GillIntegrator
* @version $Id: GillStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: GillStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -80,7 +80,6 @@ package org.apache.commons.math.ode;
* </table> * </table>
* @author E. Hairer and G. Wanner (fortran version) * @author E. Hairer and G. Wanner (fortran version)
* @author L. Maisonobe (Java port)
* @version $Id: GraggBulirschStoerIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: GraggBulirschStoerIntegrator.java 1705 2006-09-17 19:57:39Z luc $
*/ */

View File

@ -69,7 +69,6 @@ import java.io.IOException;
* @version $Id: GraggBulirschStoerStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: GraggBulirschStoerStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author E. Hairer and G. Wanner (fortran version) * @author E. Hairer and G. Wanner (fortran version)
* @author L. Maisonobe (Java port)
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -28,7 +28,6 @@ package org.apache.commons.math.ode;
* method uses 7 functions evaluations per step.</p> * method uses 7 functions evaluations per step.</p>
* @version $Id: HighamHall54Integrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: HighamHall54Integrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -24,7 +24,6 @@ package org.apache.commons.math.ode;
* @see HighamHall54Integrator * @see HighamHall54Integrator
* *
* @version $Id: HighamHall54StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: HighamHall54StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -22,7 +22,6 @@ import org.apache.commons.math.MathException;
/** /**
* This exception is made available to users to report * This exception is made available to users to report
* the error conditions that are triggered during integration * the error conditions that are triggered during integration
* @author Luc Maisonobe
* @version $Id: IntegratorException.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: IntegratorException.java 1705 2006-09-17 19:57:39Z luc $
*/ */
public class IntegratorException public class IntegratorException

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -36,7 +36,6 @@ package org.apache.commons.math.ode;
* @see GillIntegrator * @see GillIntegrator
* @version $Id: MidpointIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: MidpointIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -36,7 +36,6 @@ package org.apache.commons.math.ode;
* @see MidpointIntegrator * @see MidpointIntegrator
* @version $Id: MidpointStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: MidpointStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -51,7 +51,6 @@ package org.apache.commons.math.ode;
* asi = bi for all i.</p> * asi = bi for all i.</p>
* @version $Id: RungeKuttaFehlbergIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: RungeKuttaFehlbergIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -50,7 +50,6 @@ package org.apache.commons.math.ode;
* @see MidpointIntegrator * @see MidpointIntegrator
* @version $Id: RungeKuttaIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: RungeKuttaIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -29,7 +29,6 @@ import java.io.IOException;
* @see RungeKuttaFehlbergIntegrator * @see RungeKuttaFehlbergIntegrator
* *
* @version $Id: RungeKuttaStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: RungeKuttaStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -42,7 +42,6 @@ package org.apache.commons.math.ode;
* @see FirstOrderDifferentialEquations * @see FirstOrderDifferentialEquations
* @version $Id: SecondOrderDifferentialEquations.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: SecondOrderDifferentialEquations.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -28,7 +28,6 @@ package org.apache.commons.math.ode;
* @see SecondOrderDifferentialEquations * @see SecondOrderDifferentialEquations
* @version $Id: SecondOrderIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: SecondOrderIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -35,7 +35,6 @@ package org.apache.commons.math.ode;
* @see StepInterpolator * @see StepInterpolator
* @version $Id: StepHandler.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: StepHandler.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -34,7 +34,6 @@ import java.io.Externalizable;
* @see StepHandler * @see StepHandler
* *
* @version $Id: StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: StepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -43,7 +43,6 @@ package org.apache.commons.math.ode;
* @see FixedStepHandler * @see FixedStepHandler
* @version $Id: StepNormalizer.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: StepNormalizer.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -37,7 +37,6 @@ import org.apache.commons.math.analysis.UnivariateRealSolver;
* occurs at a bound rather than inside the step).</p> * occurs at a bound rather than inside the step).</p>
* *
* @version $Id: SwitchState.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: SwitchState.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */
class SwitchState implements Serializable { class SwitchState implements Serializable {

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -43,7 +43,6 @@ import java.io.Serializable;
* fixed step ones).</p> * fixed step ones).</p>
* *
* @version $Id: SwitchingFunction.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: SwitchingFunction.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -28,7 +28,6 @@ import java.util.Iterator;
* @see SwitchingFunction * @see SwitchingFunction
* *
* @version $Id: SwitchingFunctionsHandler.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: SwitchingFunctionsHandler.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
* *
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -39,7 +39,6 @@ package org.apache.commons.math.ode;
* @see MidpointIntegrator * @see MidpointIntegrator
* @version $Id: ThreeEighthesIntegrator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: ThreeEighthesIntegrator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */

View File

@ -1,19 +1,19 @@
// Licensed to the Apache Software Foundation (ASF) under one /*
// or more contributor license agreements. See the NOTICE file * Licensed to the Apache Software Foundation (ASF) under one or more
// distributed with this work for additional information * contributor license agreements. See the NOTICE file distributed with
// regarding copyright ownership. The ASF licenses this file * this work for additional information regarding copyright ownership.
// to you under the Apache License, Version 2.0 (the * The ASF licenses this file to You under the Apache License, Version 2.0
// "License"); you may not use this file except in compliance * (the "License"); you may not use this file except in compliance with
// with the License. You may obtain a copy of the License at * the License. You may obtain a copy of the License at
// *
// http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
// *
// Unless required by applicable law or agreed to in writing, * Unless required by applicable law or agreed to in writing, software
// software distributed under the License is distributed on an * distributed under the License is distributed on an "AS IS" BASIS,
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// KIND, either express or implied. See the License for the * See the License for the specific language governing permissions and
// specific language governing permissions and limitations * limitations under the License.
// under the License. */
package org.apache.commons.math.ode; package org.apache.commons.math.ode;
@ -41,7 +41,6 @@ package org.apache.commons.math.ode;
* @see ThreeEighthesIntegrator * @see ThreeEighthesIntegrator
* @version $Id: ThreeEighthesStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $ * @version $Id: ThreeEighthesStepInterpolator.java 1705 2006-09-17 19:57:39Z luc $
* @author L. Maisonobe
*/ */