Blame siman/TODO

Packit 67cb25
# -*- org -*-
Packit 67cb25
#+CATEGORY: siman
Packit 67cb25
Packit 67cb25
* Reorganize siman interfaces to allow iterative use.
Packit 67cb25
Packit 67cb25
* Maybe the routines can be made to work with pointers instead of structs
Packit 67cb25
  so that only pointer manipulation is done by the siman algorithm and
Packit 67cb25
  there is no need for malloc. A call would look something like 
Packit 67cb25
  siman(&start,&result, ...)