cisst-saw
Loading...
Searching...
No Matches
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

◆ Friend()

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

Member Function Documentation

◆ M()

size_type nmrLUDynamicData::Friend::M ( void )
inline

◆ N()

size_type nmrLUDynamicData::Friend::N ( void )
inline

◆ PivotIndices()

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

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