mgcpp
A C++ Math Library Based on CUDA
Namespaces | Typedefs | Functions
dmat_dmat_mult.hpp File Reference
#include <mgcpp/expressions/dmat_expr.hpp>
#include <mgcpp/expressions/generic_expr.hpp>
#include <mgcpp/expressions/dmat_dmat_mult.tpp>
Include dependency graph for dmat_dmat_mult.hpp:

Go to the source code of this file.

Namespaces

 mgcpp
 

Typedefs

template<typename LhsExpr , typename RhsExpr >
using mgcpp::dmat_dmat_mult_expr = binary_expr< dmat_dmat_mult_expr_type, dmat_expr, typename LhsExpr::result_type, LhsExpr, RhsExpr >
 

Functions

template<typename LhsExpr , typename RhsExpr >
dmat_dmat_mult_expr< LhsExpr, RhsExpr > mgcpp::operator* (dmat_expr< LhsExpr > const &lhs, dmat_expr< RhsExpr > const &rhs) noexcept
 
template<typename LhsExpr , typename RhsExpr >
dmat_dmat_mult_expr< LhsExpr, RhsExpr > mgcpp::mult (dmat_expr< LhsExpr > const &lhs, dmat_expr< RhsExpr > const &rhs) noexcept