Liking cljdoc? Tell your friends :D

kigen.transf-conj

'Native' conjugacy class representative calculation.Transformations are separated into single point mappings. A permutation is constructed by finding the minimal relabeling of a transformation.

'Native' conjugacy class representative calculation.Transformations are
separated into single point mappings. A permutation is constructed by finding
the minimal relabeling of a transformation.
raw docstring

all-realizationsclj

(all-realizations mappings p d)

All realizations of desired map d using available mappings, compatible with partial permutation p. Just systematically trying to realize all mappings.

All realizations of desired map d using available mappings, compatible with
partial permutation p. Just systematically trying to realize all mappings.
sourceraw docstring

conj-conjclj

(conj-conj t)
(conj-conj [L G] t)

Conjoins a transformation to a conjugacy class representative sequence, based on the minimal conjugators of the sequence.

Conjoins a transformation to a conjugacy class representative
sequence, based on the minimal conjugators of the sequence. 
sourceraw docstring

conjrepclj

(conjrep t)

Direct construction of conjugacy class representative of transformation t.

Direct construction of conjugacy class representative of transformation t.
sourceraw docstring

conjugatorsclj

(conjugators t r)

All permutations that take t to r by conjugation.

All permutations that take t to r by conjugation.
sourceraw docstring

realize-a-mappingclj

(realize-a-mapping m d p)

Given a mapping m and a desired mapping d, we try to turn m into d by extending a partial permutation p represented as a hashmap. An extended hashmap is returned if it is possible, otherwise nil.

Given a mapping m and a desired mapping d, we try to turn m into d by
extending a partial permutation p represented as a hashmap.
An extended hashmap is returned if it is possible, otherwise nil.
sourceraw docstring

setconjrepclj

(setconjrep T)

Setwise conjugacy class representative of T. Using conjugacy/setconjrep, but only with symmetries that take produce the minimal conjrep.

Setwise conjugacy class representative of T.
Using conjugacy/setconjrep, but only with symmetries that take
produce the minimal conjrep.
sourceraw docstring

single-mapsclj

(single-maps t)

All mappings of a transformation in the form of [src img].

All mappings of a transformation in the form of [src img].
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close