package lacaml

  1. Overview
  2. Docs

Common types used for matrix operations

type 'mat unop = ?m:int -> ?n:int -> ?br:int -> ?bc:int -> ?b:'mat -> ?ar:int -> ?ac:int -> 'mat -> 'mat

Type of unary operations

OCaml

Innovation. Community. Security.