001    /*
002     * To change this template, choose Tools | Templates
003     * and open the template in the editor.
004     */
005    
006    package org.jblas;
007    
008    /**
009     * EXPERIMENTAL, not yet used for anything usefull... .
010     * 
011     * @author Mikio L. Braun
012     */
013    public interface ConvertsToDoubleMatrix {
014        public DoubleMatrix convertToDoubleMatrix();
015    }