Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Symbolic Representation of C Code >

CArray


is a symbolic representation of an array.
  • SymbolicC expressions are inert; they evaluate to themselves staying in an unevaluated form.
  • SymbolicC expressions can be converted into a C string with ToCCodeString.
To use SymbolicC you first need to load the package:
This accesses the elements of an array:
This is a two dimensional array access:
This accesses an array of arrays:
This assigns an element of an array:
To use SymbolicC you first need to load the package:
In[1]:=
Click for copyable input
This accesses the elements of an array:
In[2]:=
Click for copyable input
Out[2]=
This is a two dimensional array access:
In[3]:=
Click for copyable input
Out[3]=
This accesses an array of arrays:
In[4]:=
Click for copyable input
Out[4]=
This assigns an element of an array:
In[5]:=
Click for copyable input
Out[5]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF