LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
map_super.m
1function M=map_super(A,B)
2M{1}=krons(A{1},B{1});
3M{2}=krons(A{2},B{2});
4M=map_normalize(M);
5end