Skip to content

Contains common definitions of utility functions and data types

License

Notifications You must be signed in to change notification settings

vortexntnu/vortex-utils

Repository files navigation

Introduction

Industrial CI pre-commit.ci status codecov

This repository contains general, often-used utility functions and structs for both C++ and Python.

Usage

In Python, import your desired function/dataclass like for example:

from vortex_utils.python_utils import ssa

In C++, include vortex_utils like

#include <vortex_utils/cpp_utils.hpp>

and in the code

double some_angle = 3.14;
double angle_ssa = vortex_utils::ssa(some_angle);

About

Contains common definitions of utility functions and data types

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •