RFFGen
 All Classes Namespaces Files Functions Typedefs Enumerations Groups
Public Member Functions | List of all members
RFFGen::Concepts::MultiplyWithArithmeticFromLeftConcept Struct Reference

Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left. More...

#include <concepts.hh>

Inheritance diagram for RFFGen::Concepts::MultiplyWithArithmeticFromLeftConcept:
RFFGen::Concepts::ArithmeticConcept RFFGen::Concepts::MatrixConcept RFFGen::Concepts::SymmetricMatrixConcept RFFGen::Concepts::VectorConcept

Public Member Functions

unspecified operator*= (double)
 In-place multiplication. Return type is not checked to support lazy evaluation.
 
unspecified operator*= (int)
 In-place multiplication. Return type is not checked to support lazy evaluation.
 

Detailed Description

Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left.

Template Parameters
Argtype to check

The documentation for this struct was generated from the following file: