File: TODO

package info (click to toggle)
gsl 2.8%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 29,088 kB
  • sloc: ansic: 269,984; sh: 4,535; makefile: 902; python: 69
file content (9 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
# -*- org -*-
#+CATEGORY: siman

* Reorganize siman interfaces to allow iterative use.

* Maybe the routines can be made to work with pointers instead of structs
  so that only pointer manipulation is done by the siman algorithm and
  there is no need for malloc. A call would look something like 
  siman(&start,&result, ...)