Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic math and bitwise operators #154

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 16, 2015

  1. Wrote the sum and sum square functions as a template and added instan…

    …ces for each variable type.
    Thomas Böhm committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    28a3570 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Added restrict keyword on the input vector.

    Thomas Böhm committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    2d83de3 View commit details
    Browse the repository at this point in the history
  2. Fixed description for scalar function.

    Thomas Böhm committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    207f875 View commit details
    Browse the repository at this point in the history
  3. Vector-vector and vector-scalar basic math operations implemented as …

    …templates for all data types.
    Thomas Böhm committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    b81ca3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90e0cfc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Fixed missing index in output vector.

    Signed-off-by: Thomas Böhm <boehm@fortiss.org>
    Thomas Böhm committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    9591a95 View commit details
    Browse the repository at this point in the history