Home
last modified time | relevance | path

Searched refs:FieldTraits (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Dftraits.hh23 struct FieldTraits struct
32 struct FieldTraits<const T> struct
34 typedef typename FieldTraits<T>::field_type field_type; argument
35 typedef typename FieldTraits<T>::real_type real_type; argument
39 struct FieldTraits< std::complex<T> > struct
46 struct FieldTraits< T[N] > struct
48 typedef typename FieldTraits<T>::field_type field_type; argument
49 typedef typename FieldTraits<T>::real_type real_type; argument
53 struct FieldTraits< std::vector<T> > struct
55 typedef typename FieldTraits<T>::field_type field_type; argument
[all …]
H A Ddensevector.hh23 struct FieldTraits< DenseVector<V> > struct
45 inline typename FieldTraits<K>::real_type absreal (const K& k) in absreal()
67 inline typename FieldTraits<K>::real_type abs2 (const K& k) in abs2()
115 inline typename FieldTraits<K>::real_type sqrt (const K& k) in sqrt()
625 typename FieldTraits<value_type>::real_type result( 0 ); in one_norm()
635 typename FieldTraits<value_type>::real_type result( 0 ); in one_norm_real()
644 typename FieldTraits<value_type>::real_type result( 0 ); in two_norm()
663 using real_type = typename FieldTraits<vt>::real_type; in infinity_norm()
679 using real_type = typename FieldTraits<vt>::real_type; in infinity_norm_real()
694 using real_type = typename FieldTraits<vt>::real_type; in infinity_norm()
[all …]
H A Ddotproduct.hh40 …ble_if<!IsVector<A>::value && !std::is_same<typename FieldTraits<A>::field_type,typename FieldTrai… in dot()
57 …able_if<!IsVector<A>::value && std::is_same<typename FieldTraits<A>::field_type,typename FieldTrai… in dot()
H A Ddensematrix.hh30 struct FieldTraits< DenseMatrix<M> > struct
558 typename FieldTraits<value_type>::real_type sum=(0.0); in frobenius_norm()
566 typename FieldTraits<value_type>::real_type sum=(0.0); in frobenius_norm2()
575 using real_type = typename FieldTraits<vt>::real_type; in infinity_norm()
590 using real_type = typename FieldTraits<vt>::real_type; in infinity_norm_real()
605 using real_type = typename FieldTraits<vt>::real_type; in infinity_norm()
622 using real_type = typename FieldTraits<vt>::real_type; in infinity_norm_real()
1021 Simd::Mask<typename FieldTraits<value_type>::real_type> in solve()
1038 using real_type = typename FieldTraits<MAT>::real_type; in invert()
1107 Simd::Mask<typename FieldTraits<value_type>::real_type> in invert()
[all …]
/dports/math/dune-polygongrid/dune-polygongrid-f76933aa51aa3ae3e58a5705f9f7ce7d1f6c012c/dune/polygongrid/
H A Didentitymatrix.hh33 struct FieldTraits< __PolygonGrid::IdentityMatrix< K, N > > struct
35 typedef typename FieldTraits< K >::field_type field_type; argument
36 typedef typename FieldTraits< K >::real_type real_type; argument
65 typedef typename FieldTraits< This >::field_type field_type;
139 typename FieldTraits< field_type >::real_type frobenius_norm () const in frobenius_norm()
145 typename FieldTraits< field_type >::real_type frobenius_norm2 () const in frobenius_norm2()
147 return FieldTraits< field_type >::real_type( N ); in frobenius_norm2()
150 typename FieldTraits< field_type >::real_type infinity_norm () const in infinity_norm()
152 return FieldTraits< field_type >::real_type( 1 ); in infinity_norm()
155 typename FieldTraits< field_type >::real_type infinity_norm_real () const in infinity_norm_real()
[all …]
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dbvector.hh219 typename FieldTraits<field_type>::real_type sum=0; in one_norm()
228 typename FieldTraits<field_type>::real_type sum=0; in one_norm_real()
244 typename FieldTraits<field_type>::real_type sum=0; in two_norm2()
254 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm()
269 using real_type = typename FieldTraits<ft>::real_type; in infinity_norm_real()
577 struct FieldTraits< BlockVector<B, A> > struct
580 typedef typename FieldTraits<B>::real_type real_type; argument
857 typename FieldTraits<field_type>::real_type sum=0; in one_norm()
865 typename FieldTraits<field_type>::real_type sum=0; in one_norm_real()
874 typename FieldTraits<field_type>::real_type sum=0; in two_norm()
[all …]
H A Dmultitypeblockvector.hh39 struct FieldTraits< MultiTypeBlockVector<Arg0, Args...> > struct
41 typedef typename FieldTraits<Arg0>::field_type field_type; argument
42 typedef typename FieldTraits<Arg0>::real_type real_type; argument
224 …return accumulate(*this, typename FieldTraits<field_type>::real_type(0), [&](auto&& a, auto&& entr… in one_norm()
233 …return accumulate(*this, typename FieldTraits<field_type>::real_type(0), [&](auto&& a, auto&& entr… in one_norm_real()
240 typename FieldTraits<field_type>::real_type two_norm2() const { in two_norm2()
249 typename FieldTraits<field_type>::real_type two_norm() const {return sqrt(this->two_norm2());} in two_norm()
253 typename FieldTraits<field_type>::real_type infinity_norm() const in infinity_norm()
257 using real_type = typename FieldTraits<field_type>::real_type; in infinity_norm()
284 typename FieldTraits<field_type>::real_type infinity_norm_real() const in infinity_norm_real()
[all …]
/dports/deskutils/recoll/recoll-1.31.2/rcldb/
H A Drclvalues.cpp32 void add_field_value(Xapian::Document& xdoc, const FieldTraits& ft, in add_field_value()
38 case FieldTraits::STR: in add_field_value()
48 case FieldTraits::INT: in add_field_value()
61 string convert_field_value(const FieldTraits& ft, in convert_field_value()
66 case FieldTraits::STR: in convert_field_value()
68 case FieldTraits::INT: in convert_field_value()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/field/
H A Dfield-traits.h206 struct FieldTraits {
237 struct FieldTraits<Givaro::ZRing<double> > {
243 struct FieldTraits<Givaro::ZRing<float> > {
251 struct FieldTraits<Givaro::ZRing<int16_t> > {
257 struct FieldTraits<Givaro::ZRing<uint16_t> > {
263 struct FieldTraits<Givaro::ZRing<int32_t> > {
269 struct FieldTraits<Givaro::ZRing<uint32_t> > {
275 struct FieldTraits<Givaro::ZRing<int64_t> > {
281 struct FieldTraits<Givaro::ZRing<uint64_t> > {
298 struct FieldTraits<FFPACK::RNSInteger<T> > {
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/py/grid/
H A Dnumpy.hh33 …inline static pybind11::array_t< typename FieldTraits< typename GridFunction::RangeType >::field_t…
38 typedef typename FieldTraits< Range >::field_type Field; in pointData()
61 …inline static pybind11::array_t< typename FieldTraits< typename GridFunction::RangeType >::field_t…
68 …inline static pybind11::array_t< typename FieldTraits< typename GridFunction::RangeType >::field_t…
80 …inline static pybind11::array_t< typename FieldTraits< typename GridFunction::RangeType >::field_t…
85 typedef typename FieldTraits< Range >::field_type Field; in cellData()
108 …inline static pybind11::array_t< typename FieldTraits< typename GridFunction::RangeType >::field_t…
115 …inline static pybind11::array_t< typename FieldTraits< typename GridFunction::RangeType >::field_t…
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/
H A Dh1norm.hh47 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
52 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
60 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
65 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
96 … typedef typename Dune::FieldTraits< typename FunctionType::RangeFieldType >::real_type RealType;
138 inline typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
142 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType; in norm()
159 inline typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
165 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType; in distance()
H A Dl1norm.hh54 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
59 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
67 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
72 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
100 inline typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
104 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType; in norm()
122 inline typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
127 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType; in distance()
177 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType;
H A Dlpnorm.hh78 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
83 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
91 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
96 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
188 inline typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
192 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType; in norm()
210 inline typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
215 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType; in distance()
266 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType;
296 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType;
[all …]
H A Dl2norm.hh55 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
60 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
68 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
75 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
103 typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type
106 …typedef typename Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type Rea… in norm()
125 typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type
131 …typedef typename Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type Re… in distance()
183 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType;
347 typedef typename Dune::FieldTraits< RangeFieldType >::real_type RealType;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/
H A DCellDerivative.h293 using FieldTraits = vtkm::VecTraits<FieldType>; in CellDerivativeFor2DCellFinish() local
294 using FieldComponentType = typename FieldTraits::ComponentType; in CellDerivativeFor2DCellFinish()
299 fieldComponent < FieldTraits::GetNumberOfComponents(field[0]); in CellDerivativeFor2DCellFinish()
499 using FieldTraits = vtkm::VecTraits<FieldType>; in CellDerivativeLineImpl() local
500 using FieldComponentType = typename FieldTraits::ComponentType; in CellDerivativeLineImpl()
588 using FieldTraits = vtkm::VecTraits<ValueType>; in TriangleDerivativeFinish() local
589 using FieldComponentType = typename FieldTraits::ComponentType; in TriangleDerivativeFinish()
594 fieldComponent < FieldTraits::GetNumberOfComponents(field[0]); in TriangleDerivativeFinish()
892 using FieldTraits = vtkm::VecTraits<ValueType>; in TetraDerivativeFinish() local
893 using FieldComponentType = typename FieldTraits::ComponentType; in TetraDerivativeFinish()
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/solutions/
H A Dechelon.h62 return rowEchelon (E, A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in rowEchelon()
101 return rowEchelon (E, T, A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in rowEchelon()
140 return rowEchelonize (A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in rowEchelonize()
179 return rowEchelonize (A, T, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in rowEchelonize()
219 … return reducedRowEchelon (E, A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in reducedRowEchelon()
295 … return reducedRowEchelonize (A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in reducedRowEchelonize()
373 return colEchelon (E, A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in colEchelon()
412 return colEchelon (E, T, A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in colEchelon()
451 return colEchelonize (A, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in colEchelonize()
490 return colEchelonize (A, T, typename FieldTraits<typename Matrix::Field>::categoryTag(), m); in colEchelonize()
[all …]
H A Drank.h94 return rank(r, A, typename FieldTraits<typename Blackbox::Field>::categoryTag(), Method::Auto()); in rank()
112 return rank(r, A, typename FieldTraits<typename Blackbox::Field>::categoryTag(), M); in rank()
124 …return rankInPlace(r, A, typename FieldTraits<typename Blackbox::Field>::categoryTag(), Method::Sp… in rankInPlace()
/dports/math/linbox/linbox-1.6.3/linbox/field/
H A Dfield-traits.h122 struct FieldTraits {
197 …inline uint64_t FieldTraits<Givaro::Modular<double> >::bestBitSize(size_t n){return std::max (UINT…
199 …inline uint64_t FieldTraits<Givaro::ModularBalanced<double> >::bestBitSize(size_t n){return std::m…
201 …inline uint64_t FieldTraits<Givaro::Modular<float> >::bestBitSize(size_t n){return std::max (UINT6…
203 …inline uint64_t FieldTraits<Givaro::ModularBalanced<float> >::bestBitSize(size_t n){return std::ma…
205 …inline uint64_t FieldTraits<Givaro::Modular<int64_t> >::bestBitSize(size_t n){return std::max ( UI…
207 …inline uint64_t FieldTraits<Givaro::ModularBalanced<int64_t> >::bestBitSize(size_t n){return std::…
236 return areFieldEqualSpecialised( F,G,typename FieldTraits<_Field>::categoryTag() ) ;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/testing/
H A DUnitTestCellDerivative.cxx163 using FieldTraits = vtkm::VecTraits<FieldType>; in DoTest() typedef
164 using FieldComponentType = typename FieldTraits::ComponentType; in DoTest()
173 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
176 FieldTraits::SetComponent(field.OriginValue, fieldComponent, 0.0); in DoTest()
185 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
188 FieldTraits::SetComponent(field.OriginValue, fieldComponent, FieldComponentType(-7.0f)); in DoTest()
197 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
200 FieldTraits::SetComponent(field.OriginValue, fieldComponent, FieldComponentType(5.0f)); in DoTest()
210 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
213 FieldTraits::SetComponent(field.OriginValue, fieldComponent, randomDist(g_RandomGenerator)); in DoTest()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/testing/
H A DUnitTestCellDerivative.cxx190 using FieldTraits = vtkm::VecTraits<FieldType>; in DoTest() typedef
191 using FieldComponentType = typename FieldTraits::ComponentType; in DoTest()
201 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
204 FieldTraits::SetComponent(field.OriginValue, fieldComponent, 0.0); in DoTest()
214 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
217 FieldTraits::SetComponent(field.OriginValue, fieldComponent, FieldComponentType(-7.0f)); in DoTest()
227 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
230 FieldTraits::SetComponent(field.OriginValue, fieldComponent, FieldComponentType(5.0f)); in DoTest()
241 fieldComponent < FieldTraits::GetNumberOfComponents(FieldType()); in DoTest()
244 FieldTraits::SetComponent(field.OriginValue, fieldComponent, randomDist(g_RandomGenerator)); in DoTest()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/storage/
H A Drowreferencevector.hh39 struct FieldTraits< Fem::RowReferenceVector< K > > struct
41 typedef typename FieldTraits< K >::field_type field_type; argument
42 typedef typename FieldTraits< K >::real_type real_type; argument
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/common/
H A Dexplicitfieldvector.hh31 struct FieldTraits<Fem::ExplicitFieldVector<T, N> > struct
32 : FieldTraits<FieldVector<T, N> >
45 : std::is_same<typename FieldTraits<T>::field_type, T>
121 ! std::is_base_of<DenseVector<typename FieldTraits<T>::field_type>, T
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Dfvectortest.cc70 ( std::is_same< typename Dune::FieldTraits< in FieldVectorMainTestCommons()
75 ( std::is_same< typename Dune::FieldTraits<ft>::real_type, rt >::value ), in FieldVectorMainTestCommons()
79 ( std::is_same< typename Dune::FieldTraits< in FieldVectorMainTestCommons()
299 ( std::is_same< typename Dune::FieldTraits<rt>::real_type, rt>::value ), in DotProductTest()
309 …nst bool isRealOne = std::is_same<typename Dune::FieldTraits<rt>::field_type,typename Dune::FieldT… in DotProductTest()
310 …st bool isRealIVec = std::is_same<typename Dune::FieldTraits<ct>::field_type,typename Dune::FieldT… in DotProductTest()
367 ( std::is_same< typename Dune::FieldTraits<rt>::real_type, rt>::value ), in DotProductTest()
375 …nst bool isRealOne = std::is_same<typename Dune::FieldTraits<rt>::field_type,typename Dune::FieldT… in DotProductTest()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/python/common/
H A Dpythonvector.hh43 struct FieldTraits< Python::PythonVector< K > > struct
45 typedef typename FieldTraits< K >::field_type field_type; argument
46 typedef typename FieldTraits< K >::real_type real_type; argument
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/simple/
H A Dvector.hh34 typename FieldTraits<K>::real_type operator()(const K& k) const in operator ()()
189 typename Dune::template FieldTraits<E>::real_type two_norm() const in two_norm()
192 typedef typename Dune::template FieldTraits<E>::real_type Real; in two_norm()
196 typename Dune::template FieldTraits<E>::real_type one_norm() const in one_norm()
198 typedef typename Dune::template FieldTraits<E>::real_type Real; in one_norm()
206 typename Dune::template FieldTraits<E>::real_type infinity_norm() const in infinity_norm()

12345678