cc.redberry.core.solver
Class ReducedSystem
- java.lang.Object
-
- cc.redberry.core.solver.ReducedSystem
-
public class ReducedSystem extends java.lang.ObjectThis is a simple holder for system of symbolic equations.- Since:
- 1.1.5
-
-
Constructor Summary
Constructors Constructor and Description ReducedSystem(Expression[] equations, SimpleTensor[] unknownCoefficients, Expression[] generalSolutions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Expression[]getEquations()Returns an underlying system of equations.Expression[]getGeneralSolutions()Returns the general solution of the tensorial system.SimpleTensor[]getUnknownCoefficients()Returns an unknown variables.
-
-
-
Constructor Detail
-
ReducedSystem
public ReducedSystem(Expression[] equations, SimpleTensor[] unknownCoefficients, Expression[] generalSolutions)
-
-
Method Detail
-
getEquations
public Expression[] getEquations()
Returns an underlying system of equations.- Returns:
- underlying system of equations
-
getUnknownCoefficients
public SimpleTensor[] getUnknownCoefficients()
Returns an unknown variables.- Returns:
- an unknown variables
-
getGeneralSolutions
public Expression[] getGeneralSolutions()
Returns the general solution of the tensorial system.- Returns:
- the general solution of the tensorial system
-
-
DataMelt 3.0 © DataMelt by jWork.ORG