This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
XPath/XQuery 3.0 added support for arrays, including functions to create and manipulate them. A future version should consider adding functions to support matrix operations. Typical operations would be: - creating n x m matrix (2-dimensional array) - submatrix (splitting) - transpose - matrix addition - matric multiplication - scalar operations (addition/subtraction/multiplication etc of each entry) A few use cases: - representing graphs (edges, adjacency etc) - computer graphics (4x4 transformation matrix representing translation, rotation, scaling, perspective/orthogonal projection) - data structures for probability and statistics - linear algebra