All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.meliorbis.numerics.fixedpoint.FixedPointFinder Maven / Gradle / Ivy

Go to download

A library for working with large multi-dimensional arrays and the functions they represent

There is a newer version: 1.2
Show newest version
package com.meliorbis.numerics.fixedpoint;

import com.meliorbis.numerics.function.MultiVariateVectorFunction;

/**
 * Created by toby on 28/01/2014.
 */
public interface FixedPointFinder
{
    double[] findFixedPoint(MultiVariateVectorFunction function_, double[] initialVals_);

    public void setDamping(double damping_);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy