Hello Dear
Thanks a lot for previous guidance and response.
When I run function that use inplace, I see below error please guide me to solve that:
[d dt pred] = bfs_in_mbgl_efficient(A,1);
Undefined function or variable 'inplace'.
Error in ipdouble (line 9)
ip = inplace(a);
Error in bfs_in_mbgl_efficient (line 13)
ip_d = ipdouble(-ones(num_vertices(A),1));
Best regard
Hello Dear
Thanks a lot for previous guidance and response.
When I run function that use inplace, I see below error please guide me to solve that:
[d dt pred] = bfs_in_mbgl_efficient(A,1);
Undefined function or variable 'inplace'.
Error in ipdouble (line 9)
ip = inplace(a);
Error in bfs_in_mbgl_efficient (line 13)
ip_d = ipdouble(-ones(num_vertices(A),1));
Best regard