|
2300587fec
|
POLY: add erase_polynom() function
|
2014-04-17 17:34:48 +02:00 |
|
|
8ea687bdf5
|
POLY: use mp_neg() instead of directly modifying struct
|
2014-04-17 17:33:05 +02:00 |
|
|
a49a5d2e8c
|
POLY: improve error handling
Use MP_ADD, MP_MUL, PB_ADD, PB_MUL etc instead of the mp_add,...
functions to make use of error handling.
|
2014-04-17 02:09:49 +02:00 |
|
|
56b20220ba
|
POLY: first try of inverting polynomials
|
2014-04-16 23:23:41 +02:00 |
|
|
2a16102b9f
|
POLY: rm unnecessary cast
|
2014-04-16 23:18:38 +02:00 |
|
|
1179082ac1
|
POLY: fix typo
|
2014-04-16 23:17:48 +02:00 |
|
|
cb4d274c58
|
POLY: fix error messages
|
2014-04-15 22:54:11 +02:00 |
|
|
df1df23e09
|
POLY: first try of pb_starmultiply()
|
2014-04-15 22:50:42 +02:00 |
|
|
abf047a264
|
POLY: don't clamp polyonmial in build_polynom()
Otherwise we might hit problems when using this as an
out-polynom in a arithmetic functions. The caller can clamp
it himself, if he needs so.
|
2014-04-15 22:50:11 +02:00 |
|
|
e60d9c9bac
|
POLY: add build_polynom() method
We can build a polynom via an array of integers or just an empty
one, so that it is initialized and properly allocated.
|
2014-04-15 18:49:17 +02:00 |
|
|
b7b4ffbbea
|
DOC: fix typo
|
2014-04-15 18:47:58 +02:00 |
|
|
783858a52c
|
POLY: use size_t
|
2014-04-15 18:20:08 +02:00 |
|
|
5e7c980831
|
DOC: improve memory handling instructions
|
2014-04-15 16:56:38 +02:00 |
|
|
4a7e50a194
|
POLY: add delete_polynom() function
This deletes both the internal structure and the pointer.
|
2014-04-15 14:22:46 +02:00 |
|
|
b33b0c6b1a
|
DOC: caller has to handle the memory of returned pointers
|
2014-04-15 14:16:30 +02:00 |
|
|
f6e879cba8
|
LICENSE: fix header
|
2014-04-15 13:35:04 +02:00 |
|
|
2029e91c47
|
POLY: add basic polynomial wrappers
Also provide a draw_polynomial function for human readable
output of the polynomial.
|
2014-04-14 22:28:35 +02:00 |
|