package molenc

  1. Overview
  2. Docs
module IntMap = BatMap.Int
type norm =
  1. | Max_norm
  2. | L1_norm
val of_string : string -> norm
val map_norm : norm -> int IntMap.t -> float