Overview

Namespaces

  • Chippyash
    • Math
      • Matrix
        • Attribute
        • Computation
          • Add
          • Div
          • Mul
          • Sub
        • Decomposition
        • Derivative
          • Strategy
            • Determinant
        • Exceptions
        • Formatter
          • DirectedGraph
        • Interfaces
        • Special
        • Traits
        • Transformation
          • Strategy
            • Invert

Interfaces

  • ComputatationInterface
  • DecompositionInterface
  • DerivativeInterface
  • DeterminantStrategyInterface
  • InversionStrategyInterface
  • TuningInterface
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Chippyash\Math\Matrix\Interfaces

Interfaces summary
ComputatationInterface

Computation interface Computations must never modify the operands to the computation and always return a Matrix as a result.

DecompositionInterface

Interface for a Matrix decomposition Decompositions return n>1 products so we need additional support to access those products.

DerivativeInterface Interface for a NumericMatrix derivative
DeterminantStrategyInterface Interface for a Matrix determinant stratgey
InversionStrategyInterface Interface for inversion strategies
TuningInterface

Tuning interface - gives access to, usually static properties on a class so that any objects created can be fine tuned.

Chippyash Math Matrix API documentation generated by ApiGen