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

  • Entrywise
  • Matrix
  • Scalar
  • Overview
  • Namespace
  • Class
  • Tree

Class Matrix

Divide one matrix by another This is the same as multiplying by the inverse of the divisor i.e. Where a, b are numeric matrices and i = inverse(b) then a/b = a * i

Chippyash\Math\Matrix\Computation\AbstractComputation implements Chippyash\Math\Matrix\Interfaces\ComputatationInterface uses Chippyash\Matrix\Traits\Debug (not available)
Extended by Chippyash\Math\Matrix\Computation\Div\Matrix uses Chippyash\Matrix\Traits\AssertParameterIsMatrix (not available) Chippyash\Matrix\Traits\AssertMatrixRowsAreEqual (not available) Chippyash\Matrix\Traits\AssertMatrixColumnsAreEqual (not available) Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType
Namespace: Chippyash\Math\Matrix\Computation\Div
Link: http://www.php.net//manual/en/function.is-scalar.php
Located at Computation/Div/Matrix.php
Methods summary
public Chippyash\Math\Matrix\NumericMatrix
# compute( Chippyash\Math\Matrix\NumericMatrix $mA, Chippyash\Math\Matrix\NumericMatrix $extra = null )

Divide a mtix by another

Divide a mtix by another

Parameters

$mA
First matrix operand - required
$extra
Second Matrix operand - required

Returns

Chippyash\Math\Matrix\NumericMatrix

Throws

BadMethodCallException
Methods inherited from Chippyash\Math\Matrix\Computation\AbstractComputation
__invoke()
Chippyash Math Matrix API documentation generated by ApiGen