Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 467 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 467 Bytes

MultiArray

This Ruby-extension defines the class {Hornetseye::MultiArray} and other native datatypes. {Hornetseye::MultiArray} provides multi-dimensional Ruby arrays with elements of same type. The extension is designed to be mostly compatible with Masahiro Tanaka's NArray. However it allows the definition of custom element types and operations on them. This work was also inspired by Ronald Garcia's boost::multi_array and by Todd Veldhuizen's Blitz++.