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

  • Entrywise
  • Matrix
  • Scalar
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Chippyash\Math\Matrix\Computation\Div

Classes summary
Entrywise

Abstract base to run an entrywise computation on a matrix Two standard Matrix calcs are Addition and Subtraction You can also do entrywise multiplication and division

Matrix

Divide one matrix by another This is the same as multiplying by the inverse of the divisor i.e. Where a, b are numeric matrices and i = inverse(b) then a/b = a * i

Scalar Divide every item in the operand matrix by a scalar value
Chippyash Math Matrix API documentation generated by ApiGen