cisst-saw
|
#include <nmrPInverse.h>
Public Member Functions | |
Friend (nmrPInverseDynamicData &data) | |
vctDynamicVectorRef < CISSTNETLIB_DOUBLE > & | S (void) |
vctDynamicMatrixRef < CISSTNETLIB_DOUBLE > & | PInverse (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) |
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |