lin
Classes
vector.hpp File Reference
#include "tensor.hpp"
#include "utilities.hpp"
#include <type_traits>

Go to the source code of this file.

Classes

struct  lin::internal::is_row_vector< C >
 Tests if a tensor type is a row vector. More...
 
struct  lin::internal::is_col_vector< C >
 Tests if a tensor type is a column vector. More...
 
struct  lin::internal::is_vector< C >
 Tests if a tensor type is a vector. More...
 
struct  lin::internal::_vector_dims< C, typename >
 
struct  lin::internal::_vector_dims< C, std::enable_if_t< is_row_vector< C >::value > >
 
struct  lin::internal::_vector_dims< C, std::enable_if_t< is_col_vector< C >::value > >
 
struct  lin::internal::vector_traits< C >
 Collection of compile time information describing a tensor type which is deemed a vector. More...
 
struct  lin::internal::_have_same_vector_dimensions< C, D >
 
struct  lin::internal::have_same_vector_dimensions< Cs >
 Tests if a set of vector types all have the same dimensions. More...
 
struct  lin::internal::have_same_vector_dimensions<>
 
struct  lin::internal::have_same_vector_dimensions< C >
 
struct  lin::internal::have_same_vector_dimensions< C, Cs... >
 
struct  lin::internal::have_same_vector_traits< Cs >
 Tests if a set of vector types all have the same vector traits. More...
 

Detailed Description

Author
Kyle Krol