Commit graph

38 commits

Author SHA1 Message Date
963f27384f
Remove believe_me calls blocking evaluation 2024-04-28 00:30:52 -04:00
76e4137d37
Add function for delaying array modification 2024-04-28 00:00:06 -04:00
2318ee7660
Fix use of removed function 2024-04-26 01:02:43 -04:00
c3c14eba04
Fix primitive array functions handling empty arrays 2023-09-26 00:39:47 -04:00
b924d960b5
Tweak library functions to match reps 2023-09-25 23:47:58 -04:00
bc08b4942e
Update README 2023-03-16 09:17:14 -04:00
524486bb58
Misc. changes 2022-11-30 12:54:01 -05:00
077b393bd1
Document everything 2022-10-21 17:12:43 -04:00
1ad4c1f13c
Rename rotation constructors 2022-10-21 10:03:43 -04:00
342cff97dd
Add utility functions for Transform types 2022-10-15 16:09:32 -04:00
8839dd049a
Add name suggestions to types 2022-09-16 12:39:47 -04:00
98223b180f
Add documentation 2022-09-14 13:39:12 -04:00
d610874abc
Implement matrix inverse 2022-09-12 10:47:48 -04:00
f72826b329
Update package to Idris2 0.5.1 2022-09-09 09:17:11 -04:00
1f2a870a2c
Implement linear equation solving using LUP 2022-09-08 21:29:16 -04:00
3e12505377
Create Field and Scalar interfaces 2022-09-06 13:38:43 -04:00
47e889992d
Generalize LU and LUP decomp to nonsquare matrices 2022-09-06 11:48:13 -04:00
da4bb5873c
Make small adjustments to code 2022-09-02 21:45:10 -04:00
c9dada5206
Refactor LU and LUP decomposition 2022-09-02 15:01:50 -04:00
0177781c74
Create Data.Permutation 2022-09-01 18:24:47 -04:00
92fc8f00c9
Generalize transpose to all arrays 2022-08-31 16:01:21 -04:00
ea824a901b
Implement LU and LUP decomposition
These implementations are absolutely terrible, but they'll work
for now. I'll refactor them when there are more library features available.
2022-08-31 15:41:24 -04:00
8f1eef25dc
Implement matrix determinant 2022-08-31 08:36:06 -04:00
95a13ffd91
Separate MultMonoid interface from MultGroup 2022-08-31 08:36:06 -04:00
7916e10aef
Add operator form for unsafe indexing 2022-08-31 08:36:06 -04:00
6cdb22a6ed
Rename MultNeutral to MultGroup 2022-08-31 08:36:06 -04:00
97bd20d722
Add new utility functions for homogeneous coords 2022-08-31 08:35:58 -04:00
59af31cdd7
Add documentation 2022-06-25 00:58:36 -04:00
c71cd953a0
Implement matrix multiplication 2022-06-23 19:10:47 -04:00
a0d9c766c0
Refactor Mult and add MultNeutral 2022-06-23 19:09:10 -04:00
015b7f8cb1
Rename *Maybe functions to *NB 2022-06-15 22:47:43 -04:00
b0d48eaf00
Fix indexMaybe and add more utility functions 2022-06-15 22:37:34 -04:00
cb0157cd8c
Shape view 2022-06-15 11:45:06 -04:00
4b293d7e2a
Introduce homogeneous coordinates 2022-06-15 00:33:19 -04:00
acd0cb6aa5
Add more array utility functions 2022-06-14 20:21:37 -04:00
03d06a42aa
Rename stack to concat 2022-06-13 14:42:35 -04:00
87d8814c38
Create Data.NumIdr.Multiply 2022-05-26 18:50:07 -04:00
861f1e29f2
Add vector & matrix modules 2022-05-21 16:38:21 -04:00