Class ButcherTableauReader

    • Method Detail

      • read

        public ButcherTableau read​(File file)
                            throws IOException
        Reads the Butcher tableau stored in file. The file contents should be arranged as follows: first row contains specific keywords (e.g. FSAL), second and subsequent rows contain the matrix coefficients (the matrix is assumed to be quadratic), so the number of columns should be equal to the number of rows; the three final rows correspond to c, b and b^ vectors. Consistency should be maintained between the corresponding dimensions.
        Specified by:
        read in interface AbstractReader<ButcherTableau>
        Parameters:
        file - a file which has readable content
        Returns:
        a T object created by reading all information from f.
        Throws:
        IOException
      • getSupportedExtension

        public String getSupportedExtension()
        Description copied from interface: AbstractHandler
        Retrieves the supported extension of files, which this AbstractHandler is able to process.
        Specified by:
        getSupportedExtension in interface AbstractHandler
        Returns:
        a String (usually, lower-case) containing the supported extension.