MUQ  0.4.3
muq::Modeling::AnyVec Class Reference

#include <AnyVec.h>

Detailed Description

Definition at line 14 of file AnyVec.h.

Public Member Functions

 AnyVec (boost::any &objIn)
 
unsigned Size (const int dim=-1)
 
double Norm ()
 
double operator() (int i) const
 
double & operator() (int i)
 
boost::any operator+ (boost::any const &otherMat) const
 
boost::any operator+ (AnyVec const &otherMat) const
 
boost::any operator- (boost::any const &otherMat) const
 
boost::any operator- (AnyVec const &otherMat) const
 

Constructor & Destructor Documentation

◆ AnyVec()

muq::Modeling::AnyVec::AnyVec ( boost::any &  objIn)
inline

Definition at line 17 of file AnyVec.h.

Member Function Documentation

◆ Norm()

double muq::Modeling::AnyVec::Norm ( )

◆ operator()() [1/2]

double& muq::Modeling::AnyVec::operator() ( int  i)

◆ operator()() [2/2]

double muq::Modeling::AnyVec::operator() ( int  i) const

◆ operator+() [1/2]

boost::any muq::Modeling::AnyVec::operator+ ( AnyVec const &  otherMat) const

◆ operator+() [2/2]

boost::any muq::Modeling::AnyVec::operator+ ( boost::any const &  otherMat) const

◆ operator-() [1/2]

boost::any muq::Modeling::AnyVec::operator- ( AnyVec const &  otherMat) const

◆ operator-() [2/2]

boost::any muq::Modeling::AnyVec::operator- ( boost::any const &  otherMat) const

◆ Size()

unsigned muq::Modeling::AnyVec::Size ( const int  dim = -1)

Member Data Documentation

◆ obj

boost::any& muq::Modeling::AnyVec::obj
private

Definition at line 58 of file AnyVec.h.


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