Frama-C:
Plug-ins:
Libraries:

Frama-C API - Space

Parameters

module Field : Field.S

Signature

type scalar = Field.scalar

The type of scalars in the field ๐•‚.

type ('n, 'm) matrix

The type of matrices in ๐•‚โฟหฃแต

type 'n vector = ('n, Nat.zero Nat.succ) matrix

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