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

Overhaul of C++ part for 64bit compilation and double precision #1

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

Conversation

GPS2288
Copy link

@GPS2288 GPS2288 commented Jan 15, 2020

As I wanted to use Persistence1D in a x64-compliled program, in which I'm using double type variables, I've converted all used data types to size_t (instead of int) and double (instead of float). Especially by using size_t it is possible to perform an analysis on much larger data sets.
Caveat: I've not dealt with the matlab part as I'm not using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant