35 #ifndef _BLAZE_MATH_VIEWS_FORWARD_H_
36 #define _BLAZE_MATH_VIEWS_FORWARD_H_
47 template<
typename,
bool,
bool,
bool >
class Column;
48 template<
typename,
bool,
bool,
bool >
class Row;
49 template<
typename,
bool,
bool,
bool >
class Submatrix;
50 template<
typename,
bool,
bool,
bool >
class Subvector;
View on a specific subvector of a dense or sparse vector.The Subvector class template represents a vi...
Definition: Forward.h:50
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
View on a specific submatrix of a dense or sparse matrix.The Submatrix class template represents a vi...
Definition: Forward.h:49
Reference to a specific row of a dense or sparse matrix.The Row template represents a reference to a ...
Definition: Forward.h:48