NiHu
2.0
|
compile time properties of matrices More...
#include <complex>
Go to the source code of this file.
Classes | |
struct | NiHu::num_rows< T > |
metafunction returning the number of compile time rows More... | |
struct | NiHu::num_rows< double > |
specialization of num_rows for the double scalar type More... | |
struct | NiHu::num_rows< std::complex< double > > |
specialization of num_rows for the complex scalar type More... | |
struct | NiHu::num_cols< T > |
metafunction returning the number of compile time columns More... | |
struct | NiHu::num_cols< double > |
specialization of num_cols for the double scalar type More... | |
struct | NiHu::num_cols< std::complex< double > > |
specialization of num_cols for the complex scalar type More... | |
struct | NiHu::scalar< T > |
metafunction returning the scalar type More... | |
struct | NiHu::scalar< double > |
specialization of scalar for the double type More... | |
struct | NiHu::scalar< std::complex< double > > |
specialization of scalar for the complex type More... | |
compile time properties of matrices
Definition in file matrix_traits.hpp.