Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.48 KB

index.md

File metadata and controls

46 lines (34 loc) · 1.48 KB

MathematicalSystems.jl

DocTestFilters = [r"[0-9\.]+ seconds \(.*\)"]

MathematicalSystems is a Julia package for mathematical systems interfaces.

Features

  • Generic and flexible systems definitions, while being fast and type stable.
  • Types for mathematical systems modeling: continuous, discrete, controlled, descriptor systems, etc.
  • Iterator interfaces to handle constant or time-varying inputs.

Ecosystem

The following packages use MathematicalSystems.jl:

Manual Outline

Pages = [
    "man/systems.md"
]
Depth = 2

Library Outline

Pages = [
    "lib/types.md",
    "lib/methods.md",
    "lib/internals.md"
]
Depth = 2