blob: 1008aad7cf45302ae31d8a2f040c76449498125d [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["Axes","Matrix dimensions"],["DiagOffset","Diagonal offset (used by Diagonal iterator)."],["Parity","Parity is the fact of being even or odd."]],"mod":[["decomposition","Decompositions for matrices."]],"struct":[["Cols","Column iterator."],["ColsMut","Mutable column iterator."],["Column","Column of a matrix."],["ColumnMut","Mutable column of a matrix."],["Diagonal","An iterator over the diagonal elements of a matrix."],["DiagonalMut","An iterator over the mutable diagonal elements of a matrix."],["Matrix","The `Matrix` struct."],["MatrixSlice","A `MatrixSlice`"],["MatrixSliceMut","A mutable `MatrixSliceMut`"],["PermutationMatrix","An efficient implementation of a permutation matrix."],["Row","Row of a matrix."],["RowMut","Mutable row of a matrix."],["Rows","Row iterator."],["RowsMut","Mutable row iterator."],["SliceIter","Iterator for matrix."],["SliceIterMut","Iterator for mutable matrix."]],"trait":[["BaseMatrix","Trait for immutable matrix structs."],["BaseMatrixMut","Trait for mutable matrices."]]};