diff --git a/README.md b/README.md index 13db36602..d977a0578 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ and `scipy` it is modular and has a lightweight core. * **Algebra** * Mathematical operation entities like rings, spaces and fields with (**TODO** add example to wiki) * Basic linear algebra operations (summs products, etc) backed by `Space` API. + * Complex numbers backed by `Field` API (meaning that they will be useable in any structures like vectors and NDArrays). * [In progress] advanced linear algebra operations like matrix inversions. * **Array-like structures** Full support of numpy-like ndarray including mixed ariphmetic operations and function operations on arrays and numbers just like it works in python (with benefit of static type checking). @@ -28,4 +29,4 @@ The project is currently in pre-release stage. Work builds could be obtained wit [![](https://jitpack.io/v/altavir/kmath.svg)](https://jitpack.io/#altavir/kmath). ## Contributing -The project requires a lot of additional work. Please fill free to contribute in any way and propose new features. \ No newline at end of file +The project requires a lot of additional work. Please fill free to contribute in any way and propose new features.