Home
last modified time | relevance | path

Searched refs:ymat (Results 76 – 100 of 117) sorted by relevance

12345

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/mat/
H A Dsymmetric.go451 var xmat, ymat blas64.Vector
464 ymat = rv.mat
465 s.checkOverlap(generalFromVector(ymat, r, c))
483 blas64.Syr2(alpha, xmat, ymat, s.mat)
/dports/math/R-cran-VGAM/VGAM/man/
H A Dqtplot.gumbel.Rd117 ymat <- as.matrix(venice[, paste("r", 1:10, sep = "")])
118 fit1 <- vgam(ymat ~ s(year, df = 3), gumbel(R = 365, mpv = TRUE),
H A Dbifgmexp.Rd114 \dontrun{plot(ymat)}
H A Dvglm.control.Rd258 ymat <- rdiric(n <- 1000, shape = rep(exp(2), len = 4))
265 fit2 <- vglm(ymat ~ X + Z,
H A Dnegbinomial.Rd593 Suppose the response is called \code{ymat}.
599 SFS should be better if \code{max(ymat)} is large,
600 e.g., \code{max(ymat) > 1000},
601 or if there are any outliers in \code{ymat}.
H A Dvglm.Rd648 %ymat <- rdiric(n <- 1000, shape=c(4,7,3,1))
653 %fit7 <- vglm(ymat ~ X2 + Z2, data=mydat, crit="c",
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dpolar_cart.cu176 …const GlobPtr<T> mag, const GlobPtr<T> angle, GlobPtr<T> xmat, GlobPtr<T> ymat, const T scale, con… in polarToCartImpl_() argument
192 ymat(y, x) = mag_val * sin_a; in polarToCartImpl_()
/dports/math/mfem/mfem-4.3/examples/
H A Dex18.hpp156 DenseMatrix zmat, ymat(dof, num_equation); in Mult() local
164 mfem::Mult(Me_inv(i), zmat, ymat); in Mult()
165 y.SetSubVector(vdofs, ymat.GetData()); in Mult()
/dports/math/R-cran-VGAM/VGAM/R/
H A Dcao.fit.q135 .Init.Poisson.QO(ymat = as.matrix(y),
232 etamat = eta, xmat = x, ymat = y,
525 etamat, xmat, ymat, wvec, modelno, argument
538 yn <- dimnames(ymat)[[2]]
539 if (length(yn) != ncol(ymat))
677 numat = as.double(numat), ymat = as.double(ymat), wvec = as.double(wvec),
735 names(Bspline2) <- dimnames(ymat)[[2]]
799 etamat, xmat, ymat, wvec, modelno, argument
825 yn <- dimnames(ymat)[[2]]
827 yn <- param.names("Y", ncol(ymat))
[all …]
H A Dfamily.others.R2795 ymat <- matrix(y, extra$n, extra$M) functionVar
2804 ll.elts <- c(w) * dextlogF(x = c(ymat), location = c(locat),
2859 ymat <- matrix(y, n, M) functionVar
2865 zedd <- (ymat - locat) / Scale
H A Drrvglm.fit.q169 .Init.Poisson.QO(ymat = as.matrix(y),
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dmatrix3.cpp199 Matrix3 ymat(c, 0.0, s, 0.0, 1.0, 0.0, -s, 0.0, c); in set_euler() local
206 *this = xmat * (ymat * zmat); in set_euler()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dmatrix3.cpp199 Matrix3 ymat(c, 0.0, s, 0.0, 1.0, 0.0, -s, 0.0, c); in set_euler() local
206 *this = xmat * (ymat * zmat); in set_euler()
/dports/science/R-cran-kernlab/kernlab/R/
H A Dgausspr.R203 ymat <- matrix(0, length(yd), 2) functionVar
204 ymat[yind==yd] <- 1
H A Dksvm.R2937 ymat <- ymatrix(x) functionVar
2938 ymean <- mean(unique(ymat))
2947 pch = ifelse(ymat[-SVindex(x)] < ymean, 2, 1))
2949 pch = ifelse(ymat[SVindex(x)] < ymean, 17, 16))}
2953 pch = ifelse(ymat[SVindex(x)] < ymean, 17, 16))
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DBasis.cs778 var ymat = new Basis(c, 0, s, 0, 1, 0, -s, 0, c); in Basis()
784 this = ymat * xmat * zmat; in Basis()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DBasis.cs778 var ymat = new Basis(c, 0, s, 0, 1, 0, -s, 0, c); in Basis()
784 this = ymat * xmat * zmat; in Basis()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/utilities/
H A Dtest_lambdify.py358 ymat = Matrix([[x**2], [abs(x)]])
359 mat_func = lambdify((x, y, z), xmat*ymat, modules='numpy')
/dports/science/py-geometric/geometric-0.9.7.2/geometric/
H A Drotate.py44 ymat = y.T
45 return np.dot(xmat, ymat.T)
/dports/math/maxima/maxima-5.43.2/interfaces/xmaxima/Tkmaxima/
H A DNPlot3d.tcl193 foreach rowx $xmat rowy $ymat rowz $zmat {
/dports/math/gap/gap-4.11.0/pkg/fining/lib/
H A Dmorphisms.gi1898 local ymat,q;
1903 ymat := Unpack(y!.mat); #here too!
1904 q := ConvertToMatrixRep(ymat);
1909 return CollineationOfProjectiveSpace(ymat,f1);
2043 local ymat,q;
2048 ymat := invchange * Unpack(y!.mat) * change; #here too!
2049 ymat := ymat/First(ymat[1],x->not IsZero(x));
2050 if not ForAll( Flat(ymat), i -> i in f1 ) then
2054 ConvertToMatrixRepNC(ymat,f1);
2055 return CollineationOfProjectiveSpace(ymat,f1);
/dports/math/py-sympy/sympy-1.9/sympy/utilities/tests/
H A Dtest_lambdify.py550 ymat = Matrix([[x**2], [Abs(x)]])
551 mat_func = lambdify((x, y, z), xmat*ymat, modules="numpy")
/dports/math/R-cran-Matching/Matching/R/
H A DMatching.R979 ymat <- t(Y[ACTMAT,1]) %*% Wi/Mi functionVar
993 YCAUS[i,1] <- TREATi %*% (yy-ymat)+(1-TREATi) %*% (ymat-yy)
/dports/games/rubix/rubix-1.0.6/
H A Dcube.c519 void ymat(double y, double m[3][3]) in ymat() function
1179 ymat(dy, c->matrix); in cube_rotate()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenfuncs.c5609 const gretl_matrix *ymat = py; in multi_xcf() local
5611 if (ymat->cols != 1) { in multi_xcf()
5615 yvec = ymat->val; in multi_xcf()
5616 Ty = ymat->rows; in multi_xcf()

12345