clifford.tools.mat2Frame

clifford.tools.mat2Frame(A, layout=None, is_complex=None)[source]

Translates a (possibly complex) matrix into a real vector frame

The rows and columns are interpreted as follows
  • M,N = shape(A)
  • M = dimension of space
  • N = number of vectors

If A is complex M and N are doubled.

Parameters:A (ndarray) – MxN matrix representing vectors