|
static void | read_table (String filename, ArrayList< Double > z_vector, ArrayList< ArrayList< Double >> x_matrix, ArrayList< ArrayList< Double >> y_matrix) throws FileNotFoundException, IOException |
| Reads glass ASTM data from a file with the given file name. More...
|
|
◆ read_table()
static void GlassBR.ReadTable.read_table |
( |
String |
filename, |
|
|
ArrayList< Double > |
z_vector, |
|
|
ArrayList< ArrayList< Double >> |
x_matrix, |
|
|
ArrayList< ArrayList< Double >> |
y_matrix |
|
) |
| throws FileNotFoundException, IOException |
|
static |
Reads glass ASTM data from a file with the given file name.
- Parameters
-
filename | name of the input file |
z_vector | list of z values |
x_matrix | lists of x values at different z values |
y_matrix | lists of y values at different z values |
The documentation for this class was generated from the following file: