cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
cisstVectorEigenAddons.h File Reference

Go to the source code of this file.

Functions

template<typename OtherT >
void Assign (const OtherT &other)
 
template<typename OtherDerived >
void ElementwiseMultiply (const PlainObjectBase< OtherDerived > &other)
 
template<typename OtherDerived1 , typename OtherDerived2 >
void ElementwiseProductOf (const PlainObjectBase< OtherDerived1 > &other1, const PlainObjectBase< OtherDerived2 > &other2)
 
template<typename OtherDerived1 , typename OtherDerived2 >
void SumOf (const PlainObjectBase< OtherDerived1 > &other1, const PlainObjectBase< OtherDerived2 > &other2)
 
std::string ToString ()
 

Function Documentation

template<typename OtherT >
void Assign ( const OtherT &  other)
inline
template<typename OtherDerived >
void ElementwiseMultiply ( const PlainObjectBase< OtherDerived > &  other)
template<typename OtherDerived1 , typename OtherDerived2 >
void ElementwiseProductOf ( const PlainObjectBase< OtherDerived1 > &  other1,
const PlainObjectBase< OtherDerived2 > &  other2 
)
template<typename OtherDerived1 , typename OtherDerived2 >
void SumOf ( const PlainObjectBase< OtherDerived1 > &  other1,
const PlainObjectBase< OtherDerived2 > &  other2 
)
std::string ToString ( )
inline