public interface MatrixBlockDataOutput
| Modifier and Type | Method and Description | 
|---|---|
| void | writeDoubleArray(int len,
                double[] varr)Writes the double array of a dense block to the data output. | 
| void | writeSparseRows(int rlen,
               SparseBlock rows)Writes the sparse rows array of a sparse block to the data output. | 
void writeDoubleArray(int len,
                      double[] varr)
               throws IOException
len - ?varr - ?IOException - if IOException occursvoid writeSparseRows(int rlen,
                     SparseBlock rows)
              throws IOException
rlen - ?rows - sparse blockIOException - if IOException occursCopyright © 2021 The Apache Software Foundation. All rights reserved.