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

org.nd4j.autodiff.functions.Differential Maven / Gradle / Ivy

The newest version!
package org.nd4j.autodiff.functions;

import org.nd4j.autodiff.Field;

import java.util.List;


public interface Differential, D> {


    String getFormula(List> variables);

    /**
     *
     * @param i_v
     * @return
     */
    D diff(DifferentialFunction i_v);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy