Overview

Namespaces

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

Classes

  • Laplace
  • Lu
  • Overview
  • Namespace
  • Class
  • Tree

Class Lu

LU strategy for matrix determinant

Chippyash\Math\Matrix\Derivative\Strategy\Determinant\Lu implements Chippyash\Math\Matrix\Interfaces\DeterminantStrategyInterface
Namespace: Chippyash\Math\Matrix\Derivative\Strategy\Determinant
Located at Derivative/Strategy/Determinant/Lu.php
Methods summary
public Chippyash\Type\Interfaces\NumericTypeInterface
# determinant( Chippyash\Math\Matrix\NumericMatrix $mA )

Compute determinant using LU method $mA must be - square This is not checked here - that is done in the determinant derivative class

Compute determinant using LU method $mA must be - square This is not checked here - that is done in the determinant derivative class

Parameters

$mA

Returns

Chippyash\Type\Interfaces\NumericTypeInterface

Implementation of

Chippyash\Math\Matrix\Interfaces\DeterminantStrategyInterface::determinant()
Chippyash Math Matrix API documentation generated by ApiGen