package owl-base

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing - Base

Install

dune-project
 Dependency

Authors

Maintainers

Sources

owl-1.0.2.tbz
sha256=38d210ce6c1c2f09631fd59951430e4f364b5ae036c71ed1b32ce559b2a29263
sha512=c468100556445384b9c6adad9c37b5a9b8c27db8be35f61979e65fafa88c60221b8bda0a9c06cfbbc8d4e216a1ed08a315dfefb45bb4f5f15aa82d4358f57567

doc/owl-base/Owl_computation_engine/Make_Graph/index.html

Module Owl_computation_engine.Make_Graph

Parameters

Signature

include sig ... end
module Optimiser : sig ... end
val shape_or_value : Optimiser.Operator.Symbol.Shape.Type.t -> string
val _block_colour : int -> string
val graph_to_dot : graph -> string
val graph_to_trace : graph -> string
val save_graph : 'a -> string -> unit
val load_graph : string -> 'a * 'b
val invalidate_rvs : graph -> unit
val is_iopair_safe : 'a Owl_graph.node -> 'a Owl_graph.node -> bool
val update_iopair : graph -> unit
val remove_unused_iopair : 'a Owl_graph.node array -> 'b array -> 'a Owl_graph.node array * 'b array
val optimise : graph -> unit