package smol
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
Signature
module Make_SR (K : Algebra.Semiring_S) : sig ... end
module Make_R (K : Algebra.Ring_S) : sig ... end
val make_semiring :
(module Algebra.Semiring_S with type t = 'a) ->
Literal.t list ->
(module Algebra.Semiring_S
with type t = 'a m)
Create semiring on matrices from a semiring of values and a finite support
val make_ring :
(module Algebra.Ring_S with type t = 'a) ->
Literal.t list ->
(module Algebra.Ring_S
with type t = 'a m)
Create ring on matrices from a ring of values and a finite support
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page