Frama-C API - Space
Parameters
Signature
type scalar = Field.scalar
The type of scalars in the field ๐.
Type representing a column vector of ๐โฟ. One can use Matrix.transpose
if one needs a row vector, for example when printing it.
module Vector : sig ... end
module Matrix : sig ... end