Home
last modified time | relevance | path

Searched refs:mat_dim (Results 1 – 25 of 62) sorted by relevance

123

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/biom/
H A DReadLattice.C353 double* mat_dim = NULL; in SurfaceMesh_readLattice() local
376 segmentation_data, mat_dim, padd, 0.0); in SurfaceMesh_readLattice()
414 SurfaceMesh_scale(surfmesh, mat_dim[0], mat_dim[5], mat_dim[10]); in SurfaceMesh_readLattice()
419 free(mat_dim); in SurfaceMesh_readLattice()
432 SurfaceMesh_scale(surfmesh, mat_dim[0], mat_dim[5], mat_dim[10]); in SurfaceMesh_readLattice()
436 free(mat_dim); in SurfaceMesh_readLattice()
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/mdp/test/
H A D_tools.py48 def get_random_mix(mat_dim = None, type = "d", scale = 1,\ argument
51 if mat_dim is None:
52 mat_dim = (500, 5)
53 T = mat_dim[0]
54 N = mat_dim[1]
77 mat,mix,inp = get_random_mix(rand_func=rand_func,mat_dim=dim)
86 mat,mix,inp = get_random_mix(rand_func=rand_func, mat_dim=dim, avg=0)
H A Dtest_PCANode.py39 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
47 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
66 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
112 mat, mix, inp = get_random_mix(mat_dim=(1000, 100), avg=1E+15)
130 mat, mix, inp = get_random_mix(mat_dim=(500, 2))
145 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
163 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
/dports/science/py-mdp/MDP-3.5/mdp/test/
H A D_tools.py53 def get_random_mix(mat_dim = None, type = "d", scale = 1,\ argument
56 if mat_dim is None:
57 mat_dim = (500, 5)
58 T = mat_dim[0]
59 N = mat_dim[1]
82 mat,mix,inp = get_random_mix(rand_func=rand_func,mat_dim=dim)
91 mat,mix,inp = get_random_mix(rand_func=rand_func, mat_dim=dim, avg=0)
H A Dtest_PCANode.py41 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
49 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
68 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
114 mat, mix, inp = get_random_mix(mat_dim=(1000, 100), avg=1E+15)
132 mat, mix, inp = get_random_mix(mat_dim=(500, 2))
147 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
165 mat, mix, inp = get_random_mix(mat_dim=(1000, 3))
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_fb_filter_matrix_methods.F1310 mat_dim, &
1312 mat_dim, &
1314 mat_dim, &
1331 mat_dim, &
1333 mat_dim, &
1335 mat_dim, &
1362 ALLOCATE (filtered_eigenvectors(mat_dim, mat_dim))
1363 DO jj = 1, mat_dim
1364 DO ii = 1, mat_dim
1377 mat_dim, &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_fb_filter_matrix_methods.F1310 mat_dim, &
1312 mat_dim, &
1314 mat_dim, &
1331 mat_dim, &
1333 mat_dim, &
1335 mat_dim, &
1362 ALLOCATE (filtered_eigenvectors(mat_dim, mat_dim))
1363 DO jj = 1, mat_dim
1364 DO ii = 1, mat_dim
1377 mat_dim, &
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/fde/
H A Demb_dalton_evaluators.F90219 subroutine fde_dalton_embpot_via_oneelectron(mat_dim,fmat) argument
221 integer, intent(in) :: mat_dim local
305 subroutine fde_dalton_embpot_via_integrator(mat_dim,dmat,fmat) argument
307 integer, intent(in) :: mat_dim local
317 subroutine fde_dalton_linrsp_via_integrator(mat_dim,dmat0,ndmat,dmat,fmat) argument
319 integer, intent(in) :: mat_dim local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
H A Dpdt_4.f037 integer :: mat_dim = 256 variable
19 type(modtype(8,mat_dim)) :: mod_q ! { dg-error "must not have the SAVE attribute" }
65 type(x(8,4,mat_dim)) :: q ! { dg-error "must not have the SAVE attribute" }
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dpdt_3.f037 integer :: mat_dim = 256 variable
53 if (size (q%mat1%d) .ne. mat_dim**2) STOP 9
54 if (size (q%mat2%d) .ne. 4*mat_dim**2) STOP 10

123