Home
last modified time | relevance | path

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

/dports/science/teem/teem-1.11.0-src/src/ten/
H A Dchan.c404 if (tenBMatrixCheck(_nbmat, nrrdTypeDefault, 6)) { in tenEMatrixCalc()
656 if (tenBMatrixCheck(_nbmat, nrrdTypeDefault, 6)) { in tenEstimateLinear4D()
886 || tenBMatrixCheck(_nbmat, nrrdTypeDefault, 6)) { in tenSimulate()
H A DmiscTen.c219 tenBMatrixCheck(const Nrrd *nbmat, int type, unsigned int minnum) { in tenBMatrixCheck() function
H A DtendEstim.c53 if (tenBMatrixCheck(nbmat, nrrdTypeDouble, 6)) { in tend_estimThresholdFind()
H A Dten.h1539 TEN_EXPORT int tenBMatrixCheck(const Nrrd *nbmat,
H A Destimate.c388 if (tenBMatrixCheck(nbmat, nrrdTypeDefault, 7)) { in tenEstimateBMatricesSet()
/dports/science/teem/teem-1.11.0-src/python/ctypes/
H A Dteem.py7474 tenBMatrixCheck = libteem.tenBMatrixCheck variable
7475 tenBMatrixCheck.restype = c_int
7476 tenBMatrixCheck.argtypes = [POINTER(Nrrd), c_int, c_uint]