Package org.jblas
Interface ConvertsToDoubleMatrix
-
- All Known Implementing Classes:
DoubleMatrix.ColumnsAsListView,DoubleMatrix.ElementsAsListView,DoubleMatrix.RowsAsListView
public interface ConvertsToDoubleMatrix
EXPERIMENTAL, not yet used for anything usefull... .- Author:
- Mikio L. Braun
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoubleMatrixconvertToDoubleMatrix()
-
-
-
Method Detail
-
convertToDoubleMatrix
DoubleMatrix convertToDoubleMatrix()
-
-