c++ g space-time function
g_nt_func_cpp(
dist_mat_net,
dist_mat_time,
start_net,
end_net,
step_net,
width_net,
start_time,
end_time,
step_time,
width_time,
Lt,
Tt,
n,
w
)
A square matrix with the distances between points on the network
A square matrix with the distances between points in time
A float, the start value for evaluating the g-function on the network
A float, the last value for evaluating the g-function on the network
A float, the jump between two evaluations of the g-function on the network
The width of each donut on the network
A float, the start value for evaluating the g-function in time
A float, the last value for evaluating the g-function in time
A float, the jump between two evaluations of the g-function in time
The width of each donut in time
The total length of the network
The number of points
The weight of the points (coincident points)