Skip to content

A python3 package holding useful scripts based on the numpy package.

License

Notifications You must be signed in to change notification settings

aau-cns/cnspy_numpy_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnspy_numpy_utils Package

A package holding useful scripts based on the numpy package, that cannot be associated to any other (dangling code, that is used in different places).

Most important functions:

  1. tri_vec_to_mat(tri_vec, n=None)
  2. mat_to_tri_vec(P)
  3. accumulated_distance(p_vec)
  4. total_distance(p_vec)
  5. numpy_statistics(vNumpy
  6. print_statistics(metrics

Installation

Install the current code base from GitHub and pip install a link to that cloned copy

git clone https://github.com/aau-cns/cnspy_numpy_utils.git
cd cnspy_numpy_utils
pip install -e .

or the official package via

pip install cnspy-numpy-utils

Dependencies

It is part of the cnspy eco-system of the cns-github group.

License

Software License Agreement (GNU GPLv3 License), refer to the LICENSE file.

Sharing is caring! - Roland Jung

About

A python3 package holding useful scripts based on the numpy package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages