Tom Westerhout

Results 20 issues of Tom Westerhout

Hello, How can I add a pdf document to the library if the paper isn't published (i.e. has no doi) and is not on arxiv? The following returns an index...

The error that I'm getting (the same one occurs in CI): ``` eigs/main_iter.c:57: error: expected declaration or statement at end of input 57 | #endif | ``` Do you have...

Hello, I'm considering using SymEngine for a project of mine, and was playing around with Haskell wrappers. This PR updates `symengine.cabal` to support building with GHC 8.10.7 and recent Cabal....

Hello, I'm getting the following assertion failures in v1.3.5: ``` external_tools/WHFC/datastructure/node_border.h:22: whfc::HopDistance& whfc::DistanceFromCut::operator[](size_t): Assertion `idx < distance.size()' failed. ``` ``` [2way_fm_refiner.h:200:refineImpl]: Assertion `best_metrics.cut == metrics::hyperedgeCut(_hg)` failed: best_metrics.cut = 15 metrics::hyperedgeCut(_hg)...

I've been using a pattern where I first hand-write a C header file such as ```c // header.h #pragma once void foo(void); ``` and then use it for `export proc`s...

area: Compiler
type: Feature Request
user issue