The following lines shall be added to the beginning of NormalForms.jl.
using LinearAlgebra
const LA = LinearAlgebra
Without this, the following error occurs:
UndefVarError: `dot` not defined in `DDEBifurcationKit`
Suggestion: check for spelling errors or missing imports.
Hint: a global variable of this name also exists in LinearAlgebra.
Hint: a global variable of this name may be made accessible by importing ColorVectorSpace in the current active module Main
The following lines shall be added to the beginning of NormalForms.jl.
Without this, the following error occurs: