package prbnmcn-linalg

  1. Overview
  2. Docs

Module Int.MorphismSource

Sourceval underlying : ('a, 'b) t -> 'a m -> 'b m
Sourceval domain : ('a, 'b) t -> 'a t
Sourceval range : ('a, 'b) t -> 'b t
Sourceval identity : 'a t -> ('a, 'a) t
Sourceval compose : ('a, 'b) t -> ('b, 'c) t -> ('a, 'c) t
Sourceval tensor : ('a, 'b) t -> ('c, 'd) t -> ('a * 'c, 'b * 'd) t
Sourceval pullback_at_path : (pos, pos) t -> 'a Path.t -> 'a t -> ('a, 'a) t k
Sourceval pullback_pointwise : (pos, pos) t -> 'a t -> ('a, 'a) t k
Sourceval sub : ofs:pos m -> pos t -> pos t -> (pos, pos) t k