11 Commits

Author SHA1 Message Date
2cc03b5136 imported constants in hmatrix and smatrix 2023-10-13 17:04:19 +08:00
5ad185e130 added benchmark 2023-10-08 08:38:10 +08:00
88574a8b5b added missing constants 2023-10-07 09:00:05 +08:00
b8f704285c added unit tests for bigint 2023-05-29 08:43:09 +08:00
42dbf1103d added BigInteger parse function 2023-05-28 20:02:00 +08:00
a219460d20 added bigint library 2023-05-28 13:53:28 +08:00
1e580cd6da added rational numbers 2023-05-24 22:47:16 +08:00
d4f64d25a0 added mixed SVector/scalar arithmetic operations 2019-01-07 23:27:56 +00:00
Walter Oggioni
6aee03eac6 added vector/matrix product 2019-01-03 17:38:24 +01:00
Walter Oggioni
cd6ca6f3ec Several improvements:
- added some meaningful unit tests
- splitted classes into heap-allocated (starting with 'H') and stack-allocated (starting with 'S'), unfortunately there is a lot of duplicated code but I am still unable to find
an elegant solution to use the smae code to deal with both the stack-allocated class and the heap-allocated one
2018-12-31 01:36:45 +01:00
d6a9cafb63 initial commit 2018-12-26 08:14:25 +00:00