Namespacedojox.math.matrix

dojo.require("dojox.math.matrix");
defined in dojox/math/matrix.js

Jump to PropertiesJump to FunctionsConstructorsBack to top

Jump to PropertiesJump to ConstructorsFunctionsBack to top

Find the adjoint of the passed matrix
Create a copy of the passed matrix
Create a new matrix with rows a and cols b, and pre-populate with value.
Calculate the determinant of the passed square matrix.
Return a string representation of the matrix, rounded to points (if needed)
Create an identity matrix based on the size and scale.
Return the inversion of the passed matrix
Multiply matrix a by matrix b.
Create a matrix pre-populated with ones
Return the product of N matrices
Create a copy of passed matrix and scale each member by factor.
Return the sum of N matrices
Transpose the passed matrix (i.e. rows to columns)
Create a matrix pre-populated with zeros

Jump to FunctionsJump to ConstructorsPropertiesBack to top