Code covered by the BSD License  

Highlights from
Toolbox Graph

image thumbnail
from Toolbox Graph by Gabriel Peyre
A toolbox to perform computations on graph.

perform_dijkstra_propagation.m
% perform_dijkstra_propagation - shortest distance on graph
%
%   This is impemented in a mex file.
%
%   [D,S] = perform_dijkstra_propagation(W,start_verts,end_verts,nb_iter_max,H);
%    D is the distance to starting points.
%    S is the state : dead=-1, open=0, far=1.
%    
%    Copyright (c) 2005 Gabriel Peyr

Contact us at files@mathworks.com