On Mon, Feb 22, 2021 at 10:26:09PM -0800, Rohan Posthumus wrote: > > Just in case you haven't found them already, if you need matrices over > > real floating points, > > take a look at: > > > > https://docs.racket-lang.org/manual-flomat/index.html
Looked at that. On https://docs.racket-lang.org/manual-flomat/index.html#%28part._.Matrix_.Creation%29 it says > (sub! A i j m n) > Same as sub, but the elements are copied - the underlying array of flonums > are shared. Presumably it should say "are not copied". -- hendrik -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/20210223133908.xyj5ndwpmwpsf4kh%40topoi.pooq.com.

