Home
last modified time | relevance | path

Searched refs:Cols (Results 201 – 225 of 4081) sorted by relevance

12345678910>>...164

/dports/devel/boost-python-libs/boost_1_72_0/libs/qvm/test/
H A Dplus_mm_test.cpp17 template <int Rows,int Cols>
22 test_qvm::matrix<M1,Rows,Cols> const x(42,2); in test()
24 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
26 test_qvm::matrix<M1,Rows,Cols> r=x+y; in test()
31 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)+y; in test()
37 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
38 test_qvm::matrix<M2,Rows,Cols> r=x+mref(y); in test()
H A Dminus_mm_test.cpp17 template <int Rows,int Cols>
22 test_qvm::matrix<M1,Rows,Cols> const x(42,2); in test()
24 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
26 test_qvm::matrix<M1,Rows,Cols> r=x-y; in test()
31 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)-y; in test()
37 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
38 test_qvm::matrix<M2,Rows,Cols> r=x-mref(y); in test()
/dports/devel/boost-libs/boost_1_72_0/libs/qvm/test/
H A Dminus_mm_test.cpp17 template <int Rows,int Cols>
22 test_qvm::matrix<M1,Rows,Cols> const x(42,2); in test()
24 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
26 test_qvm::matrix<M1,Rows,Cols> r=x-y; in test()
31 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)-y; in test()
37 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
38 test_qvm::matrix<M2,Rows,Cols> r=x-mref(y); in test()
H A Dplus_mm_test.cpp17 template <int Rows,int Cols>
22 test_qvm::matrix<M1,Rows,Cols> const x(42,2); in test()
24 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
26 test_qvm::matrix<M1,Rows,Cols> r=x+y; in test()
31 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)+y; in test()
37 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
38 test_qvm::matrix<M2,Rows,Cols> r=x+mref(y); in test()
/dports/devel/hyperscan/boost_1_75_0/libs/qvm/test/
H A Dminus_mm_test.cpp17 template <int Rows,int Cols>
22 test_qvm::matrix<M1,Rows,Cols> const x(42,2); in test()
24 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
26 test_qvm::matrix<M1,Rows,Cols> r=x-y; in test()
31 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)-y; in test()
37 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
38 test_qvm::matrix<M2,Rows,Cols> r=x-mref(y); in test()
H A Dplus_mm_test.cpp17 template <int Rows,int Cols>
22 test_qvm::matrix<M1,Rows,Cols> const x(42,2); in test()
24 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
26 test_qvm::matrix<M1,Rows,Cols> r=x+y; in test()
31 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
32 test_qvm::matrix<M2,Rows,Cols> r=mref(x)+y; in test()
37 test_qvm::matrix<M1,Rows,Cols> const y(42,1); in test()
38 test_qvm::matrix<M2,Rows,Cols> r=x+mref(y); in test()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_graph_coloring_regalloc.erl92 {Cols, NewSpillIndex} =
469 get_colors([X|Xs], Cols) ->
470 case color_of(X, Cols) of
638 color_of(X,Cols) ->
641 set_color(X,R,Cols) ->
645 list_coloring(Cols) ->
646 hipe_vectors:list(Cols).
713 check_color_of(X, Cols) ->
726 check_cols([], Cols) ->
737 check_cols(Xs, Cols)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_graph_coloring_regalloc.erl92 {Cols, NewSpillIndex} =
469 get_colors([X|Xs], Cols) ->
470 case color_of(X, Cols) of
638 color_of(X,Cols) ->
641 set_color(X,R,Cols) ->
645 list_coloring(Cols) ->
646 hipe_vectors:list(Cols).
713 check_color_of(X, Cols) ->
726 check_cols([], Cols) ->
737 check_cols(Xs, Cols)
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_graph_coloring_regalloc.erl92 {Cols, NewSpillIndex} =
469 get_colors([X|Xs], Cols) ->
470 case color_of(X, Cols) of
638 color_of(X,Cols) ->
641 set_color(X,R,Cols) ->
645 list_coloring(Cols) ->
646 hipe_vectors:list(Cols).
713 check_color_of(X, Cols) ->
726 check_cols([], Cols) ->
737 check_cols(Xs, Cols)
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/
H A Dqr_colpivoting.cpp48 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
50 int rank = internal::random<int>(1, (std::min)(int(Rows), int(Cols))-1); in qr_fixedsize()
51 Matrix<Scalar,Rows,Cols> m1; in qr_fixedsize()
52 createRandomPIMatrixOfRank(rank,Rows,Cols,m1); in qr_fixedsize()
53 ColPivHouseholderQR<Matrix<Scalar,Rows,Cols> > qr(m1); in qr_fixedsize()
55 VERIFY(Cols - qr.rank() == qr.dimensionOfKernel()); in qr_fixedsize()
57 VERIFY(qr.isSurjective() == (rank == Cols)); in qr_fixedsize()
60 Matrix<Scalar,Rows,Cols> r = qr.matrixQR().template triangularView<Upper>(); in qr_fixedsize()
61 Matrix<Scalar,Rows,Cols> c = qr.householderQ() * r * qr.colsPermutation().inverse(); in qr_fixedsize()
64 Matrix<Scalar,Cols,Cols2> m2 = Matrix<Scalar,Cols,Cols2>::Random(Cols,Cols2); in qr_fixedsize()
[all …]
H A Dqr.cpp35 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
37 Matrix<Scalar,Rows,Cols> m1 = Matrix<Scalar,Rows,Cols>::Random(); in qr_fixedsize()
38 HouseholderQR<Matrix<Scalar,Rows,Cols> > qr(m1); in qr_fixedsize()
40 Matrix<Scalar,Rows,Cols> r = qr.matrixQR(); in qr_fixedsize()
42 for(int i = 0; i < Rows; i++) for(int j = 0; j < Cols; j++) if(i>j) r(i,j) = Scalar(0); in qr_fixedsize()
46 Matrix<Scalar,Cols,Cols2> m2 = Matrix<Scalar,Cols,Cols2>::Random(Cols,Cols2); in qr_fixedsize()
48 m2 = Matrix<Scalar,Cols,Cols2>::Random(Cols,Cols2); in qr_fixedsize()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_matrix.cpp108 Cols () != m.Cols ()) in operator ==()
142 if (Rows () != Cols ()) in IsDiagonal()
317 Cols () != m.Cols ()) in AlmostEqual()
372 Cols () != 3) in dng_matrix_3by3()
438 Cols () != 3) in dng_matrix_4by3()
498 m.Cols () == 3); in dng_matrix_4by4()
501 m.Cols () == 4); in dng_matrix_4by4()
897 if (A.Cols () != B.Rows ()) in operator *()
1000 if (A.Cols () != B.Cols () || in operator +()
1263 if (A.Rows () == A.Cols ()) in Invert()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DEliminatePeriodic.F90493 Cols => A % Cols
546 Row( A % Cols(i) ) = Row( A % Cols(i) ) + 1
553 B % Cols = 0
561 k = A % Cols(j)
577 k = A % Cols(j)
628 k = A % Cols(l)
630 j = B % Cols(m)
660 C % Cols = 0
665 k = A % Cols(l)
706 k = A % Cols(l)
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSmoothers.F90501 Cols => M % Cols
537 Cols => M % Cols
575 Cols => M % Cols
616 Cols => M % Cols
648 Cols => M % Cols
687 Cols => A % Cols
737 Cols => M % Cols
789 Cols => M % Cols
833 Cols => A % Cols
890 Cols => M % Cols
[all …]
H A DSParIterSolver.F901566 Cols => SourceMatrix % Cols
2556 Cols => InsideMatrix % Cols
2681 Cols => InsideMatrix % Cols
2838 DMat % Cols = SMat2 % Cols(1:SIZE(DMat % Cols))
2853 DMat % Cols = SMat1 % Cols(1:SIZE(DMat % Cols))
2874 DCols = SIZE(SMat1 % Cols) + SIZE(SMat2 % Cols)
2923 DMat % Cols(Col) = SMat1 % Cols(k)
2941 DMat % Cols(col) = SMat1 % Cols(j1)
2982 DMat % Cols(col) = SMat1 % Cols(j1)
3001 Cols(1:col-1) = DMat % Cols(1:col-1)
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/mat/
H A Dcdense.go25 return m.mat.Rows, m.mat.Cols
59 Cols: c,
94 if m.mat.Rows > m.capRows || m.mat.Cols > m.capCols {
104 Cols: c,
112 if r != m.mat.Rows || c != m.mat.Cols {
119 if m.mat.Rows > m.capRows || m.mat.Cols > m.capCols {
129 Cols: c,
137 if r != m.mat.Rows || c != m.mat.Cols {
150 m.mat.Rows, m.mat.Cols, m.mat.Stride = 0, 0, 0
166 c := m.mat.Cols
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/mat/
H A Dcdense.go25 return m.mat.Rows, m.mat.Cols
59 Cols: c,
94 if m.mat.Rows > m.capRows || m.mat.Cols > m.capCols {
104 Cols: c,
112 if r != m.mat.Rows || c != m.mat.Cols {
119 if m.mat.Rows > m.capRows || m.mat.Cols > m.capCols {
129 Cols: c,
137 if r != m.mat.Rows || c != m.mat.Cols {
150 m.mat.Rows, m.mat.Cols, m.mat.Stride = 0, 0, 0
166 c := m.mat.Cols
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/lapack/lapack64/
H A Dlapack64.go176 …return lapack64.Dgels(trans, a.Rows, a.Cols, b.Cols, a.Data, max(1, a.Stride), b.Data, max(1, b.St…
202 lapack64.Dgeqrf(a.Rows, a.Cols, a.Data, max(1, a.Stride), tau, work, lwork)
222 lapack64.Dgelqf(a.Rows, a.Cols, a.Data, max(1, a.Stride), tau, work, lwork)
289 return lapack64.Dgetrf(a.Rows, a.Cols, a.Data, max(1, a.Stride), ipiv)
305 return lapack64.Dgetri(a.Cols, a.Data, max(1, a.Stride), ipiv, work, lwork)
320 lapack64.Dgetrs(trans, a.Cols, b.Cols, a.Data, max(1, a.Stride), ipiv, b.Data, max(1, b.Stride))
524 lapack64.Dlapmt(forward, x.Rows, x.Cols, x.Data, max(1, x.Stride), k)
577 …lapack64.Dormqr(side, trans, c.Rows, c.Cols, a.Cols, a.Data, max(1, a.Stride), tau, c.Data, max(1,…
698 if a.Cols != n {
701 if jobvl == lapack.LeftEVCompute && (vl.Rows != n || vl.Cols != n) {
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/MOSImporter/
H A DMOSImporter.cpp37 Width = Height = Cols = Rows = BlockSize = PalOffset = 0; in MOSImporter()
68 str->ReadWord( &Cols ); in Open()
86 for (int x = 0; x < Cols; x++) { in GetSprite2D()
87 int bw = ( x == Cols - 1 ) ? in GetSprite2D()
90 str->Seek( PalOffset + ( y * Cols * 1024 ) + in GetSprite2D()
93 str->Seek( PalOffset + ( Rows * Cols * 1024 ) + in GetSprite2D()
94 ( y * Cols * 4 ) + ( x * 4 ), in GetSprite2D()
97 str->Seek( PalOffset + ( Rows * Cols * 1024 ) + in GetSprite2D()
98 ( Rows * Cols * 4 ) + blockoffset, in GetSprite2D()
/dports/math/eigen3/eigen-3.3.9/test/
H A Dproduct_small.cpp46 || (Cols ==1&&Depth!=1&&OB==RowMajor)
47 || (Depth==1&&Cols !=1&&OB==ColMajor)
48 || (Rows ==1&&Cols !=1&&OC==ColMajor)
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom(); in test_lazy_single()
55 Matrix<T,Rows,Cols,OC> D(C); in test_lazy_single()
62 || (Cols ==1&&Depth!=1&&OB==RowMajor)
63 || (Depth==1&&Cols !=1&&OB==ColMajor)
64 || (Rows ==1&&Cols !=1&&OC==ColMajor)
70 template<typename T, int Rows, int Cols, int Depth>
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dproduct_small.cpp46 || (Cols ==1&&Depth!=1&&OB==RowMajor)
47 || (Depth==1&&Cols !=1&&OB==ColMajor)
48 || (Rows ==1&&Cols !=1&&OC==ColMajor)
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom(); in test_lazy_single()
55 Matrix<T,Rows,Cols,OC> D(C); in test_lazy_single()
62 || (Cols ==1&&Depth!=1&&OB==RowMajor)
63 || (Depth==1&&Cols !=1&&OB==ColMajor)
64 || (Rows ==1&&Cols !=1&&OC==ColMajor)
70 template<typename T, int Rows, int Cols, int Depth>
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dproduct_small.cpp46 || (Cols ==1&&Depth!=1&&OB==RowMajor)
47 || (Depth==1&&Cols !=1&&OB==ColMajor)
48 || (Rows ==1&&Cols !=1&&OC==ColMajor)
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom(); in test_lazy_single()
55 Matrix<T,Rows,Cols,OC> D(C); in test_lazy_single()
62 || (Cols ==1&&Depth!=1&&OB==RowMajor)
63 || (Depth==1&&Cols !=1&&OB==ColMajor)
64 || (Rows ==1&&Cols !=1&&OC==ColMajor)
70 template<typename T, int Rows, int Cols, int Depth>
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dproduct_small.cpp46 || (Cols ==1&&Depth!=1&&OB==RowMajor)
47 || (Depth==1&&Cols !=1&&OB==ColMajor)
48 || (Rows ==1&&Cols !=1&&OC==ColMajor)
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom(); in test_lazy_single()
55 Matrix<T,Rows,Cols,OC> D(C); in test_lazy_single()
62 || (Cols ==1&&Depth!=1&&OB==RowMajor)
63 || (Depth==1&&Cols !=1&&OB==ColMajor)
64 || (Rows ==1&&Cols !=1&&OC==ColMajor)
70 template<typename T, int Rows, int Cols, int Depth>
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dproduct_small.cpp46 || (Cols ==1&&Depth!=1&&OB==RowMajor)
47 || (Depth==1&&Cols !=1&&OB==ColMajor)
48 || (Rows ==1&&Cols !=1&&OC==ColMajor)
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom(); in test_lazy_single()
55 Matrix<T,Rows,Cols,OC> D(C); in test_lazy_single()
62 || (Cols ==1&&Depth!=1&&OB==RowMajor)
63 || (Depth==1&&Cols !=1&&OB==ColMajor)
64 || (Rows ==1&&Cols !=1&&OC==ColMajor)
70 template<typename T, int Rows, int Cols, int Depth>
[all …]
/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-matrix_math.adb20 Cols : for J in Result.Value'range (2) loop identifier
22 end loop Cols;
36 Cols : for J in Result.Value'range (2) loop identifier
38 end loop Cols;
76 end loop Cols;
86 Cols : for J in Left.Value'range (2) loop identifier
88 end loop Cols;
98 Cols : for J in Left.Value'range (2) loop identifier
100 end loop Cols;
112 end loop Cols;
[all …]

12345678910>>...164