arma_traits.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IsVector< VecType >
 If value == true, then VecType is some sort of Armadillo vector or subview. More...

 
struct  IsVector< arma::Col< eT > >
 
struct  IsVector< arma::Row< eT > >
 
struct  IsVector< arma::SpCol< eT > >
 
struct  IsVector< arma::SpRow< eT > >
 
struct  IsVector< arma::SpSubview< eT > >
 
struct  IsVector< arma::subview_col< eT > >
 
struct  IsVector< arma::subview_row< eT > >
 

Detailed Description

Author
Ryan Curtin

Some traits used for template metaprogramming (SFINAE) with Armadillo types.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.

Definition in file arma_traits.hpp.