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

org.jblas.ConvertsToFloatMatrix Maven / Gradle / Ivy

There is a newer version: 1.2.5
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package org.jblas;

/**
 *
 * @author mikio
 */
public interface ConvertsToFloatMatrix {
    public FloatMatrix convertToFloatMatrix();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy