derivative#

Module to offer the function to generate a derivative matrix.

Functions

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.