Package ru.tunegov.mathematic

Interface Summary
ElementSet This is a abstract class that represents the mathematical element of a set.
MatrixElementSet This is a abstract class that represents matrixes.
 

Class Summary
BinaryArithmeticOperator This is a non-visual component that represents binary mathematical operation over scalars and matrix during visual wiring beans in the IDE.
BinaryArithmeticOperatorBeanInfo The bean information class for ru.tunegov.mathematic.BinaryArithmeticOperator.
Complex This is a non-visual component that represents complex number.
ComplexBeanInfo The bean information class for ru.tunegov.mathematic.Complex.
ComplexOperator This is a non-visual component that represents complex operation over complex numbers during visual wiring beans in the IDE.
ComplexOperatorBeanInfo The bean information class for ru.tunegov.mathematic.ComplexOperator.
Constant This is a non-visual component that represents mathematical constants.
ConstantBeanInfo The bean information class for ru.tunegov.mathematic.Constant.
Decimal This is a non-visual component that represents decimal number.
DecimalBeanInfo The bean information class for ru.tunegov.mathematic.Decimal.
DegreeOperator This is a non-visual component that represents degree operation over scalars and matrix during visual wiring beans in the IDE.
DegreeOperatorBeanInfo The bean information class for ru.tunegov.mathematic.DegreeOperator.
FunctionBean This class is a base class for all non visual beans.
FunctionBeanBeanInfo The bean information class for ru.tunegov.mathematic.FunctionBean.
Matrix This is a non-visual component that represents matrixes.
MatrixBeanInfo The bean information class for ru.tunegov.mathematic.Matrix.
MatrixOperator This is a non-visual component that represents matrix operation over matrices during visual wiring beans in the IDE.
MatrixOperatorBeanInfo The bean information class for ru.tunegov.mathematic.MatrixOperator.
Operation This is abstract class that represents mathematical operation over scalars and matrix during visual wiring beans in the IDE.
OperationBeanInfo The bean information class for ru.tunegov.mathematic.Operation.
ScalarFunction This is a non-visual component that represents scalar function over scalars during visual wiring beans in the IDE.
ScalarFunctionBeanInfo The bean information class for ru.tunegov.mathematic.ScalarFunction.
UnaryArithmeticOperator This is a non-visual component that represents unary mathematical operation over scalars and matrices during visual wiring beans in the IDE.
UnaryArithmeticOperatorBeanInfo The bean information class for ru.tunegov.mathematic.UnaryArithmeticOperator.
UnaryOperation This is abstract class that represents unary mathematical operation over scalars and matrix during visual wiring beans in the IDE.
UnaryOperationBeanInfo The bean information class for ru.tunegov.mathematic.UnaryOperation.
Visualizer This is a non-visual component that represents converter from ElementSet to String and back.
VisualizerBeanInfo The bean information class for ru.tunegov.mathematic.Visualizer.
 

Exception Summary
MathematicException This class represents mathematical exception.
OperationNotSupport This class represents mathematical exception.