001/*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005
006package org.jblas;
007
008/**
009 *
010 * @author mikio
011 */
012public interface ConvertsToFloatMatrix {
013 public FloatMatrix convertToFloatMatrix();
014}