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

  • Invert
  • MarkovRandomWalk
  • Overview
  • Namespace
  • Class
  • Tree

Class Invert

Invert a matrix i.e. produce its inverse matrix Square, non singular matrices only!

Chippyash\Matrix\Transformation\AbstractTransformation
Extended by Chippyash\Math\Matrix\Transformation\Invert uses Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric, Chippyash\Math\Matrix\Traits\AssertMatrixIsNonSingular, Chippyash\Math\Matrix\Traits\CreateCorrectMatrixType
Namespace: Chippyash\Math\Matrix\Transformation
Link: http://www.intmath.com/matrices-determinants/inverse-matrix-gauss-jordan-elimination.php
Link: https://gist.github.com/unix1/7510208
Located at Transformation/Invert.php
Methods summary
public
# __construct( integer $method = self::METHOD_AUTO )

Constructor

Constructor

Parameters

$method
Constants summary
integer METHOD_AUTO
# 0
integer METHOD_DET
# 1
Chippyash Math Matrix API documentation generated by ApiGen