var searchIndex = {}; searchIndex["matrix"] = {"doc":"Matrix storage schemes.","items":[[0,"band","matrix","Band matrices.",null,null],[3,"Band","matrix::band","A band matrix.",null,null],[12,"rows","","The number of rows.",0,null],[12,"columns","","The number of columns.",0,null],[12,"superdiagonals","","The number of superdiagonals.",0,null],[12,"subdiagonals","","The number of subdiagonals.",0,null],[12,"values","","The values of the diagonal elements stored as a `(superdiagonals + 1 +\nsubdiagonals) × columns` matrix such that the first row corresponds to\nthe uppermost superdiagonal whereas the last row corresponds to the\nlowest supdiagonal.",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"rows","","",0,null],[11,"columns","","",0,null],[11,"nonzeros","","",0,null],[0,"compressed","matrix","Compressed matrices.",null,null],[3,"Compressed","matrix::compressed","A compressed matrix.",null,null],[12,"rows","","The number of rows.",1,null],[12,"columns","","The number of columns.",1,null],[12,"nonzeros","","The number of nonzero elements.",1,null],[12,"format","","The storage format.",1,null],[12,"values","","The values of the nonzero elements.",1,null],[12,"indices","","The indices of rows when `format = Column` or columns when `format =\nRow` of the nonzero elements.",1,null],[12,"offsets","","The offsets of columns when `format = Column` or rows when `format =\nRow` such that the values and indices of the `i`th column when `format =\nColumn` or the `i`th row when `format = Row` are stored starting from\n`values[j]` and `indices[j]`, respectively, where `j = offsets[i]`. The\nvector has one additional element, which is always equal to `nonzeros`.",1,null],[3,"Iterator","","A sparse iterator of a compressed matrix.",null,null],[4,"Format","","A format of a compressed matrix.",null,null],[13,"Column","","The compressed-column format.",2,null],[13,"Row","","The compressed-row format.",2,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"eq","","",2,null],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"rows","","",1,null],[11,"columns","","",1,null],[11,"get","","Read an element.",1,null],[11,"set","","Assign a value to an element.",1,null],[11,"iter","","Return an iterator over the stored elements.",1,null],[11,"resize","","Resize the matrix.",1,null],[11,"retain","","Retain the elements that satisfy a condition and discard the rest.",1,null],[11,"nonzeros","","",1,null],[11,"from","","",1,{"inputs":[{"name":"dense"}],"output":{"name":"compressed"}}],[11,"from","","",1,{"inputs":[{"name":"dense"}],"output":{"name":"compressed"}}],[11,"next","","",3,null],[0,"dense","matrix","Dense matrices.",null,null],[3,"Dense","matrix::dense","A dense matrix.",null,null],[12,"rows","","The number of rows.",4,null],[12,"columns","","The number of columns.",4,null],[12,"values","","The values stored in the column-major order.",4,null],[11,"eq","","",4,null],[11,"ne","","",4,null],[11,"fmt","","",4,null],[11,"clone","","",4,null],[11,"rows","","",4,null],[11,"columns","","",4,null],[11,"from_slice","","Create a matrix from a slice.",4,null],[11,"from_vec","","Create a matrix from a vector.",4,{"inputs":[{"name":"vec"},{"name":"s"}],"output":{"name":"dense"}}],[11,"index","","",4,null],[11,"index_mut","","",4,null],[11,"into","","",4,null],[11,"deref","","",4,null],[11,"deref_mut","","",4,null],[0,"diagonal","matrix","Diagonal matrices.",null,null],[3,"Diagonal","matrix::diagonal","A diagonal matrix.",null,null],[12,"rows","","The number of rows.",5,null],[12,"columns","","The number of columns.",5,null],[12,"values","","The values of the diagonal elements.",5,null],[11,"eq","","",5,null],[11,"ne","","",5,null],[11,"fmt","","",5,null],[11,"clone","","",5,null],[11,"rows","","",5,null],[11,"columns","","",5,null],[11,"from_slice","","Create a matrix from a slice.",5,null],[11,"from_vec","","Create a matrix from a vector.",5,{"inputs":[{"name":"vec"},{"name":"s"}],"output":{"name":"diagonal"}}],[11,"nonzeros","","",5,null],[11,"from","matrix::band","",0,{"inputs":[{"name":"diagonal"}],"output":{"name":"band"}}],[11,"from","","",0,{"inputs":[{"name":"diagonal"}],"output":{"name":"band"}}],[11,"from","matrix::compressed","",1,{"inputs":[{"name":"diagonal"}],"output":{"name":"compressed"}}],[11,"from","","",1,{"inputs":[{"name":"diagonal"}],"output":{"name":"compressed"}}],[11,"from","matrix::dense","",4,{"inputs":[{"name":"diagonal"}],"output":{"name":"dense"}}],[11,"from","","",4,{"inputs":[{"name":"diagonal"}],"output":{"name":"dense"}}],[11,"into","matrix::diagonal","",5,null],[11,"deref","","",5,null],[11,"deref_mut","","",5,null],[0,"triangular","matrix","Triangular matrices.",null,null],[3,"Triangular","matrix::triangular","A triangular matrix.",null,null],[12,"size","","The number of rows or columns.",6,null],[12,"format","","The storage format.",6,null],[12,"values","","The values stored in the column-major order.",6,null],[4,"Format","","A format of a triangular matrix.",null,null],[13,"Lower","","The lower-triangular format.",7,null],[13,"Upper","","The upper-triangular format.",7,null],[11,"eq","","",6,null],[11,"ne","","",6,null],[11,"fmt","","",6,null],[11,"clone","","",6,null],[11,"eq","","",7,null],[11,"fmt","","",7,null],[11,"clone","","",7,null],[11,"rows","","",6,null],[11,"columns","","",6,null],[11,"nonzeros","","",6,null],[11,"from","matrix::dense","",4,{"inputs":[{"name":"triangular"}],"output":{"name":"dense"}}],[11,"from","","",4,{"inputs":[{"name":"triangular"}],"output":{"name":"dense"}}],[8,"Matrix","matrix","A matrix.",null,null],[16,"Element","","The element type.",8,null],[8,"Sparse","","A sparse matrix.",null,null],[10,"nonzeros","","Return the number of nonzero elements.",9,null],[8,"Element","","An element.",null,null],[10,"zero","","Return the zero element.",10,{"inputs":[],"output":{"name":"self"}}],[8,"Position","","A position.",null,null],[10,"row","","Return the row.",11,null],[10,"column","","Return the column.",11,null],[11,"coordinates","","Return the row and column.",11,null],[8,"Size","","A size.",null,null],[10,"rows","","Return the number of rows.",12,null],[10,"columns","","Return the number of columns.",12,null],[11,"dimensions","","Return the number of rows and columns.",12,null],[11,"coordinates","","Return the row and column.",11,null],[11,"dimensions","","Return the number of rows and columns.",12,null],[11,"from","matrix::dense","",4,{"inputs":[{"name":"band"}],"output":{"name":"dense"}}],[11,"from","","",4,{"inputs":[{"name":"band"}],"output":{"name":"dense"}}],[11,"from","","",4,{"inputs":[{"name":"compressed"}],"output":{"name":"dense"}}],[11,"from","","",4,{"inputs":[{"name":"compressed"}],"output":{"name":"dense"}}]],"paths":[[3,"Band"],[3,"Compressed"],[4,"Format"],[3,"Iterator"],[3,"Dense"],[3,"Diagonal"],[3,"Triangular"],[4,"Format"],[8,"Matrix"],[8,"Sparse"],[8,"Element"],[8,"Position"],[8,"Size"]]}; initSearch(searchIndex);