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

  • AbstractDecomposition
  • GaussJordanElimination
  • Lu
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Chippyash\Math\Matrix\Decomposition

Classes summary
AbstractDecomposition Base abstract for decomposition
GaussJordanElimination Gauss Jordan Elimination
Lu

This is lifted from the JAMA package and adapted for this library from its PHP4 origin into PHP 5 and to fit the Chippyash\Matrix model You can find the JAMA package at http://www.phpmath.com/build02/JAMA/downloads/ My thanks to the original authors mentioned below

Chippyash Math Matrix API documentation generated by ApiGen