Maxima Plugin
A SMath Plugin
Loading...
Searching...
No Matches
MaximaPlugin.Converter Namespace Reference

Classes

class  ConvertToMaxima
 
class  ConvertToSMath
 Data and Functions for conversion from Maxima to SMath More...
 
class  DiffConverterToMaxima
 Conversion of derivatives to Maxima. More...
 
class  DiffConverterToSMath
 Conversion of derivatives to SMath. The task is to convert diff(f,x,n,y,m) to diff(diff(f,x,n),y,m) More...
 
class  ElementStore
 Store the information of the input element More...
 
class  ElementStoreManager
 Manage the storing of the information of the input element. Used in multiple other classes to record and convert the input to SMath and Maxima syntax More...
 
class  MatrixAndListFromMaximaToSMath
 Handles Matrix and List conversion from Maxima to SMath More...
 
class  MatrixAndListFromSMathToMaxima
 Handles Matrix and List conversion from SMath to Maxima More...
 
class  PowerDataContainer
 Conversion of power expressions (care for different operator priority in maxima and smath) More...