Home
last modified time | relevance | path

Searched defs:aj (Results 226 – 250 of 1190) sorted by relevance

12345678910>>...48

/dports/math/fxt/fxt/src/comb/
H A Dmixedradix-sl-gray-compare.h29 const ulong aj = a[j], bj = b[j]; in mixedradix_sl_gray_compare() local
H A Dcatalan-step-rgs-subset-lexrev.h120 ulong aj = a_[j] - 1; in next() local
H A Dcatalan-rgs-gslex.h71 const ulong aj = a_[j]; in next() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dforcerec.h341 #define C6(nbfp, ntp, ai, aj) (nbfp)[2 * ((ntp) * (ai) + (aj))] argument
342 #define C12(nbfp, ntp, ai, aj) (nbfp)[2 * ((ntp) * (ai) + (aj)) + 1] argument
343 #define BHAMC(nbfp, ntp, ai, aj) (nbfp)[3 * ((ntp) * (ai) + (aj))] argument
344 #define BHAMA(nbfp, ntp, ai, aj) (nbfp)[3 * ((ntp) * (ai) + (aj)) + 1] argument
345 #define BHAMB(nbfp, ntp, ai, aj) (nbfp)[3 * ((ntp) * (ai) + (aj)) + 2] argument
/dports/math/blasfeo/blasfeo-0.1.2/include/
H A Dblasfeo_common.h108 #define BLASFEO_DMATEL(sA,ai,aj) ((sA)->pA[((ai)-((ai)&(D_PS-1)))*(sA)->cn+(aj)*D_PS+((ai)&(D_PS-1)… argument
109 #define BLASFEO_SMATEL(sA,ai,aj) ((sA)->pA[((ai)-((ai)&(S_PS-1)))*(sA)->cn+(aj)*S_PS+((ai)&(S_PS-1)… argument
202 #define MATEL_REF(sA,ai,aj) ((sA)->pA[(ai)+(aj)*(sA)->m]) argument
/dports/math/blasfeo/blasfeo-0.1.2/tests/
H A Dtest_x_common.c142 int ai, int aj, int err_i, int err_j, int ERR) in print_xmat_debug()
215 int ai, int aj, int err_i, int err_j, int ERR) in blasfeo_print_xmat_debug()
H A Dtest_x_common.h93 #define MATEL_LIBSTR(sA,ai,aj) ((sA)->pA[((ai)-((ai)&(PS-1)))*(sA)->cn+(aj)*PS+((ai)&(PS-1))]) argument
94 #define MATEL_LIB(sA,ai,aj) ((sA)->pA[(ai)+(aj)*(sA)->m]) argument
96 #define MATEL_LIBSTR(sA,ai,aj) ((sA)->pA[(ai)+(aj)*(sA)->m]) argument
121 int aj; member
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/baij/seq/
H A Dbaijsolvnat7.c7 const PetscInt *diag=a->diag,n=a->mbs,*vi,*ai=a->i,*aj=a->j; in MatSolve_SeqBAIJ_7_NaturalOrdering_inplace() local
102 const PetscInt n =a->mbs,*vi,*ai=a->i,*aj=a->j,*adiag=a->diag; in MatSolve_SeqBAIJ_7_NaturalOrdering() local
H A Dbaijsolvtran2.c10 const PetscInt *diag=a->diag,n=a->mbs,*vi,*ai=a->i,*aj=a->j; in MatSolveTranspose_SeqBAIJ_2_inplace() local
92 const PetscInt n =a->mbs,*vi,*ai=a->i,*aj=a->j,*diag=a->diag; in MatSolveTranspose_SeqBAIJ_2() local
H A Dbaijsolvtrannat7.c7 const PetscInt *diag=a->diag,n=a->mbs,*vi,*ai=a->i,*aj=a->j; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering_inplace() local
78 const PetscInt n=a->mbs,*vi,*ai=a->i,*aj=a->j,*diag=a->diag; in MatSolveTranspose_SeqBAIJ_7_NaturalOrdering() local
H A Dbaijfact11.c20 PetscInt *diag_offset = b->diag,idx,*ai=a->i,*aj=a->j,*pj; in MatLUFactorNumeric_SeqBAIJ_4_inplace() local
178 const PetscInt n=a->mbs,*ai=a->i,*aj=a->j,*bi=b->i,*bj=b->j; in MatLUFactorNumeric_SeqBAIJ_4() local
301 PetscInt *diag_offset = b->diag,*ai=a->i,*aj=a->j,*pj; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
448 const PetscInt n=a->mbs,*ai=a->i,*aj=a->j,*bi=b->i,*bj=b->j; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering() local
570 int *diag_offset = b->diag,*ai=a->i,*aj=a->j; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering_SSE() local
1010 unsigned short *aj = (unsigned short*)(a->j),*ajtmp; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering_SSE_usj_Inplace() local
1455 int *diag_offset = b->diag,*ai=a->i,*aj=a->j; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering_SSE_usj() local
H A Dbaijsolvtran3.c10 const PetscInt *diag=a->diag,n=a->mbs,*vi,*ai=a->i,*aj=a->j; in MatSolveTranspose_SeqBAIJ_3_inplace() local
97 const PetscInt n =a->mbs,*vi,*ai=a->i,*aj=a->j,*diag=a->diag; in MatSolveTranspose_SeqBAIJ_3() local
H A Dbaijsolvtran4.c10 const PetscInt *diag=a->diag,n=a->mbs,*vi,*ai=a->i,*aj=a->j; in MatSolveTranspose_SeqBAIJ_4_inplace() local
102 const PetscInt n =a->mbs,*vi,*ai=a->i,*aj=a->j,*diag=a->diag; in MatSolveTranspose_SeqBAIJ_4() local
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dnewmat9.cpp1 //$$ newmat9.cpp Input and output
2
3 // Copyright (C) 1991,2,3,4: R B Davies
4
5
6 #define WANT_STREAM
7
8 #include <ossim/matrix/include.h>
9
10 #include <ossim/matrix/newmat.h>
[all …]
/dports/science/PETSc/petsc-3.14.1/src/mat/tests/
H A Dex108.c8 const PetscInt *ai,*aj; in main() local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/hondo/
H A Dhnd_ddtxyz.F1 subroutine hnd_ddtxyz(xt,yt,zt,xs,ys,zs,ni,nj,aj) argument
H A Dhnd_txyz.F4 subroutine hnd_txyz(xt,yt,zt,xs,ys,zs,ni,nj,aj) argument
/dports/science/gromacs/gromacs-2021.4/src/gromacs/listed_forces/
H A Dgpubondedkernels.cu110 int aj = bondData.z; in bonds_gpu() local
181 int aj = angleData.z; in angles_gpu() local
251 int aj = ubData.z; in urey_bradley_gpu() local
454 int aj = d_forceatoms[5 * i + 2]; in pdihs_gpu() local
501 int aj = d_forceatoms[5 * i + 2]; in rbdihs_gpu() local
616 int aj = d_forceatoms[5 * i + 2]; in idihs_gpu() local
678 int aj = pairData.z; in pairs_gpu() local
/dports/math/blasfeo/blasfeo-0.1.2/blasfeo_api/
H A Ds_lapack_lib8.c544 void blasfeo_ssyrk_spotrf_ln_mn(int m, int n, int k, struct blasfeo_smat *sA, int ai, int aj, struc… in blasfeo_ssyrk_spotrf_ln_mn()
859 void blasfeo_ssyrk_spotrf_ln(int m, int k, struct blasfeo_smat *sA, int ai, int aj, struct blasfeo_… in blasfeo_ssyrk_spotrf_ln()
970 …t n1, struct blasfeo_smat *sD, int di, int dj, struct blasfeo_smat *sA, int ai, int aj, void *work) in blasfeo_sgelqf_pd_la()
987 …t dj, struct blasfeo_smat *sL, int li, int lj, struct blasfeo_smat *sA, int ai, int aj, void *work) in blasfeo_sgelqf_pd_lla()
/dports/math/p5-Algorithm-Combinatorics/Algorithm-Combinatorics-0.27/
H A DCombinatorics.xs172 IV j, aj; in __next_variation_with_repetition_gray_code() local
209 IV aj; in __next_permutation() local
275 IV aj; in __next_derangement() local
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DDislocationExtractor.h222 InputAtom& aj = inputAtoms[j]; in transferLocalLAMMPSAtoms() local
244 InputAtom& aj = inputAtoms[j]; in transferLocalLAMMPSAtoms() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DDislocationExtractor.h222 InputAtom& aj = inputAtoms[j]; in transferLocalLAMMPSAtoms() local
244 InputAtom& aj = inputAtoms[j]; in transferLocalLAMMPSAtoms() local
/dports/math/fxt/fxt/src/comb/attic/
H A Dmixedradix-modular-gray.h75 ulong aj = a_[j]; in next() local
H A Dmixedradix-gray2.h74 const ulong aj = a_[j] + dj; in next() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FMCS/
H A DMaximumCommonSubgraph.cpp92 for (size_t aj = 0; aj < nq; aj++) { in init() local
103 for (size_t aj = 0; aj < nq; aj++) { in init() local
161 for (size_t aj = 0; aj < nq; aj++) { in init() local
247 for (size_t aj = 0; aj < nt; aj++) { in init() local
259 for (size_t aj = 0; aj < nt; aj++) { in init() local
463 for (size_t aj = 0; aj < nt; aj++) { in makeInitialSeeds() local

12345678910>>...48