From f763a99a501650eff2c60288aa6f10ef916d769e Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:41:18 +0900 Subject: Imported Upstream version 1.62.0 Change-Id: I9d4c1ddb7b7d8f0069217ecc582700f9fda6dd4c Signed-off-by: DongHun Kwak --- .../accumulators/as_weigh_idm46563503807056.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/html/boost/accumulators/as_weigh_idm46563503807056.html (limited to 'doc/html/boost/accumulators/as_weigh_idm46563503807056.html') diff --git a/doc/html/boost/accumulators/as_weigh_idm46563503807056.html b/doc/html/boost/accumulators/as_weigh_idm46563503807056.html new file mode 100644 index 0000000000..b77b540a27 --- /dev/null +++ b/doc/html/boost/accumulators/as_weigh_idm46563503807056.html @@ -0,0 +1,54 @@ + + + + +Struct template as_weighted_feature<tag::covariance< VariateType, VariateTag >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template as_weighted_feature<tag::covariance< VariateType, VariateTag >>

+

boost::accumulators::as_weighted_feature<tag::covariance< VariateType, VariateTag >>

+
+

Synopsis

+
// In header: <boost/accumulators/statistics/covariance.hpp>
+
+template<typename VariateType, typename VariateTag> 
+struct as_weighted_feature<tag::covariance< VariateType, VariateTag >> {
+  // types
+  typedef tag::weighted_covariance< VariateType, VariateTag > type;
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3