You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kernels for matrix vector operations such $Ax$ (linear) and $\sum_i u_i B_i x$ (bilinear) with $A$ and $B$ matrices and $x$, $u$ vectors; use case: x an (1:n, 0:N) array, u an (1:m, 0:N) array for time discretisation of vector valued functions $x(t) \in \mathbf{R}^n$ and $u(t) \in \mathbf{R}^m$, and bilinear dynamics (target application: quantum control with large matrices $A$, $B_i$)
@amontoison To be discussed:
xan(1:n, 0:N)array, u an(1:m, 0:N)array for time discretisation of vector valued functionsto be tested soon(see benchmarking above)