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

  • AsciiNumeric
  • DirectedGraph
  • Overview
  • Namespace
  • Class
  • Tree

Class AsciiNumeric

Format matrix as an ascii diagram Extension to base Ascii formatter to allow setting of display type for entries. Should only be used for Numeric matrices.

Chippyash\Matrix\Formatter\Ascii
Extended by Chippyash\Math\Matrix\Formatter\AsciiNumeric
Namespace: Chippyash\Math\Matrix\Formatter
Located at Formatter/AsciiNumeric.php
Methods summary
public string
# format( Chippyash\Matrix\Matrix $mA, array $options = array() )

Format the matrix contents for outputting.

Format the matrix contents for outputting.

Parameters

$mA
Matrix to format
$options
Options for formatter

Returns

string
Constants summary
integer TP_NONE
# 0
integer TP_INT
# 1
integer TP_FLOAT
# 2
integer TP_RATIONAL
# 3
integer TP_COMPLEX
# 4
Chippyash Math Matrix API documentation generated by ApiGen