other_todos_and_bugs Class Reference
#include <main.h>
Detailed Description
An empty class to add some items to the todo and bug lists.
- Todo:
- Fix problems with
-ansi
compilation on Cygwin - More examples and benchmarks
- There is a problem with const-correctness in vectors. I'm not sure how it's best solved. It could be best to create two kinds of ovector_view's: one const and one not.
- Document a list of all global functions and operators
- Make sure we have a uvector_alloc, uvector_cx_alloc, ovector_cx_const_reverse, ovector_cx_const_subvector_reverse, uvector_reverse, uvector_const_reverse, uvector_subvector_reverse, uvector_const_subvector_reverse, omatrix_cx_diag, blah_const_diag, umatrix_diag, and umatrix_cx_diag
- ovector_cx_view::operator=(uvector_cx_view &) is missing
- ovector_cx::operator=(uvector_cx_view &) is missing
- uvector_c_view::operator+=(complex) is missing
- uvector_c_view::operator-=(complex) is missing
- uvector_c_view::operator*=(complex) is missing
- Bug:
- The file configure.ac does not correctly produce an error if the argument --disable-readline is not given when the libncurses and libreadline libraries are not present.
- BLAS libraries not named
libblas
or libgslblas
are not properly detected in ./configure and will have to be added manually. - The -lm flag may not be added properly by ./configure
Definition at line 1554 of file main.h.
The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the
GNU Free Documentation License. See License Information for details.