Home
last modified time | relevance | path

Searched defs:nbSheets (Results 1 – 3 of 3) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DQuadraticEvaluation.cxx137 const UnsignedInteger nbSheets = quadratic_.getNbSheets(); in operator ()() local
168 const UnsignedInteger nbSheets = quadratic_.getNbSheets(); in operator ()() local
H A DLinearGradient.cxx117 const UnsignedInteger nbSheets = linear_.getNbSheets(); in gradient() local
/dports/math/openturns/openturns-1.18/python/src/openturns/
H A DPythonWrappingFunctions.hxx1371 const UnsignedInteger nbSheets = view.shape[2]; in convert() local
1397 UnsignedInteger nbSheets = ptr->getSize() > 0 ? (*ptr)[0].getDimension() : 0; in convert() local
1639 const UnsignedInteger nbSheets = view.shape[2]; in convert() local
1672 UnsignedInteger nbSheets = shape[2]; in convert() local
1724 UnsignedInteger nbSheets = checkAndConvert< _PyInt_, UnsignedInteger >(sheetsObj.get()); in convert() local