aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/TensorToolsKranc.m
Commit message (Collapse)AuthorAge
* TensorToolsKranc.m: Include Errors packageIan Hinder2012-01-27
|
* TensorToolsKranc: Correct package errorsIan Hinder2011-09-24
| | | | | | The MapLookup package was not being loaded, meaning that the lookup of the Equations in the calculation was returning unevaluated. The CheckCalculationTensors function was not created in the public context, so when it was called from other packages, it was returning unevaluated and not performing any tensor checking.
* Re-add missing Checkpoint tag to tensors.Barry Wardell2011-05-12
|
* Factor TensorTools code out of KrancTensor.m so that it can be a simple ↵Barry Wardell2011-03-20
wrapper around either xTensor or TensorTools.