J-Libraries / numJ

Java library to fulfil the requirement of numpy in java
https://j-libraries.github.io/numJ/
Apache License 2.0
21 stars 4 forks source link

11. Bitwise Operations #19

Open KartikSharma1k opened 1 month ago

KartikSharma1k commented 1 month ago

Micro - tasks

  1. bitwiseAnd()
  2. bitwiseOr()
  3. bitwiseXor()
  4. invert()
ershadow786 commented 1 month ago

@KartikSharma1k Please provide proper description in below format.

Please Describe The Problem To Be Solved (Replace This Text: Please present a concise description of the problem to be addressed by this feature request. Please be clear what parts of the problem are considered to be in-scope and out-of-scope.) (Optional): Suggest A Solution (Replace This Text: A concise description of your preferred solution. Things to address include:

Details of the technical implementation

Tradeoffs made in design decisions

Caveats and considerations for the future

If there are multiple solutions, please present each one separately. Save comparisons for the very end.)