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.

Re-exports§

pub use crate::linalg::matrix::Matrix;

Modules§

grid
tensor