summaryrefslogtreecommitdiff
path: root/lib/symmetric.h
blob: 6e00f52b1723d3f77ef18a348924960db5dd3449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#pragma once

#include <stdlib.h>

#include "types.h"

q_t *symmetric_compose(q_t q, const q_t *g1, const q_t *g2);

q_t symmetric_act(const q_t *g, q_t s);

q_t *symmetric_invert(q_t q, const q_t *g);