Quantum++
v1.0-rc4
A modern C++11 quantum computing library
|
Checks whether the type is an Eigen matrix expression. More...
#include <traits.h>
Checks whether the type is an Eigen matrix expression.
Provides the constant member 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.