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
{{ message }}
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
Currently, It seems that v_r = RArray{Float64, 1}(v) deep copy the content of v to v_r.
For the sake of speed and memory storage, there should be methods to construct v_r which points to the same memory of v.
The text was updated successfully, but these errors were encountered:
Currently, It seems that
v_r = RArray{Float64, 1}(v)
deep copy the content ofv
tov_r
.For the sake of speed and memory storage, there should be methods to construct
v_r
which points to the same memory ofv
.The text was updated successfully, but these errors were encountered: