Marco Zocca <[email protected]> writes:
> (so: no need for copying data back to memory, during normal operation
> of the library)

Great.

> I was asking about the Viewer for e.g. Vecs and Mats to hook up e.g.
> with plotting functionality on the Hs side, but since this would be
> needed "offline", I might just dump to file and load from there.

How do you intend to plot matrices (linear operators, not arrays of
numbers)?

For vectors, you might as well access the array via VecGetArrayRead
(managed via a withVec* construct in Haskell).

Attachment: signature.asc
Description: PGP signature

Reply via email to