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

Binary subtraction 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::sub< type1, type2 >

Binary subtraction operator.

Definition at line 3800 of file matrix.h.


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