mgcpp
A C++ Math Library Based on CUDA
Classes | Namespaces | Typedefs | Functions
symbolic_shape_expr.hpp File Reference
#include <mgcpp/expressions/generic_expr.hpp>
Include dependency graph for symbolic_shape_expr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mgcpp::shape_expr< Expr >
 

Namespaces

 mgcpp
 

Typedefs

template<typename Expr >
using mgcpp::symbolic_shape_expr = generic_expr< symbolic_shape_expr_type, 0, shape_expr, typename Expr::result_type::shape_type, 1, Expr >
 

Functions

template<typename Expr >
symbolic_shape_expr< Expr > mgcpp::sym_shape (Expr const &expr)