NABLA  Nabla Ain't Basic Linear Algebra
Public Types | Static Public Member Functions | List of all members
mul< type1, type2 > Struct Template Reference

Binary multiplication operator. More...

Public Types

typedef util::same_types
< type1, type2 >::type 
result_type
 Return type of operation.

Static Public Member Functions

static result_type op (const type1 &a, const type2 &b)
 Returns a*b.

Detailed Description

template<typename type1, typename type2>
struct nabla::op::mul< type1, type2 >

Binary multiplication operator.

Definition at line 3809 of file matrix.h.


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