In file expr.hpp:

template<typename T> class Expr

Expr is the base class for all matrix template expressions.

Documentation

Expr is the base class for all matrix template expressions. Barton and Nackman Trick for template polymorphism, function Spec.

provides Height and Width of matrix. IsLinear allows linear matrix element access.


Inheritance:


Direct child classes:
TreeExpr
ScalExpr
RefMatExpr
MatExpr

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.