Srinivas Gorur-Shandilya

Results 72 issues of Srinivas Gorur-Shandilya

- [ ] define xolotl_network, pointers to outputs outside `mexFunction` - [ ] write integrations in subfunctions in mexTemplate - [ ] check that this is just as fast as...

enhancement
C++
no-issue-activity

See [HDF5 API for C++](https://support.hdfgroup.org/HDF5/doc/cpplus_RM/index.html) - [ ] g++ should compile a standalone binary - [ ] should write a wrapper function that is multithreaded, to run N-1 threads -...

enhancement
C++
no-issue-activity

need to have figures - [ ] compare MATLAB's `randn`, `gaussrand`, and C++'s built in generator - [ ] compare speed - [ ] show autocorrelation functions - [ ]...

documentation
C++
no-issue-activity

- [ ] gif showing optimization using xfit - [ ] gif showing xgrid functionality - [x] gif showing manipulate - [ ] gif showing click-through ability - [ ]...

documentation
no-issue-activity

where we see a xolotl method name, that should be a link that when clicked to take you to the docs for that method

documentation
no-issue-activity

for now, only support channels

enhancement
no-issue-activity

the maximum value of `int` is 2147483647 [source](https://msdn.microsoft.com/en-us/library/7fh3a000.aspx) This means that if `t_end` is very large, `nsteps` can exceed this bound. which causes `nsteps` to be negative, which means the...

bug
C++
no-issue-activity

it's possible to reference a element in the array that is out of bounds, causing a hard MATLAB crash

bug
C++
no-issue-activity