|
| static void | read_table (string filename, List< double > z_vector, List< List< double >> x_matrix, List< List< double >> y_matrix) |
| | Reads glass ASTM data from a file with the given file name. More...
|
| |
◆ read_table()
| static void ReadTable.read_table |
( |
string |
filename, |
|
|
List< double > |
z_vector, |
|
|
List< List< double >> |
x_matrix, |
|
|
List< List< double >> |
y_matrix |
|
) |
| |
|
inlinestatic |
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: