35 #ifndef _BLAZE_MATH_EXPRESSIONS_DENSEMATRIX_H_ 36 #define _BLAZE_MATH_EXPRESSIONS_DENSEMATRIX_H_ 87 template<
typename MT,
bool SO >
100 template<
typename MT
104 return (~dm).spacing();
BLAZE_ALWAYS_INLINE size_t spacing(const DenseMatrix< MT, SO > &dm) noexcept
Returns the spacing between the beginning of two rows/columns.
Definition: DenseMatrix.h:102
Base class for dense matrices.The DenseMatrix class is a base class for all dense matrix classes...
Definition: DenseMatrix.h:71
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Header file for the Matrix base class.
Base class for matrices.The Matrix class is a base class for all dense and sparse matrix classes with...
Definition: Forward.h:94
System settings for the inline keywords.