Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

CAssign


is a symbolic representation of an assignment statement.
  • SymbolicC expressions are inert; they evaluate to themselves, staying in an unevaluated form.
  • SymbolicC expressions can be converted into a C string with ToCCodeString.
  • The right-hand side of the assignment can be a list. This is useful for initializing an array.
To use SymbolicC you first need to load the package:
This is a basic assignment:
This assigns the location pointed to by to 10:
This declares a variable and assigns it:
You can use different operators. This adds 5 to and assigns the result in :
You can give a list of right-hand values. This is useful for initializing an array:
To use SymbolicC you first need to load the package:
In[1]:=
Click for copyable input
This is a basic assignment:
In[2]:=
Click for copyable input
Out[2]=
This assigns the location pointed to by to 10:
In[3]:=
Click for copyable input
Out[3]=
This declares a variable and assigns it:
In[4]:=
Click for copyable input
In[5]:=
Click for copyable input
You can use different operators. This adds 5 to and assigns the result in :
In[6]:=
Click for copyable input
Out[6]=
You can give a list of right-hand values. This is useful for initializing an array:
In[7]:=
Click for copyable input
Out[7]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
格式:   HTML  |  CDF