-
Notifications
You must be signed in to change notification settings - Fork 0
/
functions.txt
81 lines (73 loc) · 857 Bytes
/
functions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/* list of things I need for NiceArraysForC.h */
toVecx // copy regular Vec to complex Vec and delete original
toVec // copy complex Vec (back) to regular Vec and delete original
makeVecx
zerosVecx
copyVecx
addVecx
subVecx
mulVecx
divVecx
addVecxs
subVecxs
mulVecxs
divVecxs
deleteVecx
printVecx
dotVecx
crossVecx
elx
toMatx
toMat
makeMatx
zerosMatx
copyMatx
addMatx
subMatx
mulMatx
divMatx
addMatxs
subMatxs
mulMatxs
divMatxs
printMatx
deleteMatx
matmulx
eigHermx
eigx
eigvalx
el2x
toArr3x
toArr3
makeArr3x
zerosArr3x
copyArr3x
addArr3x
subArr3x
mulArr3x
divArr3x
addArr3xs
subArr3xs
mulArr3xs
divArr3xs
printArr3x
deleteArr3x
el3x
pushVecMatx
pullVecMatx
pushVecArr3x
pullVecArr3x
pushMatArr3x
pullMatArr3x
matAddVecx
matSubVecx
matMulVecx
matDivVecx
arr3AddVecx
arr3SubVecx
arr3MulVecx
arr3DivVecx
arr3AddMatx
arr3SubMatx
arr3MulMatx
arr3DivMatx