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 Ones

Ones Matrix Create a matrix or vector filled with 1

Expects 1 parameter: rows and second optional parameter, cols cols defaults to 1 if not specified.

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