Documentation of 'org.nd4j.linalg.jblas.io.JblasNDArrayIO' Java class
JblasNDArrayIO
org.nd4j.linalg.jblas.io

Class JblasNDArrayIO

    • Constructor Detail

      • JblasNDArrayIO

        public JblasNDArrayIO()
    • Method Detail

      • read

        public INDArray read(java.io.InputStream is)
                      throws java.io.IOException
        Read in an ndrray from an input stream
        Parameters:
        is - the input stream to read in from
        Returns:
        the ndarray read in
        Throws:
        java.io.IOException
      • readComplex

        public IComplexNDArray readComplex(java.io.InputStream is)
                                    throws java.io.IOException
        Read in a complex ndarray
        Parameters:
        is - the input stream to read in from
        Returns:
        the complex ndarray that was read in
        Throws:
        java.io.IOException
      • write

        public void write(INDArray out,
                          java.io.OutputStream to)
                   throws java.io.IOException
        Write an ndarray to the output stream
        Parameters:
        out - the ndarray to write
        to - the output stream to write to
        Throws:
        java.io.IOException
      • writeComplex

        public void writeComplex(IComplexNDArray out,
                                 java.io.OutputStream to)
                          throws java.io.IOException
        Write a complex ndarray to an output stream
        Parameters:
        out - the ndarray to write
        to - the output stream to write to
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.