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

  • AbstractSpecial
  • Cauchy
  • Chebspsec
  • Functional
  • Identity
  • Ones
  • Zeros

Interfaces

  • SpecialMatrixInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class Functional

Functional Matrix Create a matrix given a function for each row, column index Particularly useful when matrix content is a function of row,col index

Expects 3 parameters: int:rows > 0, int:cols > 0, Closure:f(row, col)

Chippyash\Math\Matrix\Special\AbstractSpecial implements Chippyash\Math\Matrix\Special\SpecialMatrixInterface
Extended by Chippyash\Math\Matrix\Special\Functional
Namespace: Chippyash\Math\Matrix\Special
Located at Special/Functional.php
Methods inherited from Chippyash\Math\Matrix\Special\AbstractSpecial
create()
Constants summary
string ERR1
# 'rows and cols parameters must be integer > 0'
string ERR2
# 'f parameter must be a Closure'
Chippyash Math Matrix API documentation generated by ApiGen