- Member goAutoPtr< T >::operator= (const goAutoPtr< To > &other)
- SEE CODE!
- Member goFileIO::fileSize (const char *filename)
- Fix for 64 bit file offsets
- Class goGUI::ImageView
- Check imageview.cpp for FIXME — a setDimensions call to goPlot::Graph crashes somewhere in pango. The call is commented out for now.
- Member goMath::Lapack::gels (matrix_type &A, bool transA, vector_type &b)
- Appears not to work – needs testing (examples/lapack.cpp)
- Class goPlot::Object2DText
- FIXME: rel_x|y funktioniert nicht mit markup Text!
- Class goSignal3D< T >
- The size is initially (0,0,0). That may lead to segfaults where getPtr() is used on zero-size signals. Maybe it is better to set size to (1,1,1) by default.
- Member goSignal3DBase< T >::flip (int axis)
- BROKEN. Fix when there's time.
- Member goSignal3DGenericIterator2< T >::incrementZ ()
- See todo.
- Member goSignal3DGenericIterator::incrementZ ()
- See todo.
- Class goSparseMatrix
- See todo, do tests.
- Member goSparseMatrix::appendRows (const goSparseMatrix &m)
- After appending rows, findRows() should be called when this matrix is row-sorted. This needs to be fixed or it will lead to misunderstandings and malfunctioning code/hard to find errors.