Home
last modified time | relevance | path

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

12

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/
H A Dl1norm.hh18 class L1Norm : public IntegralBase< GridPart, L1Norm< GridPart > > class
20 typedef IntegralBase< GridPart, L1Norm< GridPart > > BaseType ;
21 typedef L1Norm< GridPart > ThisType;
47 explicit L1Norm ( const GridPartType &gridPart,
91 …inline L1Norm< GridPart >::L1Norm ( const GridPartType &gridPart, const unsigned int order, const … in L1Norm() function in Dune::Fem::L1Norm
101L1Norm< GridPart >::norm ( const DiscreteFunctionType &u, const PartitionSet& partitionSet ) const in norm()
123 L1Norm< GridPart >
145L1Norm< GridPart >::normLocal ( const EntityType &entity, unsigned int order, const LocalFunctionT… in normLocal()
157L1Norm< GridPart >::distanceLocal ( const EntityType &entity, unsigned int order, const ULocalFunc… in distanceLocal()
172 struct L1Norm< GridPart >::FunctionAbs
[all …]
/dports/math/universal/universal-3.48/include/universal/math/
H A DREADME.md20 Scalar L1Norm{ 0 };
22 L1Norm += abs(e);
24 return L1Norm;
/dports/math/universal/universal-3.48/applications/pde/
H A Djacobi.cpp29 float L1Norm{ 0 };
31 L1Norm += std::abs(e);
33 return L1Norm;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Dcuda_kernels.cu51 template struct L1Norm<float>; variable
58 reduction<float, L1Norm<float>>(float * result,
161 template struct L1Norm<double>; variable
168 reduction<double, L1Norm<double>>(double * result,
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dbench_other_test.go28 func BenchmarkL1Norm1(t *testing.B) { benchL1Norm(L1Norm, 1, t) }
29 func BenchmarkL1Norm2(t *testing.B) { benchL1Norm(L1Norm, 2, t) }
30 func BenchmarkL1Norm3(t *testing.B) { benchL1Norm(L1Norm, 3, t) }
31 func BenchmarkL1Norm4(t *testing.B) { benchL1Norm(L1Norm, 4, t) }
32 func BenchmarkL1Norm5(t *testing.B) { benchL1Norm(L1Norm, 5, t) }
33 func BenchmarkL1Norm10(t *testing.B) { benchL1Norm(L1Norm, 10, t) }
34 func BenchmarkL1Norm100(t *testing.B) { benchL1Norm(L1Norm, 100, t) }
35 func BenchmarkL1Norm1000(t *testing.B) { benchL1Norm(L1Norm, 1000, t) }
36 func BenchmarkL1Norm10000(t *testing.B) { benchL1Norm(L1Norm, 10000, t) }
37 func BenchmarkL1Norm100000(t *testing.B) { benchL1Norm(L1Norm, 100000, t) }
[all …]
H A Dstubs_amd64.go14 func L1Norm(x []float64) (sum float64) func
H A Dstubs_noasm.go16 func L1Norm(x []float64) (sum float64) { func
H A Dabssum_amd64.s10 TEXT ·L1Norm(SB), NOSPLIT, $0
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dbench_other_test.go26 func BenchmarkL1Norm1(t *testing.B) { benchL1Norm(L1Norm, 1, t) }
27 func BenchmarkL1Norm2(t *testing.B) { benchL1Norm(L1Norm, 2, t) }
28 func BenchmarkL1Norm3(t *testing.B) { benchL1Norm(L1Norm, 3, t) }
29 func BenchmarkL1Norm4(t *testing.B) { benchL1Norm(L1Norm, 4, t) }
30 func BenchmarkL1Norm5(t *testing.B) { benchL1Norm(L1Norm, 5, t) }
31 func BenchmarkL1Norm10(t *testing.B) { benchL1Norm(L1Norm, 10, t) }
32 func BenchmarkL1Norm100(t *testing.B) { benchL1Norm(L1Norm, 100, t) }
33 func BenchmarkL1Norm1000(t *testing.B) { benchL1Norm(L1Norm, 1000, t) }
34 func BenchmarkL1Norm10000(t *testing.B) { benchL1Norm(L1Norm, 10000, t) }
35 func BenchmarkL1Norm100000(t *testing.B) { benchL1Norm(L1Norm, 100000, t) }
[all …]
H A Dstubs_amd64.go14 func L1Norm(x []float64) (sum float64) func
H A Dstubs_noasm.go16 func L1Norm(x []float64) (sum float64) { func
H A Dabssum_amd64.s10 TEXT ·L1Norm(SB), NOSPLIT, $0
/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DL1Norm.h60 struct L1Norm struct
H A DForward.h111 struct L1Norm;
/dports/math/universal/universal-3.48/include/universal/blas/
H A Dblas_l1.hpp174 Scalar L1Norm{ 0 }; in normL1() local
176 L1Norm += abs(e); in normL1()
178 return L1Norm; in normL1()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dcuda_kernels.templates.h121 L1Norm<Number>::reduction_op(const Number a, const Number b) in reduction_op()
130 L1Norm<Number>::atomic_op(Number *dst, const Number a) in atomic_op()
139 L1Norm<Number>::element_wise_op(const Number a) in element_wise_op()
148 L1Norm<Number>::null_value() in null_value()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go14 func L1Norm(x []float64) (sum float64) func
H A Dstubs_noasm.go16 func L1Norm(x []float64) (sum float64) { func
H A Dabssum_amd64.s10 TEXT ·L1Norm(SB), NOSPLIT, $0
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go14 func L1Norm(x []float64) (sum float64) func
H A Dstubs_noasm.go16 func L1Norm(x []float64) (sum float64) { func
H A Dabssum_amd64.s10 TEXT ·L1Norm(SB), NOSPLIT, $0
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go14 func L1Norm(x []float64) (sum float64) func
H A Dstubs_noasm.go16 func L1Norm(x []float64) (sum float64) { func
H A Dabssum_amd64.s10 TEXT ·L1Norm(SB), NOSPLIT, $0

12