35#ifndef _BLAZE_MATH_EXPRESSIONS_SVECSTDDEVEXPR_H_
36#define _BLAZE_MATH_EXPRESSIONS_SVECSTDDEVEXPR_H_
Header file for the function trace functionality.
Header file for the sparse vector map expression.
Header file for the sparse vector variance expression.
Base class for sparse vectors.
Definition: SparseVector.h:72
Header file for the SparseVector base class.
decltype(auto) stddev(const DenseMatrix< MT, SO > &dm)
Computes the standard deviation for the given dense matrix.
Definition: DMatStdDevExpr.h:83
decltype(auto) var(const DenseMatrix< MT, SO > &dm)
Computes the variance for the given dense matrix.
Definition: DMatVarExpr.h:138
decltype(auto) sqrt(const DenseMatrix< MT, SO > &dm)
Computes the square root of each single element of the dense matrix dm.
Definition: DMatMapExpr.h:1616
#define BLAZE_FUNCTION_TRACE
Function trace macro.
Definition: FunctionTrace.h:94