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

Namespace Chippyash\Math\Matrix

Namespaces summary
Chippyash\Math\Matrix\Attribute
Chippyash\Math\Matrix\Computation
Chippyash\Math\Matrix\Decomposition
Chippyash\Math\Matrix\Derivative
Chippyash\Math\Matrix\Exceptions
Chippyash\Math\Matrix\Formatter
Chippyash\Math\Matrix\Interfaces
Chippyash\Math\Matrix\Special
Chippyash\Math\Matrix\Traits
Chippyash\Math\Matrix\Transformation
Classes summary
ComplexMatrix Construct a matrix whose entries are complex numbers
FunctionMatrix Matrix construction using a function
IdentityMatrix Construct an identity matrix
MatrixFactory Static factory to create the various standard numerical matrices
NumericMatrix

Construct a matrix whose entries are numeric, i.e int, float, IntType, FloatType or RationalType

RationalMatrix Construct a matrix whose entries are Rational numbers
ShiftMatrix Class ShiftMatrix
SpecialMatrix

Create and return 'special' matrices. Inspired by Octave/Matlab

ZeroMatrix Construct a matrix with all entries set to 0/1
Chippyash Math Matrix API documentation generated by ApiGen