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

org.jblas.ConvertsToDoubleMatrix 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;

/**
 * EXPERIMENTAL, not yet used for anything usefull... .
 * 
 * @author Mikio L. Braun
 */
public interface ConvertsToDoubleMatrix {
    public DoubleMatrix convertToDoubleMatrix();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy