var searchIndex = {}; searchIndex["matrix"] = {"doc":"Matrix storage schemes.","items":[[3,"BandMatrix","matrix","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,"data","","The values of the diagonal elements such that the first row corresponds to the uppermost\nsuperdiagonal while the last row corresponds to the lowest supdiagonal.",0,null],[3,"CompressedMatrix","","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,"data","","The values of the nonzero elements.",1,null],[12,"indices","","The indices of columns (rows) the nonzero elements.",1,null],[12,"offsets","","The offsets of columns (rows) such that the values and indices of the `i`th column (row)\nare stored starting from `data[j]` and `indices[j]`, respectively, where `j = offsets[i]`.\nThe vector has one additional element, which is always equal to `nonzeros`, that is,\n`offsets[columns] = nonzeros` (`offsets[rows] = nonzeros`).",1,null],[3,"DenseMatrix","","A dense matrix.",null,null],[12,"rows","","The number of rows.",2,null],[12,"columns","","The number of columns.",2,null],[12,"data","","The data stored in the column-major order.",2,null],[3,"DiagonalMatrix","","A diagonal matrix.",null,null],[12,"rows","","The number of rows.",3,null],[12,"columns","","The number of columns.",3,null],[12,"data","","The values of the diagonal elements.",3,null],[3,"PackedMatrix","","A packed matrix.",null,null],[12,"size","","The number of rows or columns.",4,null],[12,"format","","The storage format.",4,null],[12,"data","","The data stored in the column-major order.",4,null],[4,"CompressedFormat","","The storage format of a compressed matrix.",null,null],[13,"Row","","The compressed-row format.",5,null],[13,"Column","","The compressed-column format.",5,null],[4,"PackedFormat","","The storage format of a packed matrix.",null,null],[13,"Lower","","The lower triangular format.",6,null],[13,"Upper","","The upper triangular format.",6,null],[11,"fmt","","",0,null],[11,"from","","",2,{"inputs":[{"name":"bandmatrix"}],"output":{"name":"densematrix"}}],[11,"fmt","","",1,null],[11,"eq","","",5,null],[11,"fmt","","",5,null],[11,"clone","","",5,null],[11,"from","","",2,{"inputs":[{"name":"compressedmatrix"}],"output":{"name":"densematrix"}}],[11,"fmt","","",2,null],[11,"into","","",2,null],[11,"deref","","",2,null],[11,"deref_mut","","",2,null],[11,"fmt","","",3,null],[11,"from","","",0,{"inputs":[{"name":"diagonalmatrix"}],"output":{"name":"bandmatrix"}}],[11,"from","","",2,{"inputs":[{"name":"diagonalmatrix"}],"output":{"name":"densematrix"}}],[11,"deref","","",3,null],[11,"deref_mut","","",3,null],[11,"fmt","","",4,null],[11,"eq","","",6,null],[11,"fmt","","",6,null],[11,"clone","","",6,null],[11,"from","","",2,{"inputs":[{"name":"packedmatrix"}],"output":{"name":"densematrix"}}]],"paths":[[3,"BandMatrix"],[3,"CompressedMatrix"],[3,"DenseMatrix"],[3,"DiagonalMatrix"],[3,"PackedMatrix"],[4,"CompressedFormat"],[4,"PackedFormat"]]}; initSearch(searchIndex);