cisst-saw
Loading...
Searching...
No Matches
nmrInverseDynamicData::Friend Class Reference

#include <nmrInverse.h>

Public Member Functions

 Friend (nmrInverseDynamicData &data)
vctDynamicVectorRef< CISSTNETLIB_INTEGER > & PivotIndices (void)
vctDynamicVectorRef< CISSTNETLIB_DOUBLE > & Workspace (void)
size_type Size (void)
size_type StorageOrder (void)

Detailed Description

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

nmrInverseDynamicData::Friend::Friend ( nmrInverseDynamicData & data)
inline

Member Function Documentation

◆ PivotIndices()

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

◆ Size()

size_type nmrInverseDynamicData::Friend::Size ( void )
inline

◆ StorageOrder()

size_type nmrInverseDynamicData::Friend::StorageOrder ( void )
inline

◆ Workspace()

vctDynamicVectorRef< CISSTNETLIB_DOUBLE > & nmrInverseDynamicData::Friend::Workspace ( void )
inline

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