Util

This section of the manual describes the module for utilities.

NeuralNetworkReachability.Util.ConvSetType
ConvSet{T<:LazySet{N}}

Wrapper of a set to represent a three-dimensional structure.

Fields

  • set – set of dimension dims[1] * dims[2] * dims[3]
  • dims – 3-tuple with the dimensions
source