Replies: 3 comments
-
@cdrnet How about creating matrix for generic type? I did it here and I think it might be usefull because creating class Matrix : Matrix for every type might be exhausting. |
Beta Was this translation helpful? Give feedback.
-
there should be support for arbitrary large floating-point-decimals too. we could use the W3b.Sine library which provides the elementary math functions. Unfortunately, the library was never completed, so there might be the need for some additional work. Ie. it might be needet to calculate π with arbitrary precision (using the Chudnovsky algorithm) or other mathematical constants. An alternative library would be "GNU Multiple Precision Floating-Point Reliably" (GNU MPFR .NET Wrapper). |
Beta Was this translation helpful? Give feedback.
-
However, since those libraries require to give the precision ahead of time of the calculations, an re-implementation might be needed, such that additional digits can get requested as needed using |
Beta Was this translation helpful? Give feedback.
-
Is support for a matrix made up of BigInteger planned?
If it is not planned, it should be. If it already exists, it needs to be documented more explicitly.
Beta Was this translation helpful? Give feedback.
All reactions