Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/math/matrix.js

  • Provides:

    • dojox.math.matrix
  • dojox.math.matrix.iDF

    • type
      Number
  • dojox.math.matrix.ALMOST_ZERO

    • type
      Number
  • dojox.math.matrix.multiply

    • parameters:
      • a: (typeof Array)
      • b: (typeof Array)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.product

    • returns
      Array
    • type
      Function
  • dojox.math.matrix.sum

    • returns
      Number|Array
    • type
      Function
  • dojox.math.matrix.inverse

    • parameters:
      • a: (typeof Array)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.determinant

    • parameters:
      • a: (typeof Array)
    • returns
      Number
    • type
      Function
  • dojox.math.matrix.upperTriangle

    • parameters:
      • m: (typeof Array)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.upperTriangle.iDF

    • type
      Number
  • dojox.math.matrix.create

    • parameters:
      • a: (typeof Number)
      • b: (typeof Number)
      • value: (typeof Number)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.ones

    • parameters:
      • a: (typeof Number)
      • b: (typeof Number)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.zeros

    • parameters:
      • a: (typeof Number)
      • b: (typeof Number)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.identity

    • parameters:
      • size: (typeof Number)
      • scale: (typeof Number)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.adjoint

    • parameters:
      • a: (typeof Array)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.transpose

    • parameters:
      • a: (typeof Array)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.format

    • parameters:
      • a: (typeof Array)
      • points: (typeof Number)
    • returns
      string
    • type
      Function
  • dojox.math.matrix.copy

    • parameters:
      • a: (typeof Array)
    • returns
      Array
    • type
      Function
  • dojox.math.matrix.scale

    • parameters:
      • a: (typeof Array)
      • factor: (typeof Number)
    • type
      Function
  • dojox.math.matrix

    • type
      Object
  • dojox.math

    • type
      Object
  • dojox

    • type
      Object