Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/src/
H A DMatrixHelperRep_Vector.h177 class ContiguousVectorHelper : public FullVectorHelper<S> {
178 typedef ContiguousVectorHelper<S> This;
182 ContiguousVectorHelper(int esz, int cppesz, int n, bool isRow) in ContiguousVectorHelper() function
198 ContiguousVectorHelper(int esz, int cppesz, int n, bool isRow, in ContiguousVectorHelper() function
325 class ContiguousVectorScalarHelper : public ContiguousVectorHelper<S> {
327 typedef ContiguousVectorHelper<S> Base;
487 ContiguousVectorHelper<S>* p = in createDeepCopy_()
618 ContiguousVectorHelper<S>* p = (this->m_eltSize==1) in createBlockView_()
621 : new ContiguousVectorHelper<S> in createBlockView_()
689 ContiguousVectorHelper<S>* createDeepCopy_() const { in createDeepCopy_()
[all …]
H A DMatrixHelper.cpp639 … : (FullVectorHelper<S>*)new ContiguousVectorHelper<S>(esz,cppEsz,length,rowOrder)); in createOwnerMatrixHelperRep()
722 … : (FullVectorHelper<S>*)new ContiguousVectorHelper<S>(esz,cppEsz,length,rowOrder, in createExternalMatrixHelperRep()
866 : (VectorHelper<S>*)new ContiguousVectorHelper<S>(this->m_eltSize, this->m_cppEltSize, in createDiagonalView_()
890 : (VectorHelper<S>*)new ContiguousVectorHelper<S>(this->m_eltSize, this->m_cppEltSize, in createColumnView_()
915 : (VectorHelper<S>*)new ContiguousVectorHelper<S>(this->m_eltSize, this->m_cppEltSize, in createRowView_()
948 : (VectorHelper<S>*)new ContiguousVectorHelper<S>(this->m_eltSize, this->m_cppEltSize, in createDiagonalView_()
991 INSTANTIATE(ContiguousVectorHelper);