|
Maxima Plugin
A SMath Plugin
|
Handles Matrix and List conversion from SMath to Maxima More...
Static Public Member Functions | |
| static string | MakeString (string input, string newArrayString, int arrayStart, int arrayEnd) |
| Replaces the part arrayStart...arrayEnd in input by newArrayString More... | |
| static string | MakeTermString (ElementStoreManager store, string systemStart, string systemEnd) |
| Writes the contents of store to a string between systemStart and systemEnd. More... | |
| static string | MatrixConvert (string input) |
| Translates an SMath matrix given as string to Maxima Called by Converter.PrepareTermsForMaxima More... | |
| static string | ListConvert (string input) |
| Translates an SMath list given as string to Maxima More... | |
| static ElementStoreManager | SMathMatrixDataCollection (ElementStoreManager store, string input) |
| Converts an SMath matrix given as string to the internal storage structure More... | |
| static ElementStoreManager | SMathListDataCollection (ElementStoreManager store, string input) |
| Converts an SMath list given as string to the internal storage structure More... | |
Static Public Attributes | |
| static int | arrayStart = 0 |
| static int | arrayEnd = 0 |
Handles Matrix and List conversion from SMath to Maxima
|
static |
Translates an SMath list given as string to Maxima
| input |
|
static |
Replaces the part arrayStart...arrayEnd in input by newArrayString
| input | |
| newArrayString | |
| arrayStart | |
| arrayEnd |
|
static |
Writes the contents of store to a string between systemStart and systemEnd.
| store | |
| systemStart | |
| systemEnd |
|| (i == 0 && store.currentStore.items!=1))
|
static |
Translates an SMath matrix given as string to Maxima Called by Converter.PrepareTermsForMaxima
| input |
|
static |
Converts an SMath list given as string to the internal storage structure
| store | |
| input |
|
static |
Converts an SMath matrix given as string to the internal storage structure
| store | |
| input |