File: TODO

package info (click to toggle)
eigen 1.0.5-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 452 kB
  • ctags: 476
  • sloc: cpp: 4,012; ansic: 224; sh: 17; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 703 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- find a solution to the problem that doxygen doesn't handle our advanced use
  of C++ templates.
- quaternions (Torsten?)
- optimize matrix inversion if doable without too much more code
- evaluate adding methods for rotation around special axis X,Y,Z
- evaluate adding QR decomposition and eigenvalue computation
- conversion methods/functions/constructors between fixed-size and dynamic-size
  classes.
- add more "see also" \sa doxygen tags (currently done only in VectorBase,
  MatrixBase, MatrixP)
- make sure that people without Qt4 can compile at least the examples that
  don't use Qt4.
- make a pkgconfig file (suggested by jbrefort)
- evaluate throwing exceptions when __EXCEPTIONS is defined