blob: 2e805dd6170a4d76bdfea4781c44e9b91b4d0622 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["Axes","Matrix dimensions"]],"mod":[["norm","The norm module"]],"struct":[["Cholesky","Cholesky decomposition."],["FullPivLu","LU decomposition with complete pivoting."],["HouseholderComposition","An efficient representation for a composition of Householder transformations."],["HouseholderQr","QR decomposition based on Householder reflections."],["LUP","Result of unpacking an instance of PartialPivLu."],["LUPQ","Result of unpacking an instance of FullPivLu."],["Matrix","The `Matrix` struct."],["MatrixSlice","A `MatrixSlice`"],["MatrixSliceMut","A mutable `MatrixSliceMut`"],["PartialPivLu","LU decomposition with partial pivoting."],["QR","The result of unpacking a QR decomposition."],["ThinQR","The result of computing a thin (or reduced) QR decomposition."],["Vector","The Vector struct."]],"trait":[["BaseMatrix","Trait for immutable matrix structs."],["BaseMatrixMut","Trait for mutable matrices."],["Decomposition","Base trait for decompositions."]]};