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 Entrywise

Abstract base to run an entrywise computation on a matrix Two standard Matrix calcs are Addition and Subtraction You can also do entrywise multiplication and division

Chippyash\Math\Matrix\Computation\AbstractComputation implements Chippyash\Math\Matrix\Interfaces\ComputatationInterface uses Chippyash\Matrix\Traits\Debug (not available)
Extended by Chippyash\Math\Matrix\Computation\AbstractEntryWiseComputation uses Chippyash\Matrix\Traits\AssertParameterIsMatrix (not available) Chippyash\Matrix\Traits\AssertMatrixRowsAreEqual (not available) Chippyash\Matrix\Traits\AssertMatrixColumnsAreEqual (not available) Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType
Extended by Chippyash\Math\Matrix\Computation\Div\Entrywise
Namespace: Chippyash\Math\Matrix\Computation\Div
Located at Computation/Div/Entrywise.php
Methods inherited from Chippyash\Math\Matrix\Computation\AbstractEntryWiseComputation
compute()
Methods inherited from Chippyash\Math\Matrix\Computation\AbstractComputation
__invoke()
Chippyash Math Matrix API documentation generated by ApiGen