OR-Tools  8.2
MatrixOrFunction< ScalarType, Evaluator, square >

Detailed Description

template<typename ScalarType, typename Evaluator, bool square = false>
class operations_research::MatrixOrFunction< ScalarType, Evaluator, square >

Definition at line 54 of file vector_or_function.h.

Public Member Functions

 MatrixOrFunction (Evaluator evaluator)
 
void Reset (Evaluator evaluator)
 
ScalarType operator() (int i, int j) const
 
bool Check () const
 

Constructor & Destructor Documentation

◆ MatrixOrFunction()

MatrixOrFunction ( Evaluator  evaluator)
inlineexplicit

Definition at line 56 of file vector_or_function.h.

Member Function Documentation

◆ Check()

bool Check ( ) const
inline

Definition at line 60 of file vector_or_function.h.

◆ operator()()

ScalarType operator() ( int  i,
int  j 
) const
inline

Definition at line 59 of file vector_or_function.h.

◆ Reset()

void Reset ( Evaluator  evaluator)
inline

Definition at line 58 of file vector_or_function.h.


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