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

com.github.romualdrousseau.shuju.IColumn Maven / Gradle / Ivy

Go to download

Collection of various algorithms implemented in Java covering domains such as mathematics and data science.

There is a newer version: 1.29.7
Show newest version
package com.github.romualdrousseau.shuju;

import com.github.romualdrousseau.shuju.math.Tensor1D;

public interface IColumn {
    Tensor1D valueOf(T v);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy