Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 513 Bytes

File metadata and controls

29 lines (20 loc) · 513 Bytes

Currently in incubation and only supports dot product of a seq of BigDecimal. Is in a very early draft stage. Contributors welcome, production usage not recommended!

Design

Where possible make usage look like mathematical matrix notation, i.e. for a dot product:

a  b

For transpose:

a.ᵀ

Implement alternative invocations using full word method call:

a dot b
a.transpose

Contributing

Please fork the repo and create a pull request with your changes.