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

#include <nmrLU.h>

Public Member Functions

 Friend (nmrLUDynamicData &data)
 
vctDynamicVectorRef
< CISSTNETLIB_INTEGER > & 
PivotIndices (void)
 
size_type M (void)
 
size_type N (void)
 

Detailed Description

This class is not intended to be a top-level API. It has been provided to avoid making the templated LU 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

nmrLUDynamicData::Friend::Friend ( nmrLUDynamicData data)
inline

Member Function Documentation

size_type nmrLUDynamicData::Friend::M ( void  )
inline
size_type nmrLUDynamicData::Friend::N ( void  )
inline
vctDynamicVectorRef<CISSTNETLIB_INTEGER>& nmrLUDynamicData::Friend::PivotIndices ( void  )
inline

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