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 DeterminantStrategyInterface

Interface for a Matrix determinant stratgey

Direct known implementers

Chippyash\Math\Matrix\Derivative\Strategy\Determinant\Laplace, Chippyash\Math\Matrix\Derivative\Strategy\Determinant\Lu
Namespace: Chippyash\Math\Matrix\Interfaces
Codecoverageignore
Located at Interfaces/DeterminantStrategyInterface.php
Methods summary
public numeric
# determinant( Chippyash\Math\Matrix\NumericMatrix $mA )

Compute determinant for a matrix

Compute determinant for a matrix

Parameters

$mA

Returns

numeric

Codecoverageignore

Chippyash Math Matrix API documentation generated by ApiGen