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