The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Math::LinearCombination"

Math::LinearCombination - sum of variables with a numerical coefficient River stage zero No dependents

Math::LinearCombination is a module for representing mathematical linear combinations of variables, i.e. expressions of the format a1 * x1 + a2 * x2 + ... + an * xn with x1, x2, ..., xn variables, and a1, a2, ..., an numerical coefficients. Evaluatio...

WIMV/Math-LinearCombination-0.03 - 31 Oct 2001 13:06:07 UTC

Math::LP::LinearCombination - linear combination of Math::LP::Variable objects River stage zero No dependents

Any client should not access any other field than the "value" field. This field contains the value of the linear combination, typically obtained in calculate_value(), but it may be set elsewhere (e.g. by the solve() function in Math::LP). The followi...

WIMV/Math-LP-0.03 - 29 Oct 2001 10:28:32 UTC

Math::LP - OO interface to linear programs River stage zero No dependents

The Math::LP package provides an object oriented interface to defining and solving mixed linear/integer programs. It uses the lp_solve library as the underlying solver. Please note that this is not a two way relation. An LP is defined using Math::LP,...

WIMV/Math-LP-0.03 - 29 Oct 2001 10:28:32 UTC

Math::LP::Object - base class for objects in the Math::LP family River stage zero No dependents

Math::LP::Object provides the following methods to classes derived from it: new() Returns a new object, blessed in the package which it was called for. The returned object is a pseudo-hash, with fields specified using the fields pragma. new() optiona...

WIMV/Math-LP-0.03 - 29 Oct 2001 10:28:32 UTC

Math::LP::Constraint - representation of constraints in Math::LP objects River stage zero No dependents

A Math::LP::Constraint object has the following fields: lhs a Math::LP::LinearCombination object forming the left hand side of the (in)equality (Required) rhs a constant number for the right hand side of the (in)equality (Defaults to 0) type the (in)...

WIMV/Math-LP-0.03 - 29 Oct 2001 10:28:32 UTC
5 results (0.032 seconds)