rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWCJRef< TypeT > Class Template Reference
[Sparse Matrices]

Used by the RWHermMat<T> classes to reference data that may need to be conjugated. More...

#include <rw/lapack/mat.h>

List of all members.

Public Member Functions

 RWCJRef (TypeT &x, bool cj=false)
RWCJRef< TypeT > & operator= (TypeT x)
 operator TypeT ()

Detailed Description

template<class TypeT>
class RWCJRef< TypeT >

RWCJRef<T> is used by the RWHermMat<T> classes to reference data that may need to be conjugated.


Constructor & Destructor Documentation

template<class TypeT >
RWCJRef< TypeT >::RWCJRef ( TypeT &  x,
bool  cj = false 
) [inline]

Builds a reference to x. The parameter cj indicates if the reference should be conjugated.


Member Function Documentation

template<class TypeT >
RWCJRef< TypeT >::operator TypeT (  )  [inline]

This type conversion operator is invoked by the compiler as necessary to return the value referenced by the class for use as a right-side value. It may have to modify the value as necessary (for example, to take its conjugate).

template<class TypeT >
RWCJRef<TypeT>& RWCJRef< TypeT >::operator= ( TypeT  x  )  [inline]

This function changes the value referenced by the class to the value x, after modifying x if necessary (for example, by taking its conjugate). If the reference is supposed to be read-only, a runtime error occurs.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.