Home
last modified time | relevance | path

Searched defs:Mzz (Results 1 – 4 of 4) sorted by relevance

/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DfitCircle3d.m127 Mzz = Mzz + Zi*Zi; variable
135 Mzz = Mzz/n; variable
/dports/finance/R-cran-urca/urca/R/
H A Dca-po.R63 Mzz <- (1/nobs*t(zl)%*%zl) functionVar
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dtypes.h396 #define Mzz(i,j,M) ((M).Narray[(i)])->z[(j)] macro
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DGeometry.cpp362 double Mxx = 0, Myy = 0, Mxy = 0, Mxz = 0, Myz = 0, Mzz = 0; in circle_center_taubin_newton() local