Exemplo n.º 1
0
 def repr_hd_map(self):
     return repr_hd_map_productn(2, 'U', self.nl)
Exemplo n.º 2
0
 def repr_hd_map(self):
     return repr_hd_map_productn(2, 'L')
Exemplo n.º 3
0
 def repr_hd_map(self):
     return repr_hd_map_productn(len(self.F), 'U', self.nu)
Exemplo n.º 4
0
 def repr_hd_map(self):
     return repr_hd_map_productn(self.n)
Exemplo n.º 5
0
 def repr_hd_map(self):
     return repr_hd_map_productn(2, 'U', self.nl)
Exemplo n.º 6
0
 def repr_hd_map(self):
     n = len(self.Fs)
     return repr_hd_map_productn(n)
Exemplo n.º 7
0
 def repr_hd_map(self):
     return repr_hd_map_productn(self.n)
Exemplo n.º 8
0
 def repr_hd_map(self):
     return repr_hd_map_productn(len(self.F), 'U', self.nu)
Exemplo n.º 9
0
 def repr_hd_map(self):
     return repr_hd_map_productn(2, 'L')