Home
last modified time | relevance | path

Searched refs:offdiag (Results 26 – 50 of 481) sorted by path

12345678910>>...20

/dports/math/R-cran-bdsmatrix/bdsmatrix/man/
H A Dbdsmatrix-class.Rd52 \item{\code{offdiag}:}{A single numeric element, default zero, which is
/dports/math/R-cran-bdsmatrix/bdsmatrix/src/
H A Dbdsmatrix.h16 double *bmat, double *rmat, double *offdiag,
H A Dbdsmatrix_prod.c20 double *bmat, double *rmat, double *offdiag, in bdsmatrix_prod() argument
45 if (*offdiag != 0) { in bdsmatrix_prod()
51 bmat[n++] -= *offdiag; in bdsmatrix_prod()
62 if (*offdiag !=0) { in bdsmatrix_prod()
65 offsum *= *offdiag; in bdsmatrix_prod()
/dports/math/R-cran-bdsmatrix/bdsmatrix/tests/
H A Dmatrix.R24 amat@offdiag <- pi
H A Dmatrix.Rout.save52 > amat@offdiag <- pi
/dports/math/R-cran-lava/lava/
H A DINDEX127 offdiag Extract or set off-diagonal elements of matrix
H A DNAMESPACE265 S3method(print,offdiag)
383 export("offdiag<-")
537 export(offdiag)
H A DNEWS.md250 - New utility functions: wrapvec, offdiag
/dports/math/R-cran-lava/lava/R/
H A Dassoc.R62 offdiag(outer(val,val,op) ,type=type)
H A Dcorrelation.R92 print(offdiag(R,type=4),digits=digits,...)
H A Dnormal.R12 offdiag(sigma,type=2) <- rho
13 offdiag(sigma,type=3) <- offdiag(t(sigma),type=3)
H A Drevdiag.R35 offdiag <- function(x,type=0,...) { function
H A Dsim.lvm.R390 PPdiag <- sum(abs(offdiag(PP[ii.mvn,ii.mvn,drop=FALSE])^2))<1e-20
/dports/math/R-cran-lava/lava/man/
H A Drevdiag.Rd6 \alias{offdiag}
7 \alias{offdiag<-}
11 offdiag(x,type=0,...)
14 offdiag(x,type=0,...) <- value
/dports/math/R-cran-lava/lava/tests/testthat/
H A Dtest-misc.R79 offdiag(A) <- 5
80 testthat::expect_true(sum(offdiag(A))==6*5)
84 offdiag(A,type=3) <- 1:6
/dports/math/adept/adept-2.0.8/include/adept/
H A DArray.h1499 diag_vector(Index offdiag = 0) {
1509 else if (offdiag >= 0) {
1510 Index new_dim = std::min(dimensions_[0], dimensions_[1]-offdiag);
1511 return Array<1,Type,IsActive>(data_+offset_[1]*offdiag, storage_,
1516 Index new_dim = std::min(dimensions_[0]+offdiag, dimensions_[1]);
1517 return Array<1,Type,IsActive>(data_-offset_[0]*offdiag, storage_,
H A DFixedArray.h1230 diag_vector(Index offdiag = 0) {
1240 else if (offdiag >= 0) {
1241 Index new_dim = std::min(J0, J1-offdiag);
1242 return Array<1,Type,IsActive>(data_, offset_<1>::value*offdiag,
1248 Index new_dim = std::min(J0+offdiag, J1);
1249 return Array<1,Type,IsActive>(data_,-offset_<0>::value*offdiag,
H A DSpecialMatrix.h133 return offdiag; in upper_offset()
137 return -offdiag*offset; in lower_offset()
216 return offdiag*offset;
219 return -offdiag;
341 return offdiag;
474 return offdiag*offset;
478 return -offdiag;
603 return offdiag;
606 return -offdiag;
680 if (offdiag > 0) {
[all …]
H A Dreduce.h994 if (offdiag >= 0) {
995 new_dim[0] = std::min(dims[0], dims[1]-offdiag);
1000 new_dim[0] = std::min(dims[0]+offdiag, dims[1]);
1023 if (offdiag >= 0) {
1024 Index new_dim = std::min(dims[0], dims[1]-offdiag);
1028 i[1] = j+offdiag;
1035 Index new_dim = std::min(dims[0]+offdiag, dims[1]);
1039 i[1] = j+offdiag;
1060 if (offdiag >= 0) {
1065 i[1] = j+offdiag;
[all …]
/dports/math/csdp/Csdp-releases-6.2.0/include/
H A Ddeclarations.h37 void qreig(int n, double *maindiag, double *offdiag);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dmanifold_lib.cc951 const double offdiag = cosphi * sinphi * wt * (1.0 - tt); in do_get_new_point() local
953 Hessian[0][1] += offdiag; in do_get_new_point()
954 Hessian[1][0] += offdiag; in do_get_new_point()
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/Driver/
H A DDissectionMatrix.cpp3176 list<index_strip> offdiag; in ChildContrib() local
3225 offdiag.push_back(index_strip(((*itf).begin_src + in ChildContrib()
3242 (int)diag.size(), (int)offdiag.size()); in ChildContrib()
3245 offdiag.clear(); in ChildContrib()
3253 offdiag, in ChildContrib()
H A DDissectionQueue.cpp953 const CSR_indirect &offdiag = _btree->getOffdiagCSR(d); in generate_queue_fwbw() local
954 int *indVals = offdiag.indVals; in generate_queue_fwbw()
972 offdiag.ptRows, in generate_queue_fwbw()
973 offdiag.indCols, in generate_queue_fwbw()
974 (_isSym ? indVals : offdiag.indVals_unsym), in generate_queue_fwbw()
1644 const CSR_indirect &offdiag = _btree->getOffdiagCSR(d); in generate_queue_fwbw() local
1662 offdiag.ptRows, in generate_queue_fwbw()
1663 offdiag.indCols, in generate_queue_fwbw()
1664 offdiag.indVals, in generate_queue_fwbw()
1665 offdiag.indVals_unsym); in generate_queue_fwbw()
/dports/math/gsl/gsl-2.7/interpolation/
H A Dcspline.c35 double * offdiag; member
77 state->offdiag = (double *) malloc (size * sizeof (double)); in cspline_alloc()
79 if (state->offdiag == NULL) in cspline_alloc()
117 state->offdiag[i] = h_ip1; in cspline_init()
131 gsl_vector_view offdiag_vec = gsl_vector_view_array(state->offdiag, sys_size - 1); in cspline_init()
186 state->offdiag[i] = h_ip1; in cspline_init_periodic()
200 state->offdiag[i] = h_ip1; in cspline_init_periodic()
208 gsl_vector_view offdiag_vec = gsl_vector_view_array(state->offdiag, sys_size); in cspline_init_periodic()
232 free (state->offdiag); in cspline_free()
/dports/math/gsl/gsl-2.7/linalg/
H A Dgsl_linalg.h765 const gsl_vector * offdiag,
798 const gsl_vector * offdiag,

12345678910>>...20