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 IsMarkov

IsMarkov Matrix Attribute Is it A NumericMatrix? Is it Square? Are all row sums equal i.e. is the probability graph complete? Are there at least 2 rows and columns?

Chippyash\Math\Matrix\Attribute\IsMarkov implements Chippyash\Matrix\Interfaces\AttributeInterface uses Chippyash\Math\Matrix\Traits\AssertMatrixIsNumeric, Chippyash\Matrix\Traits\AssertMatrixIsSquare (not available)
Namespace: Chippyash\Math\Matrix\Attribute
Located at Attribute/IsMarkov.php
Methods summary
public boolean
# is( Chippyash\Matrix\Matrix $mA )

Does the matrix exhibit this attribute

Does the matrix exhibit this attribute

Parameters

$mA

Returns

boolean
Chippyash Math Matrix API documentation generated by ApiGen