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

  • ComputationException
  • MathMatrixException
  • NoInverseException
  • NotMarkovException
  • SingularMatrixException
  • UndefinedComputationException
  • Overview
  • Namespace
  • Class
  • Tree

Class NoInverseException

No inverse can be found for a matrix

Chippyash\Matrix\Exceptions\MatrixException
Extended by Chippyash\Math\Matrix\Exceptions\MathMatrixException
Extended by Chippyash\Math\Matrix\Exceptions\ComputationException
Extended by Chippyash\Math\Matrix\Exceptions\NoInverseException
Namespace: Chippyash\Math\Matrix\Exceptions
Located at Exceptions/NoInverseException.php
Methods summary
public
# __construct( $reason, $code = -1, $previous = null )

Overrides

Chippyash\Math\Matrix\Exceptions\ComputationException::__construct()
Chippyash Math Matrix API documentation generated by ApiGen