Module Owl_symbolic_ops_math.Rational

type t = {
mutable name : string;
mutable input : string array;
mutable attrs : (string * Owl_symbolic_types.attrvalue) array;
mutable out_shape : int array option array;
mutable p : int;
mutable q : int;
}
val op_type : string
val create : string -> string array -> (string * Owl_symbolic_types.attrvalue) array -> t