Richard Diamond

Results 16 comments of Richard Diamond

(W.r.t linear solve) I was not aware (oops, I'll have to check my code), thanks. However, I'd still like to add an interface for in place computation: calling malloc in...

@bluss Indeed, nice to see that it got approved recently (and I use nightly, so yay)! W.r.t. `matrixmultiply`: I was also unaware of that. I have a question not directly...

> What in particular is the C style? I can say that we can not use for example slice types since ndarray's memory borrowing is not delimited into contiguous regions....

> I think using slices instead of raw pointers would risk being invalid. Imagine one input is the right half of a matrix, another mutable input is the left half...

What about integration tests? For example, PNaCl modules can be run on the host machine, but they have to be translated into a NaCl beforehand and then run with sel_ldr...