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

  • ComplexMatrix
  • FunctionMatrix
  • IdentityMatrix
  • MatrixFactory
  • NumericMatrix
  • RationalMatrix
  • ShiftMatrix
  • SpecialMatrix
  • ZeroMatrix
  • Overview
  • Namespace
  • Class
  • Tree

Class ZeroMatrix

Construct a matrix with all entries set to 0/1

Chippyash\Matrix\Matrix
Extended by Chippyash\Math\Matrix\NumericMatrix uses Chippyash\Math\Matrix\Traits\ConvertNumberToNumeric
Extended by Chippyash\Math\Matrix\FunctionMatrix
Extended by Chippyash\Math\Matrix\ZeroMatrix
Namespace: Chippyash\Math\Matrix
Deprecated: use SpecialMatrix('zeros',...) instead
Located at ZeroMatrix.php
Methods summary
public
# __construct( Chippyash\Type\Interfaces\NumericTypeInterface $rows, Chippyash\Type\Interfaces\NumericTypeInterface $cols )

Construct a Matrix with all entries set to IntType(0)

Construct a Matrix with all entries set to IntType(0)

Parameters

$rows
Number of required rows
$cols
Number of required columns

Throws

InvalidArgumentException

Overrides

Chippyash\Math\Matrix\FunctionMatrix::__construct()
Methods inherited from Chippyash\Math\Matrix\NumericMatrix
__invoke(), compute(), decompose(), derive(), test(), transform()
Constants inherited from Chippyash\Math\Matrix\NumericMatrix
NS_COMPUTATION, NS_DECOMPOSITION, NS_DERIVATIVE, NS_NTRANSFORMATION, NS_NUMERIC_ATTRIBUTE
Chippyash Math Matrix API documentation generated by ApiGen