Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp11 HIntVector hindexmap; member in PetscMatrixSampler
74 copyVector(this->hindexmap, indexmap, n, H2OPUS_HWTYPE_CPU); in SetIndexMap()
82 if (this->hindexmap.size()) { in VerifyBuffers()
83 size_t n = this->hindexmap.size(); in VerifyBuffers()
101 if (this->hindexmap.size()) { in PermuteBuffersIn()
102 size_t n = this->hindexmap.size(); in PermuteBuffersIn()
104 …permute_vectors(v, this->hbuffer_in.data(), n, nv, this->hindexmap.data(), 1, H2OPUS_HWTYPE_CPU, t… in PermuteBuffersIn()
120 if (this->hindexmap.size()) { in PermuteBuffersOut()
121 size_t n = this->hindexmap.size(); in PermuteBuffersOut()
123 …permute_vectors(this->hbuffer_out.data(), v, n, nv, this->hindexmap.data(), 0, H2OPUS_HWTYPE_CPU, … in PermuteBuffersOut()