Workspace 6.21.5
Public Member Functions | List of all members
MatrixReader Class Reference

Default policy for reading from a matrix class. More...

#include <Workspace/Widgets/matrixwidget.h>

Public Member Functions

template<typename T >
double operator() (const T &matrix, int i, int j) const
 

Detailed Description

Default class for reading from a matrix container class, which assumes that the matrix class has an operator() function (returning a double, or something that can be implicitly converted to a double).

You can define your own one of these reader classes if you have your own matrix class with its own access / mutate functions.

Member Function Documentation

◆ operator()()

double operator() ( const T &  matrix,
int  i,
int  j 
) const
inline