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

Namespace Chippyash\Math\Matrix\Attribute

Classes summary
IsComplex Is matrix a Complex matrix?
IsIdentity

Is matrix an identity matrix? Can only be applied to numeric and complex matrices

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?

IsNonsingular Is the matrix nonsingular?
IsNumeric Is matrix a numeric matrix
IsRational Is matrix a Rational matrix?
Chippyash Math Matrix API documentation generated by ApiGen