package lacaml

  1. Overview
  2. Docs

Common types used for vector operations

type 'vec unop = ?n:int -> ?ofsy:int -> ?incy:int -> ?y:'vec -> ?ofsx:int -> ?incx:int -> 'vec -> 'vec

Type of unary operations

OCaml

Innovation. Community. Security.