cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
nmrSVDEconomyDynamicData::Friend Class Reference

#include <nmrSVDEconomy.h>

Public Member Functions

 Friend (nmrSVDEconomyDynamicData &inData)
 
vctDynamicVectorRef
< CISSTNETLIB_DOUBLE > & 
S (void)
 
vctDynamicMatrixRef
< CISSTNETLIB_DOUBLE > & 
U (void)
 
vctDynamicMatrixRef
< CISSTNETLIB_DOUBLE > & 
Vt (void)
 
vctDynamicVectorRef
< CISSTNETLIB_DOUBLE > & 
Workspace (void)
 
size_type M (void)
 
size_type N (void)
 
bool StorageOrder (void)
 

Detailed Description

This class is not intended to be a top-level API. It has been provided to avoid making the templated SVD function as a friend of this class, which turns out to be not so easy in .NET. Instead the Friend class provides a cumbersome way to get non-const references to the private data.

Constructor & Destructor Documentation

nmrSVDEconomyDynamicData::Friend::Friend ( nmrSVDEconomyDynamicData inData)
inline

Member Function Documentation

size_type nmrSVDEconomyDynamicData::Friend::M ( void  )
inline
size_type nmrSVDEconomyDynamicData::Friend::N ( void  )
inline
vctDynamicVectorRef<CISSTNETLIB_DOUBLE>& nmrSVDEconomyDynamicData::Friend::S ( void  )
inline
bool nmrSVDEconomyDynamicData::Friend::StorageOrder ( void  )
inline
vctDynamicMatrixRef<CISSTNETLIB_DOUBLE>& nmrSVDEconomyDynamicData::Friend::U ( void  )
inline
vctDynamicMatrixRef<CISSTNETLIB_DOUBLE>& nmrSVDEconomyDynamicData::Friend::Vt ( void  )
inline
vctDynamicVectorRef<CISSTNETLIB_DOUBLE>& nmrSVDEconomyDynamicData::Friend::Workspace ( void  )
inline

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