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

  • Chippyash\Math\Matrix\Attribute\IsComplex
  • Chippyash\Math\Matrix\Attribute\IsIdentity
  • Chippyash\Math\Matrix\Attribute\IsMarkov
  • Chippyash\Math\Matrix\Attribute\IsNonsingular
  • Chippyash\Math\Matrix\Attribute\IsNumeric
  • Chippyash\Math\Matrix\Attribute\IsRational
  • Chippyash\Math\Matrix\ComplexMatrix
  • Chippyash\Math\Matrix\Computation\AbstractComputation
  • Chippyash\Math\Matrix\Computation\AbstractEntryWiseComputation
  • Chippyash\Math\Matrix\Computation\Add\Matrix
  • Chippyash\Math\Matrix\Computation\Add\Scalar
  • Chippyash\Math\Matrix\Computation\Div\Entrywise
  • Chippyash\Math\Matrix\Computation\Div\Matrix
  • Chippyash\Math\Matrix\Computation\Div\Scalar
  • Chippyash\Math\Matrix\Computation\Mul\Entrywise
  • Chippyash\Math\Matrix\Computation\Mul\Matrix
  • Chippyash\Math\Matrix\Computation\Mul\Scalar
  • Chippyash\Math\Matrix\Computation\Sub\Matrix
  • Chippyash\Math\Matrix\Computation\Sub\Scalar
  • Chippyash\Math\Matrix\Decomposition\AbstractDecomposition
  • Chippyash\Math\Matrix\Decomposition\GaussJordanElimination
  • Chippyash\Math\Matrix\Decomposition\Lu
  • Chippyash\Math\Matrix\Derivative\AbstractDerivative
  • Chippyash\Math\Matrix\Derivative\Determinant
  • Chippyash\Math\Matrix\Derivative\MarkovWeightedRandom
  • Chippyash\Math\Matrix\Derivative\Strategy\Determinant\Laplace
  • Chippyash\Math\Matrix\Derivative\Strategy\Determinant\Lu
  • Chippyash\Math\Matrix\Derivative\Sum
  • Chippyash\Math\Matrix\Derivative\Trace
  • Chippyash\Math\Matrix\Exceptions\ComputationException
  • Chippyash\Math\Matrix\Exceptions\MathMatrixException
  • Chippyash\Math\Matrix\Exceptions\NoInverseException
  • Chippyash\Math\Matrix\Exceptions\NotMarkovException
  • Chippyash\Math\Matrix\Exceptions\SingularMatrixException
  • Chippyash\Math\Matrix\Exceptions\UndefinedComputationException
  • Chippyash\Math\Matrix\Formatter\AsciiNumeric
  • Chippyash\Math\Matrix\Formatter\DirectedGraph
  • Chippyash\Math\Matrix\Formatter\DirectedGraph\VertexDescription
  • Chippyash\Math\Matrix\FunctionMatrix
  • Chippyash\Math\Matrix\IdentityMatrix
  • Chippyash\Math\Matrix\MatrixFactory
  • Chippyash\Math\Matrix\NumericMatrix
  • Chippyash\Math\Matrix\RationalMatrix
  • Chippyash\Math\Matrix\ShiftMatrix
  • Chippyash\Math\Matrix\Special\AbstractSpecial
  • Chippyash\Math\Matrix\Special\Cauchy
  • Chippyash\Math\Matrix\Special\Chebspsec
  • Chippyash\Math\Matrix\Special\Functional
  • Chippyash\Math\Matrix\Special\Identity
  • Chippyash\Math\Matrix\Special\Ones
  • Chippyash\Math\Matrix\Special\Zeros
  • Chippyash\Math\Matrix\SpecialMatrix
  • Chippyash\Math\Matrix\Transformation\Invert
  • Chippyash\Math\Matrix\Transformation\MarkovRandomWalk
  • Chippyash\Math\Matrix\Transformation\Strategy\Invert\Determinant
  • Chippyash\Math\Matrix\ZeroMatrix

Interfaces

  • Chippyash\Math\Matrix\Interfaces\ComputatationInterface
  • Chippyash\Math\Matrix\Interfaces\DecompositionInterface
  • Chippyash\Math\Matrix\Interfaces\DerivativeInterface
  • Chippyash\Math\Matrix\Interfaces\DeterminantStrategyInterface
  • Chippyash\Math\Matrix\Interfaces\InversionStrategyInterface
  • Chippyash\Math\Matrix\Interfaces\TuningInterface
  • Chippyash\Math\Matrix\Special\SpecialMatrixInterface

Traits

  • Chippyash\Math\Matrix\Traits\AssertMatrixIsNonSingular
  • Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric
  • Chippyash\Math\Matrix\Traits\AssertMatrixIsRational
  • Chippyash\Math\Matrix\Traits\AssertParameterIsNotString
  • Chippyash\Math\Matrix\Traits\AssertParameterIsRationalMatrix
  • Chippyash\Math\Matrix\Traits\AssertParameterIsRationalNumber
  • Chippyash\Math\Matrix\Traits\ConvertNumberToComplex
  • Chippyash\Math\Matrix\Traits\ConvertNumberToNumeric
  • Chippyash\Math\Matrix\Traits\ConvertNumberToRational
  • Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType
  • Chippyash\Math\Matrix\Traits\CreateCorrectScalarType
  • Overview
  • Namespace
  • Class
  • Tree
  1:   2:   3:   4:   5:   6:   7:   8:   9:  10:  11:  12:  13:  14:  15:  16:  17:  18:  19:  20:  21:  22:  23:  24:  25:  26:  27:  28:  29:  30:  31:  32:  33:  34:  35:  36:  37:  38:  39:  40:  41:  42:  43:  44:  45:  46:  47:  48:  49:  50:  51:  52:  53:  54:  55:  56:  57:  58:  59:  60:  61:  62:  63:  64:  65:  66:  67:  68:  69:  70:  71:  72:  73:  74:  75:  76:  77:  78:  79:  80:  81:  82:  83:  84:  85:  86:  87:  88:  89:  90:  91:  92:  93:  94:  95:  96:  97:  98:  99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 
<?php
/*
 * Math-Matrix library
 *
 * @author Ashley Kitson <akitson@zf4.biz>
 * @copyright Ashley Kitson, UK, 2014
 * @licence GPL V3 or later : http://www.gnu.org/licenses/gpl.html
 * @link http://en.wikipedia.org/wiki/Matrix_(mathematics)
 */

namespace Chippyash\Math\Matrix\Computation\Mul;

use Chippyash\Math\Matrix\Computation\AbstractComputation;
use Chippyash\Matrix\Transformation\Colslice;
use Chippyash\Math\Matrix\NumericMatrix;
use Chippyash\Math\Matrix\Special\Zeros as ZMatrix;
use Chippyash\Math\Matrix\Exceptions\ComputationException;
use Chippyash\Math\Matrix\Exceptions\UndefinedComputationException;
use Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType;
use Chippyash\Math\Matrix\Traits\CreateCorrectScalarType;
use Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric;
use Chippyash\Matrix\Traits\AssertParameterIsMatrix;
use Chippyash\Type\TypeFactory;
use Chippyash\Math\Type\Calculator;

/**
 * Standard multiplication of two matrices
 */
class Matrix extends AbstractComputation
{
    use CreateCorrectMatrixType;
    use CreateCorrectScalarType;
    use AssertMatrixIsNumeric;
    use AssertParameterIsMatrix;

    /**
     * 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
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mA First matrix operand - required
     * @param \Chippyash\Math\Matrix\NumericMatrix $extra Second Matrix operand - required
     *
     * @return \Chippyash\Math\Matrix\NumericMatrix
     *
     * @throws Chippyash/Matrix/Exceptions/ComputationException
     */
    public function compute(NumericMatrix $mA, $extra = null)
    {
        $this->assertParameterIsMatrix($extra, 'Parameter is not a matrix')
                ->assertMatrixIsNumeric($extra, 'Parameter is not a numeric matrix');

        if ($mA->is('empty') || $extra->is('empty')) {
            return $this->createCorrectMatrixType($mA, []);
        }

        $this->checkCompatibility($mA, $extra);

        $product = $this->doComputation($mA, $extra);

        return $this->massageProduct($mA, $extra, $product);
    }

    /**
     * Carry out the actual multiplication using standard matrix multiplication
     * method.
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mA
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @return array
     * @throws ComputationException
     */
    protected function doComputation(NumericMatrix $mA, NumericMatrix $mB)
    {
        $size = max([$mA->columns(), $mA->rows(), $mB->columns(), $mB->rows()]);
        $product = (new ZMatrix())->create([$size, $size])->toArray();
        $dA = $mA->toArray();
        $dB = $mB->toArray();
        $zero = $this->createCorrectScalarType($mA, 0);
        $calc = new Calculator();
        for ($i = 0; $i < $size; $i++) {
            for ($k = 0; $k < $size; $k++) {
                for ($j = 0; $j < $size; $j++) {
                    $a = isset($dA[$i][$k]) ? $dA[$i][$k] : $zero;
                    $b = isset($dB[$k][$j]) ? $dB[$k][$j] : $zero;
                    $product[$i][$j] = $calc->add($product[$i][$j], $calc->mul($a, $b));
                }
            }
        }

        return $product;
    }

    /**
     * Check that multiplication is possible for the two matrices
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mA
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     */
    protected function checkCompatibility(NumericMatrix $mA, NumericMatrix $mB)
    {
        if ($mA->is('rowvector')) {
            $this->checkRowVectorCompatibility($mA, $mB);
        }
        if ($mA->is('columnvector')) {
            $this->checkColumnVectorCompatibility($mA, $mB);
        }
        if ($mA->is('square')) {
            $this->checkSquareMatrixCompatibility($mA, $mB);
        }
        if ($mA->is('rectangle')) {
            $this->checkRectangleMatrixCompatibility($mA, $mB);
        }
    }

    /**
     * Check that multiplication is possible when mA is a row vector
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mRV
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @throws ComputationException
     */
    protected function checkRowVectorCompatibility(NumericMatrix $mRV, NumericMatrix $mB)
    {
        if ($mB->is('columnvector') && ($mRV->columns() != $mB->rows())) {
            throw new ComputationException('Two matrices cannot be multiplied: mA->columns != mB->rows');
        }
    }

    /**
     * Check that multiplication is possible when mA is a column vector
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mCV
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @throws ComputationException
     * @throws UndefinedComputationException
     */
    protected function checkColumnVectorCompatibility(NumericMatrix $mCV, NumericMatrix $mB)
    {
        if ($mB->is('rowvector') && ($mCV->rows() != $mB->columns())) {
            throw new ComputationException('Two matrices cannot be multiplied: mA->rows != mB->columns');
        }
        if ($mB->is('square')) {
            throw new UndefinedComputationException('columnVector x square');
        }
    }

    /**
     * Check that multiplication is possible when mA is a square
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mSq
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @throws ComputationException
     */
    protected function checkSquareMatrixCompatibility(NumericMatrix $mSq, NumericMatrix $mB)
    {
        if ($mB->is('columnvector') && ($mSq->columns() != $mB->rows())) {
            throw new ComputationException('Two matrices cannot be multiplied: mA->columns != mB->rows');
        }
        if ($mB->is('square') && ($mSq->vertices() != $mB->vertices())) {
            throw new ComputationException('Two matrices cannot be multiplied: mA->columns != mB->rows');
        }
    }

    /**
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mA
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @throws ComputationException
     */
    protected function checkRectangleMatrixCompatibility(NumericMatrix $mA, NumericMatrix $mB)
    {
        if ($mB->is('rectangle') && ($mA->columns() != $mB->rows())) {
            throw new ComputationException('Two matrices cannot be multiplied: mA->columns != mB->rows');
        }
    }

    /**
     * Massage the product of a multiplication to return a matrix of the
     * correct size and shape
     *
     * @param \Chippyash\Math\Matrix\NumericMatrix $mA
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @param array $product
     * @return \Chippyash\Math\Matrix\NumericMatrix
     */
    protected function massageProduct(NumericMatrix $mA, NumericMatrix $mB, array $product)
    {
        if ($mA->is('rowvector') && $mB->is('columnvector')) {
            return $this->createCorrectMatrixType($mA, [$product[0][0]]);
        }
        if ($mA->is('square')) {
            return $this->massageSquare($mA, $mB, $product);
        }
        if ($mA->is('rectangle')) {
            return $this->massageRectangle($mA, $mB, $product);
        }
        return $this->createCorrectMatrixType($mA, $product);
    }

    /**
     * Massage where mA is a square
     * @param \Chippyash\Math\Matrix\NumericMatrix $mA
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @param array $product
     * @return \Chippyash\Math\Matrix\NumericMatrix
     */
    protected function massageSquare(NumericMatrix $mA, NumericMatrix $mB, array $product)
    {
        if ($mB->is('columnvector')) {
            $fC = new Colslice();
            return $fC($this->createCorrectMatrixType($mA, $product), array(1, 1));
        }

        return $this->createCorrectMatrixType($mA, $product);
    }

    /**
     * Massage where mA is rectangle
     * @param \Chippyash\Math\Matrix\NumericMatrix $mA
     * @param \Chippyash\Math\Matrix\NumericMatrix $mB
     * @param array $product
     * @return \Chippyash\Math\Matrix\NumericMatrix
     */
    protected function massageRectangle(NumericMatrix $mA, NumericMatrix $mB, array $product)
    {
        if ($mB->is('rectangle') && ($mA->rows() < $mB->rows())) {
            return $this->createCorrectMatrixType(
                    $mA,
                    [[$product[0][0], $product[0][1]],
                     [$product[1][0], $product[1][1]]
                     ]
                    );
        }

        return $this->createCorrectMatrixType($mA, $product);
    }
}
Chippyash Math Matrix API documentation generated by ApiGen