Skip to content
Snippets Groups Projects
Commit a28d9fe7 authored by Michel Juillard's avatar Michel Juillard
Browse files

fix exceptions

parent 96f4c6e1
Branches
Tags
No related merge requests found
module PolynomialMatrixEquations
struct UnstableSystemException <: Exception end
struct UndeterminateSystemException <: Exception end
export UnstableSystemException, UndeterminateSystemException
include("CyclicReduction.jl")
export CyclicReductionWs, cyclic_reduction!, cyclic_reduction_check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment