Home
last modified time | relevance | path

Searched refs:colstart_ (Results 1 – 1 of 1) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Dcolcompspmatrix.hh61 N_(0), M_(0), Nnz_(0), values_(0), rowindex_(0), colstart_(0) in ColCompMatrix()
104 return colstart_; in getColStart()
124 colstart_=new RowIndexType[M_+1]; in operator =()
126 colstart_[i]=mat.colstart[i]; in operator =()
145 delete[] colstart_; in free()
158 colstart_= new RowIndexType[M_+1]; in setMatrix()
160 colstart_[i]=0; in setMatrix()
171 ++(colstart_[pairIdx.second+1]); in setMatrix()
181 colstart_[i]+=colstart_[i-1]; in setMatrix()
182 tempPos[i-1]=colstart_[i-1]; in setMatrix()
[all …]