Quantum++  v0.8.2
C++11 quantum computing library
qpp::is_matrix_expression< Derived > Struct Template Reference

Checks whether the type is an Eigen matrix expression. More...

#include <traits.h>

Inheritance diagram for qpp::is_matrix_expression< Derived >:
Collaboration diagram for qpp::is_matrix_expression< Derived >:

Detailed Description

template<typename Derived>
struct qpp::is_matrix_expression< Derived >

Checks whether the type is an Eigen matrix expression.

Provides the member constant value which is equal to true, if the type is an Eigen matrix expression of type Eigen::MatrixBase<Derived>. Otherwise, value is equal to false.


The documentation for this struct was generated from the following file: