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:


Public Methods

[more]T& Spec()
cast to specific type
[more]const T& Spec() const
cast to specific type
[more]int Height() const
height

oT& Spec()
cast to specific type

oconst T& Spec() const
cast to specific type

oint Height() const
height


Direct child classes:
TransExpr
SymExpr
SumExpr
SubExpr
ScaleExpr
RefMatExpr
MultExpr
MinusExpr
MatExpr
ConjExpr

Alphabetic index HTML hierarchy of classes or Java



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