33 reputation
5
bio website
location
age
visits member for 10 months
seen May 15 at 16:19
stats profile views 3

May
6
awarded  Popular Question
Apr
18
comment C++: how do I create an object in stack memory that points to the object I am generating it from?
Yes, this is what I'm realizing. Is there an idiom for doing this in stack memory, or should I not bother?
Apr
18
revised C++: how do I create an object in stack memory that points to the object I am generating it from?
added 160 characters in body
Apr
18
asked C++: how do I create an object in stack memory that points to the object I am generating it from?
Apr
15
revised Problems using graphviz as a library
deleted 38 characters in body
Apr
15
answered Problems using graphviz as a library
Apr
15
comment Problems using graphviz as a library
It seems that gvc.h includes types.h, which includes cgraph.h, so I'm at a loss as for why it thinks that Agdirected is undeclared.
Apr
14
asked Problems using graphviz as a library
Apr
14
awarded  Scholar
Apr
14
awarded  Supporter
Apr
14
accepted Linking to a dynamic library installed with Homebrew using gcc?
Apr
13
asked Linking to a dynamic library installed with Homebrew using gcc?
Nov
14
revised Standard C libraries not found when compiling mex files in Matlab
Rearranged for readability, added link to fix.
Nov
14
comment Standard C libraries not found when compiling mex files in Matlab
It compiles fine if I don't include any libraries, and remove any reference to mex-specific types like mxArray.
Nov
14
revised Standard C libraries not found when compiling mex files in Matlab
Tried a fix posted elsewhere on stackoverflow, reporting results.
Nov
14
asked Standard C libraries not found when compiling mex files in Matlab
Jul
16
revised Querying optimal blocksize for dgels in LAPACK
added 183 characters in body
Jul
13
comment Querying optimal blocksize for dgels in LAPACK
How would I pass a different width int? unsigned? Try a short instead?
Jul
13
awarded  Editor
Jul
13
revised Querying optimal blocksize for dgels in LAPACK
Added relevant code