var searchIndex = {}; searchIndex["dense_mats"] = {"doc":"This crate contains traits to abstract over dense matrices.","items":[[4,"StorageOrder","dense_mats","Describe the storage order of a matrix.",null,null],[13,"ColMaj","","Column major storage",0,null],[13,"RowMaj","","Row major storage",0,null],[8,"DenseMatView","","Represents a view into a dense matrix",null,null],[10,"rows","","The number of rows of the matrix",1,null],[10,"cols","","The number of cols of the matrix",1,null],[11,"shape","","The number of rows and cols of the matrix",1,null],[10,"strides","","The strides of the matrix.",1,null],[11,"ordering","","Storage order. Specifies which dimension is stored the most contiguously\nin memory",1,null],[10,"data","","Access to the matrix's data",1,null],[11,"data_index","","Give the index into self.data() for accessing the element\nat row i and column j",1,null],[8,"DenseMatViewMut","","A mutable view into a dense matrix",null,null],[10,"data_mut","","Mutable access to the matrix's data",2,null],[8,"DenseMatOwned","","Represents a dense matrix we own",null,null],[10,"into_data","","Get the underlying data array as a vector",3,null]],"paths":[[4,"StorageOrder"],[8,"DenseMatView"],[8,"DenseMatViewMut"],[8,"DenseMatOwned"]]}; initSearch(searchIndex);