Home
last modified time | relevance | path

Searched defs:matvec (Results 1 – 25 of 138) sorted by relevance

123456

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dmatvec.f21 subroutine matvec(n,x,y,nelt,ia,ja,a,isym) subroutine
25 integer ia(*),ja(*),i,j,n,nelt,isym,nflnei local
26 real*8 y(*),x(*),a(*)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/dynamic/transit/
H A Ddynamic_output.f90463 subroutine matvec(y,x,hecMAT,ndof,D,AU,AL) subroutine
465 type(hecmwST_matrix) :: hecMAT
467 integer(kind=kint) :: ndof, i, is, ie, j, icol, ki, kj, ix, iy, ip, nn
468 real(kind=kreal) :: D(ndof*ndof*hecMAT%NP)
469 real(kind=kreal) :: AU(ndof*ndof*hecMAT%NPU)
470 real(kind=kreal) :: AL(ndof*ndof*hecMAT%NPL)
471 real(kind=kreal) :: x(ndof*hecMAT%NP)
472 real(kind=kreal) :: y(ndof*hecMAT%NP)
/dports/security/helib/HElib-1.3.1/include/helib/
H A DEvalMap.h61 NTL::Vec<std::unique_ptr<MatMul1DExec>> matvec; // regular matrices variable
93 NTL::Vec<std::unique_ptr<MatMulExecBase>> matvec; // regular matrices variable
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DMATVEC_to_WARP.m13 matvec = [ 0.9709206 -0.04199445 0.01165925 -0.7014965 variable
21 matvec = [ 1.026725 0.04352641 -0.008482005 0.6798272 variable
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A D_interpolative_backend.py354 def idd_snorm(m, n, matvect, matvec, its=20): argument
386 def idd_diffsnorm(m, n, matvect, matvect2, matvec, matvec2, its=20): argument
671 def iddp_rsvd(eps, m, n, matvect, matvec): argument
845 def iddr_rsvd(m, n, matvect, matvec, k): argument
1148 def idz_snorm(m, n, matveca, matvec, its=20): argument
1180 def idz_diffsnorm(m, n, matveca, matveca2, matvec, matvec2, its=20): argument
1467 def idzp_rsvd(eps, m, n, matveca, matvec): argument
1643 def idzr_rsvd(m, n, matveca, matvec, k): argument
H A Dinterpolative.py771 matvec = lambda x: A. matvec(x) function
901 matvec = lambda x: A.matvec(x) function
/dports/math/R-cran-statmod/statmod/R/
H A Dmatvec.R1 matvec <- function(M,v) { function
/dports/math/universal/universal-3.48/include/universal/blas/
H A Dblas_l2.hpp20 void matvec(Vector& b, const Matrix& A, const Vector& x) { in matvec() function
33 void matvec(sw::universal::blas::vector< sw::universal::posit<nbits, es> >& b, const sw::universal:… in matvec() function
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A D_numdiff.py511 def matvec(p): function
520 def matvec(p): function
532 def matvec(p): function
H A Dnonlin.py619 def matvec(self, v): member in asjacobian.Jac
745 def matvec(self, v): member in LowRankMatrix
1002 def matvec(self, f): member in BroydenFirst
1188 def matvec(self, f): member in Anderson
1293 def matvec(self, f): member in DiagBroyden
1339 def matvec(self, f): member in LinearMixing
1395 def matvec(self, f): member in ExcitingMixing
1562 def matvec(self, v): member in KrylovJacobian
/dports/science/py-pyscf/pyscf-2.0.1/examples/tools/
H A D11-davidson_eigh.py15 def matvec(x): function
/dports/math/csdp/Csdp-releases-6.2.0/lib/
H A Dmatvec.c12 void matvec(A,x,y) in matvec() function
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/dfpt/
H A Dpreconditioner.py46 def matvec(self, x): member in ScipyPreconditioner
H A Dsternheimeroperator.py186 def matvec(self, x): member in SternheimerOperator
/dports/math/lis/lis-2.0.30/src/
H A DMakefile.am1 SUBDIRS = array esolver matrix matvec precision precon solver system vector subdir
/dports/science/siconos/siconos-4.4.0/externals/netlib/dctemplates/
H A DJacobi.c97 int jacobi_(n, b, x, work, ldw, iter, resid, matvec, info) in jacobi_() argument
H A DSOR.c121 int sor_(n, b, x, work, ldw, iter, resid, matvec, backsolve, info) in sor_() argument
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/isolve/tests/
H A Dtest_gcrotmk.py28 def matvec(v): function
H A Ddemo_lgmres.py23 def matvec(v): function
H A Dtest_lgmres.py30 def matvec(v): function
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/cc/
H A Deom_gccsd.py227 matvec = ipccsd_matvec variable in EOMIP
458 matvec = eaccsd_matvec variable in EOMEA
590 matvec = eeccsd_matvec variable in EOMEE
596 matvec = lambda xs: [self.matvec(x, imds) for x in xs] function
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/tests/
H A Dtest_interface.py352 def matvec(x): function
414 def matvec(v): function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/cgcode/
H A Ddcgdrv.c171 /* Subroutine */ int dcgdrv_(U_fp matvec, U_fp pcondl, U_fp pcondr, in dcgdrv_()
H A Dscgdrv.c171 /* Subroutine */ int scgdrv_(U_fp matvec, U_fp pcondl, U_fp pcondr, real *a, in scgdrv_()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_lsq/
H A Dcommon.py620 def matvec(x): function
637 def matvec(x): function
661 def matvec(x): function

123456