Struct xxcalc::linear_solver::LinearSolverEvaluator [] [src]

pub struct LinearSolverEvaluator {
    pub evaluator: Evaluator,
}

Extends PolynomialEvaluator with handler for linear solver operator.

Fields

Underlying evaluator (one can use it to extend it furthermore)

Trait Implementations

impl Default for LinearSolverEvaluator
[src]

Creates a LinearSolverEvaluator and extends the PolynomialEvaluator.

Handler for linear solver operator is registered to the underlying evalutor.

Returns the "default value" for a type. Read more

impl TokensReducer for LinearSolverEvaluator
[src]

Allows usage of LinearSolverEvaluator as common TokensReducer