VisionCpp  0.0.1
Public Member Functions | List of all members
visioncpp::OP_Div Struct Reference

This functor divides two matrices element-wise. More...

#include <OP_Div.hpp>

Collaboration diagram for visioncpp::OP_Div:

Public Member Functions

template<typename T1 , typename T2 >
auto operator() (T1 t1, T2 t2) -> decltype(t1/t2)
 This functor divides two matrices element-wise. More...
 

Detailed Description

This functor divides two matrices element-wise.

Definition at line 25 of file OP_Div.hpp.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
auto visioncpp::OP_Div::operator() ( T1  t1,
T2  t2 
) -> decltype(t1 / t2)
inline

This functor divides two matrices element-wise.

Parameters
t1- Matrix1
t2- Matrix2
Returns
T - Division ( t1 / t2 )

Definition at line 31 of file OP_Div.hpp.


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