Home
last modified time | relevance | path

Searched refs:Cols (Results 226 – 250 of 4081) sorted by relevance

12345678910>>...164

/dports/math/tvmet/tvmet-1.7.2/include/tvmet/xpr/
H A DMVProduct.h41 template<class E1, std::size_t Rows, std::size_t Cols,
44 : public TvmetBase< XprMVProduct<E1, Rows, Cols, E2> >
60 M = Rows * Cols,
61 N = Rows * (Cols - 1),
65 use_meta = Rows*Cols < TVMET_COMPLEXITY_MV_TRIGGER ? true : false
85 return meta::gemv<Rows, Cols, in do_gemv()
92 return loop::gemv<Rows, Cols>::prod(lhs, rhs, j); in do_gemv()
112 << "R=" << Rows << ", C=" << Cols << ",\n";
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/opt/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/opt/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/reference/opt/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/reference/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/opt/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/opt/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/opt/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-msl/vert/
H A Dfloat-math.invariant-float-math.vert77 template<typename T, int Cols, int Rows>
78 vec<T, Cols> spvFMulVectorMatrix(vec<T, Rows> v, matrix<T, Cols, Rows> m)
80 vec<T, Cols> res = vec<T, Cols>(0);
83 vec<T, Cols> tmp(0);
84 for (uint j = 0; j < Cols; ++j)
88 res = fma(tmp, vec<T, Cols>(v[i - 1]), res);
93 template<typename T, int Cols, int Rows>
94 vec<T, Rows> spvFMulMatrixVector(matrix<T, Cols, Rows> m, vec<T, Cols> v)
97 for (uint i = Cols; i > 0; --i)
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrations/
H A Ddashboard_acl.go20 {Cols: []string{"dashboard_id"}},
21 {Cols: []string{"dashboard_id", "user_id"}, Type: UniqueIndex},
22 {Cols: []string{"dashboard_id", "team_id"}, Type: UniqueIndex},
23 {Cols: []string{"user_id"}},
24 {Cols: []string{"team_id"}},
25 {Cols: []string{"org_id", "role"}},
26 {Cols: []string{"permission"}},
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DRigidBodyReduction.F90526 t = A % Cols(l)
992 DEALLOCATE( RedA % Cols )
1205 Cols => A % Cols
1322 Row( A % Cols(i) ) = Row( A % Cols(i) ) + 1
1329 B % Cols = 0
1460 C % Cols = 0
1571 DEALLOCATE( A % Cols )
1617 Cols = A % Cols
1681 DEALLOCATE( Cols )
1791 IF ( ASSOCIATED( A % Cols ) ) DEALLOCATE( A % Cols )
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/mat/
H A Dshadow.go39 if a.Cols == b.Cols && a.Rows == b.Rows && a.Stride == b.Stride {
61 a.Cols, b.Cols = b.Cols, a.Cols
63 if rectanglesOverlap(off, a.Cols, b.Cols, a.Stride) {
118 Cols: a.N,
151 Cols: a.N,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Dshadow.go39 if a.Cols == b.Cols && a.Rows == b.Rows && a.Stride == b.Stride {
61 a.Cols, b.Cols = b.Cols, a.Cols
63 if rectanglesOverlap(off, a.Cols, b.Cols, a.Stride) {
118 Cols: a.N,
151 Cols: a.N,
/dports/math/tvmet/tvmet-1.7.2/include/tvmet/
H A DMatrixImpl.h43 << typeid(T).name() << ", " << Rows << ", " << Cols << ">," in print_xpr()
63 for(std::size_t j = 0; j < (Cols - 1); ++j) { in print_on()
66 os << std::setw(w) << this->operator()(i, Cols - 1) in print_on()
84 this->M_##NAME(XprMatrix<expr_type, Rows, Cols>(expr_type(rhs))); \
101 this->M_##NAME(XprMatrix<expr_type, Rows, Cols>(expr_type(rhs))); \
122 Matrix<T1, NRows, NCols>::M_##NAME (const Matrix<T2, Rows, Cols>& rhs) { \
123 …this->M_##NAME( XprMatrix<typename Matrix<T2, Rows, Cols>::ConstReference, Rows, Cols>(rhs.const_r…
148 Matrix<T, NRows, NCols>::M_##NAME (const XprMatrix<E, Rows, Cols>& rhs) { \
175 Matrix<T1, NRows, NCols>::alias_##NAME (const Matrix<T2, Rows, Cols>& rhs) { \
176 …this->alias_##NAME( XprMatrix<typename Matrix<T2, Rows, Cols>::ConstReference, Rows, Cols>(rhs.con…
[all …]
/dports/devel/py-tables/tables-3.6.1/doc/source/usersguide/libref/
H A Dstructured_storage.rst185 The Cols class
187 .. autoclass:: Cols
190 Cols instance variables
194 .. autoattribute:: Cols._v_desc
197 Cols properties
199 .. autoattribute:: Cols._v_table
202 Cols methods
204 .. automethod:: Cols._f_col
206 .. automethod:: Cols.__getitem__
208 .. automethod:: Cols.__len__
[all …]
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dmps2poly.cc179 Map<std::string,Int> Cols; in mps2poly() local
210 if(Cols.find(col) == Cols.end()){ in mps2poly()
211 Int size = Cols.size() + 1; in mps2poly()
212 Cols[col] = size; in mps2poly()
228 while(Int(cols_Matrices[index].size())<=Cols[col]){ in mps2poly()
284 Array<Array<double>> variable_bounds(Cols.size()); in mps2poly()
306 integer_variables += Cols[col]; in mps2poly()
311 integer_variables += Cols[col]; in mps2poly()
321 SparseVector<Scalar> v(Cols.size()+1); in mps2poly()
351 SparseMatrix<Scalar> INEQUALITIES(0,Cols.size()+1); in mps2poly()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mat/
H A Dsvd.go91 Cols: m,
99 Cols: min(m, n),
110 Cols: n,
118 Cols: n,
221 c := svd.u.Cols
257 c := svd.vt.Cols
311 capCols: svd.u.Cols,
316 capCols: svd.vt.Cols,
331 if rank < svd.u.Cols {
389 capCols: svd.u.Cols,
[all …]
/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A Dmatrix_rows_cols.h25 template <typename TMatrix> class Cols; variable
37 struct spec_object_traits< Cols<TMatrix> >
51 -> typename inherit_ref_norv<Cols<unwary_t<pure_type_t<TMatrix>>>, TMatrix&>::type
53 …return reinterpret_cast<typename inherit_ref_norv<Cols<unwary_t<pure_type_t<TMatrix>>>, TMatrix&>:…
60 class Cols<Wary<TMatrix>> : public Cols<TMatrix> { };
66 using pm::Cols;
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DVankaCreate.F90117 Cols => A % Cols
223 IF ( Cols(m)==l ) THEN
230 IF ( Cols(m)==l ) THEN
409 Cols => A % Cols
425 IF(Cols(j)<=nm .OR. Cols(j)>nm+n) CYCLE
445 IF(Cols(j)<=nm .OR. Cols(j)>nm+n) CYCLE
514 IF ( Cols(m) == l ) THEN
517 ELSE IF( Cols(m)>l) THEN
523 IF ( Cols(m)==l ) THEN
575 k = A % Cols(j) - nm
[all …]
/dports/math/R-cran-dplyr/dplyr/tests/testthat/_snaps/
H A Dsets.md8 - Cols in y but not x: `data2`.
9 - Cols in x but not y: `data`.
18 - Cols in y but not x: `data2`.
19 - Cols in x but not y: `data`.
28 - Cols in y but not x: `data2`.
29 - Cols in x but not y: `data`.
/dports/math/eigen3/eigen-3.3.9/test/
H A Dqr.cpp33 enum { Rows = MatrixType::RowsAtCompileTime, Cols = MatrixType::ColsAtCompileTime }; in qr_fixedsize() enumerator
35 Matrix<Scalar,Rows,Cols> m1 = Matrix<Scalar,Rows,Cols>::Random(); in qr_fixedsize()
36 HouseholderQR<Matrix<Scalar,Rows,Cols> > qr(m1); in qr_fixedsize()
38 Matrix<Scalar,Rows,Cols> r = qr.matrixQR(); in qr_fixedsize()
40 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()
44 Matrix<Scalar,Cols,Cols2> m2 = Matrix<Scalar,Cols,Cols2>::Random(Cols,Cols2); in qr_fixedsize()
46 m2 = Matrix<Scalar,Cols,Cols2>::Random(Cols,Cols2); in qr_fixedsize()

12345678910>>...164