https://github.com/splatlab/squeakr
Revision 18edf831a8146308f4d066c01dcb8051f1f9ead7 authored by Prashant Pandey on 26 July 2018, 00:27:13 UTC, committed by Prashant Pandey on 26 July 2018, 00:27:13 UTC
1 parent 1042510
Raw File
Tip revision: 18edf831a8146308f4d066c01dcb8051f1f9ead7 authored by Prashant Pandey on 26 July 2018, 00:27:13 UTC
Ported code from the CQF. Adding cutoff and no-count argument. Estimation works properly.
Tip revision: 18edf83
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top