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 DerivativeInterface

Interface for a NumericMatrix derivative

Derivatives return a single value as a reult of their derivation, usually expected to be numeric

Chippyash\Math\Matrix\Interfaces\DerivativeInterface implements Chippyash\Matrix\Interfaces\InvokableInterface

Direct known implementers

Chippyash\Math\Matrix\Derivative\AbstractDerivative

Indirect known implementers

Chippyash\Math\Matrix\Derivative\Determinant, Chippyash\Math\Matrix\Derivative\MarkovWeightedRandom, Chippyash\Math\Matrix\Derivative\Sum, Chippyash\Math\Matrix\Derivative\Trace
Namespace: Chippyash\Math\Matrix\Interfaces
Codecoverageignore
Located at Interfaces/DerivativeInterface.php
Methods summary
public numeric
# derive( Chippyash\Math\Matrix\NumericMatrix $mA, mixed $extra = null )

Compute derivative for a matrix

Compute derivative for a matrix

Parameters

$mA
$extra
Additional input required for derivative

Returns

numeric

Codecoverageignore

Chippyash Math Matrix API documentation generated by ApiGen