Interface ExpressionDataPrimitiveDoubleMatrix

All Superinterfaces:
ExpressionDataMatrix<Double>
All Known Subinterfaces:
BulkExpressionDataPrimitiveDoubleMatrix
All Known Implementing Classes:
BulkExpressionDataDoubleMatrix, ExpressionDataDoubleMatrix, SingleCellExpressionDataDoubleMatrix

public interface ExpressionDataPrimitiveDoubleMatrix extends ExpressionDataMatrix<Double>
Interface for matrices that can provide unboxed doubles.

Use the methods in this interface to avoid the overhead of boxing and unboxing Double.

Author:
poirigui