Skip to content

Commit

Permalink
Make symbols for 3- and 4-dimensional tensors public
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Dec 16, 2016
1 parent 18eb92a commit 8f43009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta/CConversion.m
Expand Up @@ -21,11 +21,15 @@
UNITMATRIX::usage="";
ZEROARRAY::usage="";
ZEROMATRIX::usage="";
ZEROTENSOR3::usage="";
ZEROTENSOR4::usage="";
ZEROTENSOR::usage="";
ZEROVECTOR::usage="";
UNITMATRIXCOMPLEX::usage="";
ZEROARRAYCOMPLEX::usage="";
ZEROMATRIXCOMPLEX::usage="";
ZEROTENSOR3COMPLEX::usage="";
ZEROTENSOR4COMPLEX::usage="";
ZEROTENSORCOMPLEX::usage="";
ZEROVECTORCOMPLEX::usage="";
PROJECTOR::usage="";
Expand Down

0 comments on commit 8f43009

Please sign in to comment.