OASIS
Open Algebra Software
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 COasis::ExpressionAn expression
 COasis::BinaryExpression< Add, Expression, Expression >
 COasis::BinaryExpression< Derivative, Expression, Expression >
 COasis::BinaryExpression< Divide, Expression, Expression >
 COasis::BinaryExpression< Exponent, Expression, Expression >
 COasis::BinaryExpression< Integral, Expression, Expression >
 COasis::BinaryExpression< Log, Expression, Expression >
 COasis::BinaryExpression< Multiply, Expression, Expression >
 COasis::BinaryExpression< Subtract, Expression, Expression >
 COasis::BoundedExpression< Expression, Expression >
 COasis::BoundedExpression< LowerBoundT, UpperBoundT >
 COasis::BoundedBinaryExpression< DefiniteIntegral, OperandT, VariableT, LowerBoundT, UpperBoundT >
 COasis::DefiniteIntegral< OperandT, VariableT, LowerBoundT, UpperBoundT >
 COasis::BoundedBinaryExpression< Summation, OperandT, IncrementingVarT, LowerBoundT, UpperBoundT >
 COasis::Summation< OperandT, IncrementingVarT, LowerBoundT, UpperBoundT >
 COasis::LeafExpression< EulerNumber >
 COasis::EulerNumberAn 'EulerNumber' number
 COasis::LeafExpression< Imaginary >
 COasis::ImaginaryAn 'imaginary' number
 COasis::LeafExpression< Matrix >
 COasis::MatrixA matrix
 COasis::LeafExpression< Pi >
 COasis::PiMathematical Constant Pi
 COasis::LeafExpression< Real >
 COasis::RealA real number
 COasis::LeafExpression< Undefined >
 COasis::UndefinedAn undefined expression
 COasis::LeafExpression< Variable >
 COasis::VariableAn algebraic variable
 COasis::UnaryExpression< Magnitude, OperandT >
 COasis::Magnitude< OperandT >
 COasis::UnaryExpression< Negate, OperandT >
 COasis::Negate< OperandT >
 COasis::BinaryExpression< DerivedT, MostSigOpT, LeastSigOpT >A binary expression
 COasis::Add< AugendT, AddendT >The Add expression adds two expressions together
 COasis::Derivative< DependentT, IndependentT >The Derivative class template calculates the derivative of given expressions
 COasis::Divide< DividendT, DivisorT >The Divide expression divides two expressions
 COasis::Exponent< BaseT, PowerT >The exponent expression creates an exponent two expressions
 COasis::Integral< IntegrandT, DifferentialT >The Integral expression integrates the two expressions together
 COasis::Log< BaseT, ArgumentT >The Log expression represents the logarithm of a base and an argument
 COasis::Multiply< MultiplicandT, MultiplierT >The Multiply expression multiplies two expressions
 COasis::Subtract< MinuendT, SubtrahendT >The Subtract expression subtracts two expressions
 COasis::BoundedExpression< LowerBoundT, UpperBoundT >
 COasis::BoundedBinaryExpression< DerivedT, MostSigOpT, LeastSigOpT, LowerBoundT, UpperBoundT >
 COasis::BoundedUnaryExpression< DerivedT, OperandT, LowerBoundT, UpperBoundT >
 COasis::LeafExpression< DerivedT >A leaf expression
 COasis::UnaryExpression< DerivedT, OperandT >
 COasis::SerializationVisitor