Home
last modified time | relevance | path

Searched refs:Clm (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/laspack/laspack/examples/matropt/
H A Dtestproc.c29 size_t Dim, Row, Clm, ElCount; in Test1_QV() local
55 Clm = QEl[Row][ElCount].Pos; in Test1_QV()
61 for (Clm = 1; Clm <= Dim; Clm++) { in Test1_QV()
64 VRes->Cmp[Row] += QEl[Clm][ElCount].Val * V->Cmp[Clm]; in Test1_QV()
110 size_t Dim, Row, Clm, ElCount; in Test2_QV() local
139 Clm = (*PtrEl).Pos; in Test2_QV()
146 for (Clm = 1; Clm <= Dim; Clm++) { in Test2_QV()
243 for (Clm = 1; Clm <= Dim; Clm++) { in Test3_QV()
246 Cmp = VCmp[Clm]; in Test3_QV()
339 for (Clm = Dim; Clm > 0; Clm--) { in Test4_QV()
[all …]
/dports/math/laspack/laspack/examples/lastest/
H A Dlastest.c553 size_t Dim, Row, Clm, Len, ElCount; in SimpleMul_QV() local
592 Clm = (*PtrEl).Pos; in SimpleMul_QV()
593 VResCmp[Row] += El * VCmp[Clm]; in SimpleMul_QV()
600 for (Clm = 1; Clm <= Dim; Clm++) { in SimpleMul_QV()
601 VResCmp[Clm] += (*QDiagEl[Clm]).Val * VCmp[Clm]; in SimpleMul_QV()
602 Len = QLen[Clm]; in SimpleMul_QV()
603 PtrEl = QEl[Clm]; in SimpleMul_QV()
619 Clm = (*PtrEl).Pos; in SimpleMul_QV()
626 for (Clm = 1; Clm <= Dim; Clm++) { in SimpleMul_QV()
627 Len = QLen[Clm]; in SimpleMul_QV()
[all …]
/dports/math/laspack/laspack/
H A Doperats.c704 for (Clm = 1; Clm <= ClmDim; Clm++) { in Mul_MV()
705 Len = MLen[Clm]; in Mul_MV()
708 Cmp = VCmp[Clm]; in Mul_MV()
927 for (Clm = 1; Clm <= Dim; Clm++) { in Mul_QV()
931 Cmp = VCmp[Clm]; in Mul_QV()
940 for (Clm = 1; Clm <= Dim; Clm++) { in Mul_QV()
942 Cmp = VCmp[Clm]; in Mul_QV()
957 VResCmp[Clm] += (*QDiagEl[Clm]).Val * Cmp; in Mul_QV()
959 VResCmp[Clm] += MultiplDV * (*QDiagEl[Clm]).Val * Cmp; in Mul_QV()
1108 for (Clm = Dim; Clm >= 1; Clm--) { in MulInv_QV()
[all …]
H A Dqmatrix.c354 if (Row > 0 && Row <= Q->Dim && Clm > 0 && Clm <= Q->Dim) { in Q_GetEl()
357 if (Clm >= Row) { in Q_GetEl()
366 Len = Q->Len[Clm]; in Q_GetEl()
367 PtrEl = Q->El[Clm]; in Q_GetEl()
375 if (Clm >= Row) { in Q_GetEl()
376 Len = Q->Len[Clm]; in Q_GetEl()
377 PtrEl = Q->El[Clm]; in Q_GetEl()
401 Len = Q->Len[Clm]; in Q_GetEl()
402 PtrEl = Q->El[Clm]; in Q_GetEl()
412 if (Row > Clm) in Q_GetEl()
[all …]
H A Dmatrix.c295 Real M_GetEl(Matrix *M, size_t Row, size_t Clm) in M_GetEl() argument
304 if (Row > 0 && Row <= M->RowDim && Clm > 0 && Clm <= M->ClmDim) { in M_GetEl()
310 if ((*PtrEl).Pos == Clm) in M_GetEl()
315 Len = M->Len[Clm]; in M_GetEl()
316 PtrEl = M->El[Clm]; in M_GetEl()
H A Dmatrix.h66 Real M_GetEl(Matrix *M, size_t Row, size_t Clm);
H A Dqmatrix.h79 Real Q_GetEl(QMatrix *Q, size_t Row, size_t Clm);
/dports/math/libmesh/libmesh-1.6.2/contrib/laspack/
H A Doperats.C746 for (Clm = 1; Clm <= ClmDim; Clm++) { in Mul_MV()
747 Len = MLen[Clm]; in Mul_MV()
750 Cmp = VCmp[Clm]; in Mul_MV()
975 for (Clm = 1; Clm <= Dim; Clm++) { in Mul_QV()
979 Cmp = VCmp[Clm]; in Mul_QV()
988 for (Clm = 1; Clm <= Dim; Clm++) { in Mul_QV()
990 Cmp = VCmp[Clm]; in Mul_QV()
1005 VResCmp[Clm] += (*QDiagEl[Clm]).Val * Cmp; in Mul_QV()
1007 VResCmp[Clm] += MultiplDV * (*QDiagEl[Clm]).Val * Cmp; in Mul_QV()
1161 for (Clm = Dim; Clm >= 1; Clm--) { in MulInv_QV()
[all …]
H A Dqmatrix.C354 if (Row > 0 && Row <= Q->Dim && Clm > 0 && Clm <= Q->Dim) { in Q_GetEl()
357 if (Clm >= Row) { in Q_GetEl()
366 Len = Q->Len[Clm]; in Q_GetEl()
367 PtrEl = Q->El[Clm]; in Q_GetEl()
375 if (Clm >= Row) { in Q_GetEl()
376 Len = Q->Len[Clm]; in Q_GetEl()
377 PtrEl = Q->El[Clm]; in Q_GetEl()
401 Len = Q->Len[Clm]; in Q_GetEl()
402 PtrEl = Q->El[Clm]; in Q_GetEl()
412 if (Row > Clm) in Q_GetEl()
[all …]
H A Dmatrix.C295 _LPNumber M_GetEl(Matrix *M, size_t Row, size_t Clm) in M_GetEl() argument
304 if (Row > 0 && Row <= M->RowDim && Clm > 0 && Clm <= M->ClmDim) { in M_GetEl()
310 if ((*PtrEl).Pos == Clm) in M_GetEl()
315 Len = M->Len[Clm]; in M_GetEl()
316 PtrEl = M->El[Clm]; in M_GetEl()
H A Dmatrix.h72 _LPNumber M_GetEl(Matrix *M, size_t Row, size_t Clm);
H A Dqmatrix.h85 _LPNumber Q_GetEl(QMatrix *Q, size_t Row, size_t Clm);
/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c917 size_t Clm; in GenP1DDirich() local
920 for (Clm = 1; Clm <= Dim[Level - 1]; Clm++) { in GenP1DDirich()
921 M_SetLen(&P[Level], Clm, 3); in GenP1DDirich()
923 M_SetEntry(&P[Level], Clm, 0, 2 * Clm - 1, 0.5); in GenP1DDirich()
924 M_SetEntry(&P[Level], Clm, 1, 2 * Clm, 1.0); in GenP1DDirich()
925 M_SetEntry(&P[Level], Clm, 2, 2 * Clm + 1, 0.5); in GenP1DDirich()
1142 size_t BlockClm, ClmBasis, ClmInBlock, Clm; in GenP2DDirich() local
1148 Clm = ClmBasis + ClmInBlock; in GenP2DDirich()
1149 M_SetLen(&P[Level], Clm, 9); in GenP2DDirich()
1151 M_SetEntry(&P[Level], Clm, 0, 2 * ClmInBlock in GenP2DDirich()
[all …]
/dports/science/libecpint/libecpint-1.0.7/doc/sphinx/source/api/
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_new_src_lib_mathutil.cpp.rst115 // Slm(theta, phi) = Clm * Plm(std::cos(theta)) * std::cos(m * phi), m > 0
116 // Sl{-m}(theta, phi) = Clm * Plm(std::cos(theta)) * std::sin(m * phi)
118 // where Clm^2 = (2l + 1)*(l - m)! / (8*pi * (l+m)!)
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_src_lib_mathutil.cpp.rst115 // Slm(theta, phi) = Clm * Plm(std::cos(theta)) * std::cos(m * phi), m > 0
116 // Sl{-m}(theta, phi) = Clm * Plm(std::cos(theta)) * std::sin(m * phi)
118 // where Clm^2 = (2l + 1)*(l - m)! / (8*pi * (l+m)!)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_HMatrix.cpp226 LargeMatrix<Complex>& Clm=C.getLargeMatrix<Complex>(); in unit_HMatrix() local
228 for(Number k=0; k<nbp; ++k) Cx=Clm*z; in unit_HMatrix()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/sys/
H A Dsys_HMatrix.cpp444 LargeMatrix<Complex>& Clm=C.getLargeMatrix<Complex>(); in sys_HMatrix() local
446 for(Number k=0; k<nbp; ++k) Cx=Clm*z; in sys_HMatrix()
/dports/science/py-molmod/molmod-1.4.8/molmod/data/
H A Dnubtab03.asc247 034 0171 34Clm -24293.42 0.18 146.36 0.03 32.00 m 0.04 3+ 01 …
289 038 0171 38Clm -29126.74 0.10 671.361 0.008 715 ms 3 5- 01 …
/dports/audio/musescore/MuseScore-3.6.1/share/locale/
H A Dinstruments_ga.ts4536 <translation>Clm.</translation>
4542 <translation>Clm. Tr.</translation>
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/latex-user/
H A Dimage-generator.nb114650 /Bk2/sX8Gzb+rd3zWH/y+/hD1/OHmN391p/cz1+6nr/E7O63/uR+/tT1/Clm
120511 /Bk2/sX8Gzb+rd3zWH/y+/hD1/OHmN391p/cz1+6nr/E7O63/uR+/tT1/Clm
/dports/biology/bbmap/bbmap/resources/
H A Dblacklist_nt_merged.sketch35651 :9Ye`Clm
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/tokudb/r/
H A Dchange_column_all_1000_10.result21028 …xZleUaXyqScXkQl3pOrHxRPBVMVHXYvaydJxQXIlxhLhoWOnzI','SKXeNhqFjWHqptNFDb','6Clm','FSVDe3RbQ9kdeo0Dr…
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/tokudb/r/
H A Dchange_column_all_1000_10.result21028 …xZleUaXyqScXkQl3pOrHxRPBVMVHXYvaydJxQXIlxhLhoWOnzI','SKXeNhqFjWHqptNFDb','6Clm','FSVDe3RbQ9kdeo0Dr…
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/tokudb/r/
H A Dchange_column_all_1000_10.result21028 …xZleUaXyqScXkQl3pOrHxRPBVMVHXYvaydJxQXIlxhLhoWOnzI','SKXeNhqFjWHqptNFDb','6Clm','FSVDe3RbQ9kdeo0Dr…
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/tokudb/r/
H A Dchange_column_all_1000_10.result21028 …xZleUaXyqScXkQl3pOrHxRPBVMVHXYvaydJxQXIlxhLhoWOnzI','SKXeNhqFjWHqptNFDb','6Clm','FSVDe3RbQ9kdeo0Dr…

12