Skip to main content

Module core

Module core 

Source
Expand description

Core data structures for the solver.

This module defines the fundamental structures used for discretizing the state space:

  • Grid: Represents the N-dimensional discretized domain.
  • Tensor: Handles indexing and coordinate mapping for N-dimensional arrays flattened into 1D vectors.

Modulesยง

grid
tensor