cherab.inversion.tools

Subpackage for complementary tools for the inversion.

Functions

parse_scientific_notation(sci_str[, ...])

Parse a string in scientific notation and return a formatted string.

diag_dict(grid_shape)

Return a dictionary of diagonal matrices.

derivative_matrix(grid_shape[, grid_step, ...])

Generate derivative matrix.

laplacian_matrix(grid_shape[, grid_steps, ...])

Generate laplacian matrix.

Classes

Derivative(grid[, grid_map])

Class for derivative matrices.