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

net.librec.math.structure.MatrixAssigner Maven / Gradle / Ivy

The newest version!
package net.librec.math.structure;

/**
 * Apply the function to the argument and return the result
 *
 * @author Keqiang Wang (email: [email protected])
 */
public interface MatrixAssigner {
    double getValue(int row, int column, double value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy