Home
last modified time | relevance | path

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

/dports/math/R-cran-raster/raster/R/
H A Doverlay.R107 valmat <- matrix(nrow=ncell(out)*maxnl, ncol=length(x)) functionVar
109 if (ncell(x[[i]]) < nrow(valmat)) {
111 valmat[,i] <- as.vector(getValues(x[[i]])) * rep(1, nrow(valmat))
114 valmat[,i] <- as.vector(getValues(x[[i]]))
119 vals <- apply(valmat, 1, fun)
156 valmat = matrix(nrow=tr$nrows[1]*ncol(out)*maxnl, ncol=length(x))
159 valmat = matrix(nrow=tr$nrows[i]*ncol(out)*maxnl , ncol=length(x))
163 if (length(v) < nrow(valmat)) {
165 valmat[,j] <- v * rep(1, nrow(valmat))
168 valmat[,j] <- v
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/quality/src/
H A Dqualitybrisque.cpp290 …cv::Mat valmat( cv::Size( (int)vals.size(), 1 ), CV_32FC1, (void*)vals.data()); // create row vect… in computeFeatures() local
293 valmat.copyTo(features.getUMatRef()); in computeFeatures()
299 valmat.copyTo(features.getMatRef()); in computeFeatures()
/dports/math/gap/gap-4.11.0/pkg/sla-1.5.3/gap/
H A Dautom.gi1488 valmat:= [ ];
1495 Add( valmat, val );
1508 v:= v - v[pos]*valmat[pos];
1933 valmat, val, chars, u0, v, done, gr1, gr2, g2, h_mats1, h_mats2,
2211 valmat:= [ ];
2218 Add( valmat, val );
2232 v:= v - v[pos]*valmat[pos];
2340 wrep, rts, w, N, p, D, P0, P1, j, es, fs, hs, valmat, val, chars,
2529 valmat:= [ ];
2536 Add( valmat, val );
[all …]
/dports/math/gap/gap-4.11.0/pkg/corelg-1.54/gap/
H A Drealtheta.gi505 valmat, val, chars, u0, v, done, gr1, gr2, g2, h_mats1, h_mats2,
786 valmat:= [ ];
793 Add( valmat, val );
809 v:= v - v[pos]*valmat[pos];
949 valmat, val, chars, u0, v, done, gr1, gr2, g2, h_mats1, h_mats2,
1247 valmat:= [ ];
1254 Add( valmat, val );
1270 v:= v - v[pos]*valmat[pos];
H A Dcarrierrtsys.gi1373 valmat, val, chars, u0, v, done, gr1, gr2, g2, h_mats1, h_mats2,
1682 valmat:= [ ];
1689 Add( valmat, val );
1705 v:= v - v[pos]*valmat[pos];
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DLargeMatrix.hpp1505 const std::vector<K>& valmat=mat.values(); in assign() local
1532 if(its != itse && its->first == c) values_[its->second] = valmat[itv->second]; in assign()
1569 … if(its != itse && its->first == r) values_[its->second] = conj(valmat[itv->second]); in assign()
1579 … if(its != itse && its->first == r) values_[its->second] = -conj(valmat[itv->second]); in assign()
1589 … if(its != itse && its->first == r) values_[its->second] = -valmat[itv->second]; in assign()
1599 … if(its != itse && its->first == r) values_[its->second] = valmat[itv->second]; in assign()