Home
last modified time | relevance | path

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

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/src/
H A DMatrixHelperRep_Vector.h348 const int nDiags = std::min(this->length(), 1); // 0 or 1 in createDiagonalView_() local
349 S* data = nDiags ? this->updElt_(0) : 0; in createDiagonalView_()
352 ? new ContiguousVectorScalarHelper<S>(nDiags, false, data, false) in createDiagonalView_()
353 : new ContiguousVectorHelper<S>(this->m_eltSize, this->m_cppEltSize, nDiags, in createDiagonalView_()