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

  • IsComplex
  • IsIdentity
  • IsMarkov
  • IsNonsingular
  • IsNumeric
  • IsRational
  • Overview
  • Namespace
  • Class
  • Tree

Class IsNonsingular

Is the matrix nonsingular?

Chippyash\Math\Matrix\Attribute\IsNonsingular implements Chippyash\Matrix\Interfaces\AttributeInterface uses Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric, Chippyash\Matrix\Traits\AssertMatrixIsSquare (not available)
Namespace: Chippyash\Math\Matrix\Attribute
Link: http://mathworld.wolfram.com/SingularMatrix.html
Located at Attribute/IsNonsingular.php
Methods summary
public boolean
# is( Chippyash\Matrix\Matrix $mA )

Does the matrix have this attribute A nonsingular matrix is a square matrix whose determinant != 0

Does the matrix have this attribute A nonsingular matrix is a square matrix whose determinant != 0

Parameters

$mA

Returns

boolean

Throws

Chippyash\Matrix\Exceptions\ComputationException;
Chippyash Math Matrix API documentation generated by ApiGen