COMBINATORIAL_BLAS  1.6
combblas::exponentiate Struct Reference

#include <Operations.h>

Inheritance diagram for combblas::exponentiate:

Public Member Functions

double operator() (double x, double y) const
 

Detailed Description

binary_function<Arg1, Arg2, Result> This is left untemplated because pow() only makes sense for <double, int, double> , <double, double, double> , <float, float, float> and C++ can automatically upcast each case to <double, double, double>

Definition at line 140 of file Operations.h.

Member Function Documentation

◆ operator()()

double combblas::exponentiate::operator() ( double  x,
double  y 
) const
inline

Definition at line 142 of file Operations.h.


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