From: Paul K. <pki...@us...> - 2003-12-22 15:13:28
|
Update of /cvsroot/octave/octave-forge/main/sparse In directory sc8-pr-cvs1:/tmp/cvs-serv32258 Modified Files: complex_sparse_ops.cc make_sparse.cc sparse_inv.cc sparse_ops.cc make_sparse.h sparse_ops.h Log Message: Use error/return rather than SP_FATAL_ERROR where possible. Test for zero elements from scalar multiply/power and shrink sparse accordingly; accomodate libstdc++ bugs with mixed real/complex power. |