MLPACK  1.0.10
Classes
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.

This file is part of MLPACK 1.0.10.

MLPACK is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MLPACK is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details (LICENSE.txt).

You should have received a copy of the GNU General Public License along with MLPACK. If not, see http://www.gnu.org/licenses/.

Definition in file arma_traits.hpp.