Home
last modified time | relevance | path

Searched refs:bmat (Results 1 – 25 of 988) sorted by relevance

12345678910>>...40

/dports/science/xtb/xtb-6.4.1/src/mctc/blas/
H A Dwrap3.f9054 real(sp), intent(in) :: bmat(:, :) local
79 real(sp), intent(in), contiguous, target :: bmat(:, :, :)
93 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
95 bptr(1:size(bmat, 1)*size(bmat, 2), 1:size(bmat, 3)) => bmat
127 bptr(1:size(bmat, 1)*size(bmat, 2), 1:size(bmat, 3)) => bmat
129 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
137 real(dp), intent(in) :: bmat(:, :) local
176 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
178 bptr(1:size(bmat, 1)*size(bmat, 2), 1:size(bmat, 3)) => bmat
211 bptr(1:size(bmat, 1)*size(bmat, 2), 1:size(bmat, 3)) => bmat
[all …]
/dports/science/xtb/xtb-6.4.1/src/mctc/lapack/
H A Dwrap.f9092 real(sp), intent(inout), contiguous, target :: bmat(:, :, :)
96 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
120 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
144 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
168 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
192 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
216 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
238 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
260 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
282 bptr(1:size(bmat, 1), 1:size(bmat, 2)*size(bmat, 3)) => bmat
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/optimize/
H A Ddiis.cc54 bmat = new double*[dim]; in init()
178 if (bmat) { in ~DIIS()
180 if (bmat[i]) in ~DIIS()
181 delete[] bmat[i]; in ~DIIS()
183 delete[] bmat; in ~DIIS()
184 bmat=0; in ~DIIS()
289 bmat[0][0] = 0.0; in extrapolate()
300 bmat[i][0]=bmat[0][i] = -1.0; in extrapolate()
303 bmat[i][j]=bmat[j][i] = bold[i-1][j-1]*norm; in extrapolate()
331 bmat[i][0]=bmat[0][i] = -1.0; in extrapolate()
[all …]
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/third_party/representability/
H A D_higham.py123 def fixed_trace_positive_projection(bmat, target_trace): argument
132 bmat = np.asarray(bmat)
134 if bmat.ndim == 4:
135 bmat = map_to_matrix(bmat)
139 if np.allclose(bmat - bmat.conj().T, np.zeros_like(bmat)):
140 bmat = 0.5 * (bmat + bmat.conj().T)
142 w, v = np.linalg.eigh(bmat)
145 purified_matrix = bmat
149 purified_matrix = np.zeros_like(bmat)
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/mat/
H A Dvector.go301 bmat = rv.RawVector()
303 v.checkOverlap(bmat)
366 v.checkOverlap(bmat)
409 v.checkOverlap(bmat)
453 v.checkOverlap(bmat)
467 ib += bmat.Inc
516 ib += bmat.Inc
537 var bmat blas64.Vector
541 bmat = rv.RawVector()
543 v.checkOverlap(bmat)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Dvector.go301 bmat = rv.RawVector()
303 v.checkOverlap(bmat)
366 v.checkOverlap(bmat)
409 v.checkOverlap(bmat)
453 v.checkOverlap(bmat)
467 ib += bmat.Inc
516 ib += bmat.Inc
537 var bmat blas64.Vector
541 bmat = rv.RawVector()
543 v.checkOverlap(bmat)
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/arpack/
H A Ddgetv0.f133 character bmat*1
244 if (bmat .eq. 'G') then
266 if (bmat .eq. 'G') then
278 if (bmat .eq. 'G') then
285 else if (bmat .eq. 'I') then
291 if (bmat .eq. 'G') then
297 if (bmat .eq. 'G') then
300 else if (bmat .eq. 'I') then
336 if (bmat .eq. 'G') then
349 if (bmat .eq. 'G') then
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/arpack/
H A Ddgetv0.f133 character bmat*1
244 if (bmat .eq. 'G') then
266 if (bmat .eq. 'G') then
278 if (bmat .eq. 'G') then
285 else if (bmat .eq. 'I') then
291 if (bmat .eq. 'G') then
297 if (bmat .eq. 'G') then
300 else if (bmat .eq. 'I') then
336 if (bmat .eq. 'G') then
349 if (bmat .eq. 'G') then
[all …]
/dports/math/spectra/spectra-1.0.0/benchmark/
H A Dwrapper.f1 subroutine getbmat(bmati, bmat) argument
4 character bmat local
8 bmat = 'I'
10 bmat = 'G'
12 bmat = 'I'
79 character bmat, which*2
85 call getbmat(bmati, bmat)
115 call getbmat(bmati, bmat)
137 character bmat, which*2
143 call getbmat(bmati, bmat)
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/arpack/src_f77/
H A Dsgetv0.f134 character bmat*1
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
H A Ddgetv0.f134 character bmat*1 local
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
/dports/math/algae/algae-4.3.6/arpack/
H A Ddgetv0.f134 character bmat*1
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/mathlibs/src/arpack/
H A Dsgetv0.f134 character bmat*1
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
H A Ddgetv0.f134 character bmat*1
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/Arpack/
H A Ddgetv0.f134 character bmat*1
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
H A Dsgetv0.f134 character bmat*1
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/mat/
H A Dvector.go317 bmat = rv.mat
319 v.checkOverlap(bmat)
376 bmat := brv.mat
419 bmat := brv.mat
463 bmat := brv.mat
483 ib += bmat.Inc
512 bmat := brv.mat
532 ib += bmat.Inc
553 var bmat blas64.Vector
557 bmat = rv.mat
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mat/
H A Dvector.go328 bmat = rv.mat
330 v.checkOverlap(bmat)
387 bmat := brv.mat
430 bmat := brv.mat
474 bmat := brv.mat
494 ib += bmat.Inc
523 bmat := brv.mat
543 ib += bmat.Inc
564 var bmat blas64.Vector
568 bmat = rv.mat
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/mat/
H A Dvector.go307 bmat = rv.mat
309 v.checkOverlap(bmat)
366 bmat := brv.mat
409 bmat := brv.mat
453 bmat := brv.mat
473 ib += bmat.Inc
502 bmat := brv.mat
522 ib += bmat.Inc
543 var bmat blas64.Vector
547 bmat = rv.mat
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/Eigen/
H A Darpackff.hpp76 double *sigma, char *bmat, integer *n,
96 char *bmat, integer *n, char *which,
114 float *sigma, char *bmat, integer *n,
133 float *sigmai, float *workev, char *bmat,
182 int& ido, char bmat, int n, char* which, int nev, in saupp() argument
194 int& ido, char bmat, int n, char* which, int nev, in saupp() argument
207 int ldz, double sigma, char bmat, int n, in seupp() argument
231 int ldz, float sigma, char bmat, int n, in seupp() argument
254 int& ido, char bmat, int n, char* which, int nev, in naupp() argument
359 double sigmai, double workv[], char bmat, int n, in neupp() argument
[all …]
/dports/math/arpack-ng/arpack-ng-3.8.0/SRC/
H A Dsgetv0.f134 character bmat*1
269 if (bmat .eq. 'G') then
282 if (bmat .eq. 'G') then
288 else if (bmat .eq. 'I') then
294 if (bmat .eq. 'G') then
300 if (bmat .eq. 'G') then
303 else if (bmat .eq. 'I') then
339 if (bmat .eq. 'G') then
346 else if (bmat .eq. 'I') then
352 if (bmat .eq. 'G') then
[all …]
H A Ddgetv0.f134 character bmat*1
269 if (bmat .eq. 'G') then
282 if (bmat .eq. 'G') then
288 else if (bmat .eq. 'I') then
294 if (bmat .eq. 'G') then
300 if (bmat .eq. 'G') then
303 else if (bmat .eq. 'I') then
339 if (bmat .eq. 'G') then
346 else if (bmat .eq. 'I') then
352 if (bmat .eq. 'G') then
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/
H A Ddgetv0.f134 character bmat*1 local
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
H A Dsgetv0.f134 character bmat*1 local
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Ddgetv0.f134 character bmat*1
245 if (bmat .eq. 'G') then
267 if (bmat .eq. 'G') then
279 if (bmat .eq. 'G') then
286 else if (bmat .eq. 'I') then
292 if (bmat .eq. 'G') then
298 if (bmat .eq. 'G') then
301 else if (bmat .eq. 'I') then
337 if (bmat .eq. 'G') then
350 if (bmat .eq. 'G') then
[all …]

12345678910>>...40