isolating a special case

Przemek Klosowski przemek at jazz.ncnr.nist.gov
Thu Dec 6 14:16:22 CST 2007


       fieldmatrix = (range<0.1)*selffield + (0.1<=range)*otherfield

Make selffield a sparse matrix? It's still wasteful in that it does
uneeded sparse matrix lookups and adds the resulting zeros.


More information about the Help-octave mailing list