LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
map
map_infgen.m
1
function Q=map_infgen(MAP)
2
% Q=map_infgen(MAP) - Infinitesimal generator of the underlying
3
% continuous-time process of the MAP describing the state dynamics before
4
% absorption
5
%
6
% Input:
7
% MAP: a MAP in the form of {D0,D1}
8
%
9
% Output:
10
% Q: infinitesimal generator (=D0+D1)
11
%
12
13
Q=MAP{1}+MAP{2};
Generated by
1.9.8