Go to the source code of this file.
|
| 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 > |
| |
|
| 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 |
| |