Home
last modified time | relevance | path

Searched refs:maxM (Results 1 – 25 of 66) sorted by relevance

123

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/lib/
H A Darnoldi.py50 self.maxM = min(30, self.size)
72 for i in range(self.maxM):
101 self.subH = np.zeros( shape=(self.maxM,self.maxM), dtype=complex )
102 self.sol = np.zeros( shape=(self.maxM), dtype=complex )
103 self.dgks = np.zeros( shape=(self.maxM), dtype=complex )
104 self.nConv = np.zeros( shape=(self.maxM), dtype=int )
105 self.eigs = np.zeros( shape=(self.maxM), dtype=complex )
106 self.evecs = np.zeros( shape=(self.maxM,self.maxM), dtype=complex )
107 self.oldeigs = np.zeros( shape=(self.maxM), dtype=complex )
108 self.deigs = np.zeros( shape=(self.maxM), dtype=complex )
[all …]
H A Dlinalg_helper.py302 self.maxM = min(30, self.size)
324 for i in range(self.maxM):
353 self.subH = np.zeros( shape=(self.maxM,self.maxM), dtype=complex )
354 self.sol = np.zeros( shape=(self.maxM), dtype=complex )
355 self.dgks = np.zeros( shape=(self.maxM), dtype=complex )
356 self.nConv = np.zeros( shape=(self.maxM), dtype=int )
357 self.eigs = np.zeros( shape=(self.maxM), dtype=complex )
358 self.evecs = np.zeros( shape=(self.maxM,self.maxM), dtype=complex )
359 self.oldeigs = np.zeros( shape=(self.maxM), dtype=complex )
360 self.deigs = np.zeros( shape=(self.maxM), dtype=complex )
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllnv04.c42 int minM = info->vco1.min_m, maxM = info->vco1.max_m; in getMNP_single() local
60 maxM = 6; in getMNP_single()
62 maxM = 2; in getMNP_single()
65 maxM = 6; in getMNP_single()
67 maxM = 4; in getMNP_single()
69 maxM = 2; in getMNP_single()
92 for (M = minM; M <= maxM; M++) { in getMNP_single()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/
H A Dnouveau_subdev_clock_pllnv04.c48 int minM = info->vco1.min_m, maxM = info->vco1.max_m; in getMNP_single() local
66 maxM = 6; in getMNP_single()
68 maxM = 2; in getMNP_single()
71 maxM = 6; in getMNP_single()
73 maxM = 4; in getMNP_single()
75 maxM = 2; in getMNP_single()
98 for (M = minM; M <= maxM; M++) { in getMNP_single()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllnv04.c42 int minM = info->vco1.min_m, maxM = info->vco1.max_m; in getMNP_single() local
60 maxM = 6; in getMNP_single()
62 maxM = 2; in getMNP_single()
65 maxM = 6; in getMNP_single()
67 maxM = 4; in getMNP_single()
69 maxM = 2; in getMNP_single()
92 for (M = minM; M <= maxM; M++) { in getMNP_single()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllnv04.c42 int minM = info->vco1.min_m, maxM = info->vco1.max_m; in getMNP_single() local
60 maxM = 6; in getMNP_single()
62 maxM = 2; in getMNP_single()
65 maxM = 6; in getMNP_single()
67 maxM = 4; in getMNP_single()
69 maxM = 2; in getMNP_single()
92 for (M = minM; M <= maxM; M++) { in getMNP_single()
/dports/math/kfr/kfr-4.2.1/tools/
H A Debu_test.cpp86 float maxM = -HUGE_VALF, maxS = -HUGE_VALF; in main() local
96 maxM = std::max(maxM, M); in main()
115 println("maxM = ", maxM); in main()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Stress/Linq/
H A DFromEvent.cs104 public static void RefCount_Rand(int n, int maxN, int maxM) in RefCount_Rand() argument
106 RefCount_(RefCount_Rand_Params(n, maxN, maxM)); in RefCount_Rand()
119 public static void RefCountWithPost_Rand(int n, int maxN, int maxM) in RefCountWithPost_Rand() argument
121 RefCountWithPost_(RefCount_Rand_Params(n, maxN, maxM)); in RefCountWithPost_Rand()
124 private static IEnumerable<Tuple<int, int>> RefCount_Rand_Params(int n, int maxN, int maxM) in RefCount_Rand_Params() argument
129 var M = s_rand.Value.Next(1, maxM); in RefCount_Rand_Params()
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlusolio.h13 MYBOOL mmf_read_A(char *filename, int maxM, int maxN, int maxnz,
18 MYBOOL hbf_read_A(char *filename, int maxM, int maxN, int maxnz,
H A Dlusolio.c109 MYBOOL mmf_read_A(char *filename, int maxM, int maxN, int maxnz, in mmf_read_A() argument
145 if(ret_code != 0 || !filldata || (*M > maxM) || (*N > maxN) || (*nz > maxnz)) { in mmf_read_A()
213 if((M != N) || (maxN != maxM) || (2*(*nz) > maxnz)) { in mmf_read_A()
256 MYBOOL hbf_read_A(char *filename, int maxM, int maxN, int maxnz, in hbf_read_A() argument
/dports/math/lp_solve/lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/
H A Dlusolio.h13 MYBOOL mmf_read_A(char *filename, int maxM, int maxN, int maxnz,
18 MYBOOL hbf_read_A(char *filename, int maxM, int maxN, int maxnz,
H A Dlusolio.c108 MYBOOL mmf_read_A(char *filename, int maxM, int maxN, int maxnz, in mmf_read_A() argument
144 if(ret_code != 0 || !filldata || (*M > maxM) || (*N > maxN) || (*nz > maxnz)) { in mmf_read_A()
212 if((M != N) || (maxN != maxM) || (2*(*nz) > maxnz)) { in mmf_read_A()
255 MYBOOL hbf_read_A(char *filename, int maxM, int maxN, int maxnz, in hbf_read_A() argument
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/hmmer2/
H A Daltivec_algorithms.cpp375 mx->maxM = M; in CreatePlan7Matrix()
413 mx->maxM = M; in CreatePlan7MatrixHP()
453 if (N <= mx->maxN && M <= mx->maxM) in ResizePlan7Matrix()
471 if (M > mx->maxM) { in ResizePlan7Matrix()
473 mx->maxM = M; in ResizePlan7Matrix()
477 mx->mmx_mem = ReallocOrDie (mx->mmx_mem, sizeof(int) * (mx->maxN+1)*(mx->maxM+2+16)); in ResizePlan7Matrix()
478 mx->imx_mem = ReallocOrDie (mx->imx_mem, sizeof(int) * (mx->maxN+1)*(mx->maxM+2+16)); in ResizePlan7Matrix()
490 n = 12 - (mx->maxM+2)%4; in ResizePlan7Matrix()
491 mx->mmx[i] = mx->mmx[0] + i*(mx->maxM+2+n); in ResizePlan7Matrix()
492 mx->imx[i] = mx->imx[0] + i*(mx->maxM+2+n); in ResizePlan7Matrix()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/sci_gateway/cpp/
H A Dsci_bvode.cpp62 int maxM = 0; in sci_bvode() local
140 maxM = std::max(maxM, (int)pDblM->get(i)); in sci_bvode()
249 ipar[1] = std::max(maxM + 1, 5 - maxM); in sci_bvode()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/examples/convex/
H A DRPCA.cpp109 const Real maxM = MaxNorm( M ); in RPCA_ADMM() local
112 << "|| M ||_max = " << maxM << std::endl; in RPCA_ADMM()
218 const Real maxM = MaxNorm( M ); in RPCA_ALM() local
221 << "|| M ||_max = " << maxM << std::endl; in RPCA_ALM()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/media/RTShaderLib/
H A DSampleLib_InstancedViewports.glsl73 float maxM = max(boxedXY.x,boxedXY.y);
74 if (maxM >= 0.5)
H A DSampleLib_InstancedViewports.hlsl71 float maxM = max(boxedXY.x,boxedXY.y);
72 if (maxM >= 0.5)
H A DSampleLib_InstancedViewports.cg71 float maxM = max(boxedXY.x,boxedXY.y);
72 if (maxM >= 0.5)
/dports/math/octave-forge-ltfat/ltfat/inst/thirdparty/sparsify/
H A Dgreed_omp.m289 maxM=STOPTOL;
291 maxM=MAXITER;
294 if maxM*n < 1e7 && isa(A,'float')
295 try TESTMAT1=zeros(n,maxM);TESTMAT2=zeros(maxM);
297 try TESTMAT2=zeros(maxM);
309 elseif maxM^2 < 1e7
310 try TESTMAT2=zeros(maxM);
/dports/games/opendungeons/OpenDungeons-0.7.1/materials/RTShaderLib/HLSL/
H A DSampleLib_InstancedViewports.hlsl71 float maxM = max(boxedXY.x,boxedXY.y);
72 if (maxM >= 0.5)
/dports/games/opendungeons/OpenDungeons-0.7.1/materials/RTShaderLib/Cg/
H A DSampleLib_InstancedViewports.cg71 float maxM = max(boxedXY.x,boxedXY.y);
72 if (maxM >= 0.5)
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/RTShaderLib/HLSL/
H A DSampleLib_InstancedViewports.hlsl71 float maxM = max(boxedXY.x,boxedXY.y);
72 if (maxM >= 0.5)
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/RTShaderLib/HLSL_Cg/
H A DSampleLib_InstancedViewports.cg71 float maxM = max(boxedXY.x,boxedXY.y);
72 if (maxM >= 0.5)
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/RTShaderLib/Cg/
H A DSampleLib_InstancedViewports.cg71 float maxM = max(boxedXY.x,boxedXY.y);
72 if (maxM >= 0.5)
/dports/math/octave-forge-ltfat/ltfat/inst/thirdparty/sparsify/private/
H A Dgreed_omp_qr.m222 maxM=STOPTOL;
224 maxM=MAXITER;
228 err_mse = zeros(maxM,1);
231 iter_time = zeros(maxM,1);
265 try Q=zeros(n,maxM);
268 try R=zeros(maxM);

123