Overview

Namespaces

  • Chippyash
    • Math
      • Matrix
        • Attribute
        • Computation
          • Add
          • Div
          • Mul
          • Sub
        • Decomposition
        • Derivative
          • Strategy
            • Determinant
        • Exceptions
        • Formatter
          • DirectedGraph
        • Interfaces
        • Special
        • Traits
        • Transformation
          • Strategy
            • Invert

Interfaces

  • ComputatationInterface
  • DecompositionInterface
  • DerivativeInterface
  • DeterminantStrategyInterface
  • InversionStrategyInterface
  • TuningInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface TuningInterface

Tuning interface - gives access to, usually static properties on a class so that any objects created can be fine tuned.

Direct known implementers

Chippyash\Math\Matrix\Derivative\Determinant, Chippyash\Math\Matrix\Derivative\Strategy\Determinant\Laplace
Namespace: Chippyash\Math\Matrix\Interfaces
Codecoverageignore
Located at Interfaces/TuningInterface.php
Methods summary
public mixed
# tune( Chippyash\Type\String\StringType $name, mixed $value )

Tune an item on a class

Tune an item on a class

Parameters

$name
Item to tune
$value
Value to set

Returns

mixed
  • previous value of item

Throws

InvalidArgumentException
if name does not exist
Chippyash Math Matrix API documentation generated by ApiGen