Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos::details::GivensRotator< ScalarType, true > Class Template Reference

#include <Teuchos_BLAS.hpp>

Inheritance diagram for Teuchos::details::GivensRotator< ScalarType, true >:

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

◆ c_type

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

◆ ROTG()

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 374 of file Teuchos_BLAS.hpp.


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