astroboylrx / megrez

A C++ library that provides efficient multi-dimensional array operations and related small utilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Megrez

Megrez is a C++ library that provides efficient multi-dimensional array operations and related small utilities.

Currently, the operation support (+,-,×,÷) for the Boost MultiDimensional Array Library has been implemented. It works for arries with any dimensions. For arries with different dimensions, a low-level broadcasting has been implemented such that operations can be completed if their trailing dimensions match.

Check demo.png in this repo

About

A C++ library that provides efficient multi-dimensional array operations and related small utilities.

License:GNU General Public License v3.0


Languages

Language:C++ 98.2%Language:CMake 1.8%