set up to use quicklisp to load cairo2d, will need to do the same for cl-2d
[CommonLispStat.git] / bugs / issue-8028b743f3767f47c9b204939187455c58fc9058.yaml
blob952b06533c3aeaf22bd8926f7ce57b3a6754949a
1 --- !ditz.rubyforge.org,2008-03-06/issue 
2 title: use lisp-matrix instead of internal matrix code, major refactor
3 desc: refactor out the old clapack code, etc.
4 type: :task
5 component: CLS.git
6 release: "1.0"
7 reporter: Tony <blindglobe@gmail.com>
8 status: :closed
9 disposition: :fixed
10 creation_time: 2008-12-18 07:39:00.037450 Z
11 references: []
13 id: 8028b743f3767f47c9b204939187455c58fc9058
14 log_events: 
15 - - 2008-12-18 07:39:01.504978 Z
16   - Tony <blindglobe@gmail.com>
17   - created
18   - ""
19 - - 2008-12-18 07:39:41.339408 Z
20   - Tony <blindglobe@gmail.com>
21   - changed status from unstarted to in_progress
22   - |-
23     work is already in progress.  Goal is to remove the matrix code that is internal and homegrown, and
24     remove current factored work.
25 - - 2009-04-01 16:22:05.277878 Z
26   - Tony <blindglobe@gmail.com>
27   - closed with disposition fixed
28   - |-
29     In general, lisp-matrix structures are usable for internal work.  Still need
30     to distinguish between data and numerical representation.