geomc 1.0
A c++ linear algebra template library
Public Types | Public Member Functions | Public Attributes | List of all members
PathExpr< T, N > Class Template Reference
Inheritance diagram for PathExpr< T, N >:
Expr< T, Vec< T, N > >

Public Types

typedef T in_type
 
typedef Vec< T, N > out_type
 

Public Member Functions

 PathExpr (const Path< T, N > &p)
 
virtual void sout (std::ostream &s)
 
virtual Vec< T, N > eval (T x)
 
virtual boost::shared_ptr< Expr< T, Vec< T, N > > > managedCopy ()
 
virtual string opname ()
 
 operator boost::shared_ptr< Expr< T, Vec< T, N > > > ()
 

Public Attributes

Path< T, N > path
 

Member Function Documentation

◆ eval()

virtual Vec< T, N > eval ( x)
inlinevirtual

◆ managedCopy()

virtual boost::shared_ptr< Expr< T, Vec< T, N > > > managedCopy ( )
inlinevirtual

◆ opname()

virtual string opname ( )
inlinevirtual

◆ sout()

virtual void sout ( std::ostream &  s)
inlinevirtual

The documentation for this class was generated from the following file: