Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/src/
H A DMatrixHelperRep_Full.h477 class FullIndexedEltHelper : public RegularFullHelper<S> {
478 typedef FullIndexedEltHelper<S> This;
486 FullIndexedEltHelper(RegularFullHelper<S>& src, const EltBlock& block, const EltIndexer& ix) in FullIndexedEltHelper() function
560 class FullIndexedScalarHelper : public FullIndexedEltHelper<S> {
562 typedef FullIndexedEltHelper<S> Base;
614 else p = new FullIndexedEltHelper<S>(*this, block, ix); in createRegularView_()