package mec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Param : PARAMETERS

Signature

type state

The state of the strategy

val init : Scalar.t array -> state

Initialize the state with the given input

val apply : state -> unit

Apply a complete permutation

val get : state -> Scalar.t array

Return the current scalar elements in the state