CMD + K

eigency

Community

Cython interface between the numpy arrays and the Matrix/Array classes of the Eigen C++ library

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::eigency

Usage Tracking

3.4.0.4
3.4.0.2
3.4.0.1
3.4.0.0
2.0.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Eigency is a Cython interface between Numpy arrays and Matrix/Array objects from the Eigen C++ library. It is intended to simplify the process of writing C++ extensions using the Eigen library. Eigency is designed to reuse the underlying storage of the arrays when passing data back and forth, and will thus avoid making unnecessary copies whenever possible. Only in cases where copies are explicitly requested by your C++ code will they be made.

About

Summary

Cython interface between the numpy arrays and the Matrix/Array classes of the Eigen C++ library

Last Updated

Dec 3, 2024 at 10:03

License

MIT

Total Downloads

163.8K

Supported Platforms

macOS-64
linux-64
win-64