MyraMath
Classes
Expression.h File Reference

An interface used to fill containers from Expression's (see Matrix::evaluate(), for example). More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
#include <myramath/expression/Index.h>
#include <initializer_list>
Include dependency graph for Expression.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::detail::ExpressionBase< Arity, Number >
 
class  myra::Expression< Arity, Number >
 Given an index (i,j,etc), returns a value. More...
 

Detailed Description

An interface used to fill containers from Expression's (see Matrix::evaluate(), for example).