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

Standard multiplication of two matrices

Chippyash\Math\Matrix\Computation\AbstractComputation implements Chippyash\Math\Matrix\Interfaces\ComputatationInterface uses Chippyash\Matrix\Traits\Debug (not available)
Extended by Chippyash\Math\Matrix\Computation\Mul\Matrix uses Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType, Chippyash\Math\Matrix\Traits\CreateCorrectScalarType, Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric, Chippyash\Matrix\Traits\AssertParameterIsMatrix (not available)
Namespace: Chippyash\Math\Matrix\Computation\Mul
Located at Computation/Mul/Matrix.php
Methods summary
public Chippyash\Math\Matrix\NumericMatrix
# compute( Chippyash\Math\Matrix\NumericMatrix $mA, Chippyash\Math\Matrix\NumericMatrix $extra = null )

Multiply two matrices together Boolean values are converted to 0 (false) and 1 (true). Use the logical computations if required. Only numeric values can be multiplied. Strings cannot be multiplied

Multiply two matrices together Boolean values are converted to 0 (false) and 1 (true). Use the logical computations if required. Only numeric values can be multiplied. Strings cannot be multiplied

Parameters

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

Returns

Chippyash\Math\Matrix\NumericMatrix

Throws

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