Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
Teuchos::details::GivensRotator< ScalarType, true > Class Template Reference

#include <Teuchos_BLAS.hpp>

Public Types

typedef ScalarTraits
< ScalarType >::magnitudeType 
c_type
 

Public Member Functions

void ROTG (ScalarType *ca, ScalarType *cb, typename ScalarTraits< ScalarType >::magnitudeType *c, ScalarType *s) const
 

Detailed Description

template<typename ScalarType>
class Teuchos::details::GivensRotator< ScalarType, true >

Definition at line 306 of file Teuchos_BLAS.hpp.

Member Typedef Documentation

template<typename ScalarType >
typedef ScalarTraits<ScalarType>::magnitudeType Teuchos::details::GivensRotator< ScalarType, true >::c_type

Definition at line 308 of file Teuchos_BLAS.hpp.

Member Function Documentation

template<typename ScalarType >
void Teuchos::details::GivensRotator< ScalarType, true >::ROTG ( ScalarType *  ca,
ScalarType *  cb,
typename ScalarTraits< ScalarType >::magnitudeType *  c,
ScalarType *  s 
) const

Definition at line 375 of file Teuchos_BLAS.hpp.


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