Warning
This page was created from a pull request (#389).
clifford.tools.frame2Mat¶
- clifford.tools.frame2Mat(B, A=None, I=None, is_complex=None)[source]¶
convert a list of vectors to a matrix
- Parameters
B (list) – a list of vectors that have been transformed
A (None, list of vectors) – a list of vectors in their initial state. if none we assume orthonormal basis given by B.pseudoScalar, or I
I (MultiVector, None) – pseudoscalar of the space. if None, we use B.pseudoScalar
is_complex (Bool) – do you want a complex matrix?