Home
last modified time | relevance | path

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

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/transport/
H A DMMCollisionInt.cpp261 writelog("omega22 = [" + vec2str(c) + "]\n"); in init()
269 writelog("A* = [" + vec2str(c) + "]\n"); in init()
276 writelog("B* = [" + vec2str(c) + "]\n"); in init()
283 writelog("C* = [" + vec2str(c) + "]\n"); in init()
477 writelog("astar = [" + vec2str(vector_fp(a, a+degree+1))+ "]\n"); in fit()
483 writelog("bstar = [" + vec2str(vector_fp(b, b+degree+1))+ "]\n"); in fit()
489 writelog("cstar = [" + vec2str(vector_fp(c, c+degree+1))+ "]\n"); in fit()
H A DGasTransport.cpp646 writelog(m_thermo->speciesName(k) + ": [" + vec2str(c) + "]\n"); in fitProperties()
664 vec2str(m_condcoeffs[k]) + "]\n"); in fitProperties()
749 m_thermo->speciesName(j) + ": [" + vec2str(c) + "]\n"); in fitDiffCoeffs()
H A DIonGasTransport.cpp228 m_thermo->speciesName(j) + ": [" + vec2str(c) + "]\n"); in fitDiffCoeffs()
/dports/misc/py-xgboost/xgboost-1.5.1/R-package/R/
H A Dutils.R78 vec2str <- paste(params[['monotone_constraints']], collapse = ',') functionVar
79 vec2str <- paste0('(', vec2str, ')')
80 params[['monotone_constraints']] <- vec2str
/dports/misc/xgboost/xgboost-1.5.1/R-package/R/
H A Dutils.R78 vec2str <- paste(params[['monotone_constraints']], collapse = ',') functionVar
79 vec2str <- paste0('(', vec2str, ')')
80 params[['monotone_constraints']] <- vec2str
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/base/
H A DstringUtils.h23 std::string vec2str(const vector_fp& v, const std::string& fmt="%g",
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A DstringUtils.cpp33 std::string vec2str(const vector_fp& v, const std::string& fmt, in vec2str() function
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dsymmetries.py346 def vec2str(vec): function
351 …s += "[" + vec2str(self.rot_r[i]) + ", %.3f] " % self.tau[i] + "[" + vec2str(self.rot_g[i]) + "] "
/dports/graphics/opencv/opencv-4.5.3/modules/ts/src/
H A Dts_arrtest.cpp320 string sizestr = vec2str(", ", &arr.size[0], arr.dims); in validate_test_results()
H A Dts_func.cpp26 string vec2str( const string& sep, const int* v, size_t nelems ) in vec2str() function
2184 string idxstr = vec2str(", ", &idx[0], idx.size()); in cmpEps2()
/dports/graphics/opencv/opencv-4.5.3/modules/ts/include/opencv2/
H A Dts.hpp276 string vec2str(const string& sep, const int* v, size_t nelems);