Vardan Akopian

Results 3 issues of Vardan Akopian

According to the documentation (http://www.arrayfire.com/docs/page_gfor.htm#gfor_iterator) the gfor iterator can be used in expressions: ``` int m = 2, n = 3; array A = constant(1,n,n,m); array B = constant(1,n,n); gfor...

bug

The following code should work: ``` array a = constant(1.0f, 3, 5, f32); array cond = constant(1, 5, b8); auto X = a(span, cond); array Y = X; ``` but...

bug

Hello, I'm trying to use this component in a SvelteKit app, but I'm encountering some css loading issues (see below). I saw there is a [demo repo](https://github.com/fouita/sapper-tw-editor) for using this...