|
Functions |
tensor | GAOpTensor (counter iAlgID, counter iOpID, list lLeftMask, list lRightMask, list lResMask) |
| Generates the tensor representing a GA operation.
|
tensor | MV2Tensor (list lA, list lMask) |
| Gives the tensor representations of a list of multivector as the columns of a tensor.
|
tensor | MV2Tensor (multivector vA, list lMask) |
| Gives the tensor representation of a multivector as a column vector.
|
tensor | Tensor (matrix mVal) |
| Transforms a matrix into a tensor.
|
tensor | Tensor (list lVal) |
| Transforms a list into a tensor if possible.
|
tensor | Tensor (counter iValence, list lDim) |
| Create a tensor of given valence and dimensions.
|
list | Tensor2MV (tensor tT) |
| Gives the multivector representation of a tensor.
|