In file expr3.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:
TransExpr
SumExpr
SubExpr
ScaleExpr
RefMatExpr
MultExpr
MinusExpr
MatExpr

Alphabetic index HTML hierarchy of classes or Java



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