/home/ntakagi/work/STLport-5.1.5/stlport/stl/_valarray.h File Reference

#include <stl/_cmath.h>
#include <stl/_new.h>
#include <stl/_algo.h>
#include <stl/_numeric.h>
#include <stl/_limits.h>
#include <stl/debug/_debug.h>
#include <stl/_valarray.c>

Go to the source code of this file.

Classes

struct  _Valarray_base< _Tp >
class  valarray< _Tp >
struct  valarray< _Tp >::_NoInit
class  slice
class  slice_array< _Tp >
class  gslice
struct  _Gslice_Iter_tmpl< _Size >
class  gslice_array< _Tp >
class  mask_array< _Tp >
class  indirect_array< _Tp >

Typedefs

typedef valarray< bool > _Valarray_bool
typedef valarray< size_t > _Valarray_size_t
typedef _Gslice_Iter_tmpl<
size_t > 
_Gslice_Iter

Functions

template<class _Tp>
valarray< _Tp > _STLP_CALL operator * (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator/ (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator% (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator+ (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator- (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator^ (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator & (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator| (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator<< (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator>> (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator * (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator * (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator/ (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator/ (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator% (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator% (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator+ (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator+ (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator- (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator- (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator^ (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator^ (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator & (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator & (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator| (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator| (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator<< (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator<< (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator>> (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > _STLP_CALL operator>> (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator== (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
_Valarray_bool _STLP_CALL operator< (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
_Valarray_bool _STLP_CALL operator && (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
_Valarray_bool _STLP_CALL operator|| (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
_Valarray_bool _STLP_CALL operator== (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator== (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator!= (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator!= (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator< (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator< (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator> (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator> (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator<= (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator<= (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator>= (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator>= (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator && (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator && (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
_Valarray_bool _STLP_CALL operator|| (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
_Valarray_bool _STLP_CALL operator|| (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > abs (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > acos (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > asin (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > atan (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > atan2 (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > atan2 (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > atan2 (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > cos (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > cosh (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > exp (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > log (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > log10 (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > pow (const valarray< _Tp > &__x, const valarray< _Tp > &__y)
template<class _Tp>
valarray< _Tp > pow (const valarray< _Tp > &__x, const _Tp &__c)
template<class _Tp>
valarray< _Tp > pow (const _Tp &__c, const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > sin (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > sinh (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > sqrt (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > tan (const valarray< _Tp > &__x)
template<class _Tp>
valarray< _Tp > tanh (const valarray< _Tp > &__x)


Typedef Documentation

Definition at line 1296 of file _valarray.h.

typedef valarray<bool> _Valarray_bool

Definition at line 52 of file _valarray.h.

typedef valarray<size_t> _Valarray_size_t

Definition at line 54 of file _valarray.h.


Function Documentation

template<class _Tp>
valarray<_Tp> abs ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 891 of file _valarray.h.

References abs(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> acos ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 900 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> asin ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 909 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> atan ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 918 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> atan2 ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 946 of file _valarray.h.

References atan2(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> atan2 ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 937 of file _valarray.h.

References atan2(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> atan2 ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 927 of file _valarray.h.

References valarray< _Tp >::size().

Referenced by arg(), and atan2().

template<class _Tp>
valarray<_Tp> cos ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 955 of file _valarray.h.

References cos(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> cosh ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 964 of file _valarray.h.

References cosh(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> exp ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 973 of file _valarray.h.

References exp(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> log ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 982 of file _valarray.h.

References log(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> log10 ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 991 of file _valarray.h.

References log10(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator & ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 590 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator & ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 581 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator & ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 431 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator && ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 861 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator && ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 852 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator && ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 722 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator * ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 482 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator * ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 473 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator * ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 371 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator!= ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 771 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator!= ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 762 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator% ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 518 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator% ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 509 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator% ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 391 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator+ ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 536 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator+ ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 527 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator+ ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 401 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator- ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 554 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator- ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 545 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator- ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 411 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator/ ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 500 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator/ ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 491 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator/ ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 381 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator< ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 789 of file _valarray.h.

template<class _Tp>
_Valarray_bool _STLP_CALL operator< ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 780 of file _valarray.h.

template<class _Tp>
_Valarray_bool _STLP_CALL operator< ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 667 of file _valarray.h.

template<class _Tp>
valarray<_Tp> _STLP_CALL operator<< ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 626 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator<< ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 617 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator<< ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 451 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator<= ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 825 of file _valarray.h.

template<class _Tp>
_Valarray_bool _STLP_CALL operator<= ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 816 of file _valarray.h.

template<class _Tp>
_Valarray_bool _STLP_CALL operator== ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 753 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator== ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 744 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator== ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 657 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator> ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 807 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator> ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 798 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator>= ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 843 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator>= ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 834 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator>> ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 644 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator>> ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 635 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator>> ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 461 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator^ ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 572 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator^ ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 563 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator^ ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 421 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator| ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 608 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator| ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 599 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> _STLP_CALL operator| ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 441 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator|| ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 879 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator|| ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 870 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
_Valarray_bool _STLP_CALL operator|| ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 732 of file _valarray.h.

References valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> pow ( const _Tp &  __c,
const valarray< _Tp > &  __x 
) [inline]

Definition at line 1019 of file _valarray.h.

References pow(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> pow ( const valarray< _Tp > &  __x,
const _Tp &  __c 
) [inline]

Definition at line 1010 of file _valarray.h.

References pow(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> pow ( const valarray< _Tp > &  __x,
const valarray< _Tp > &  __y 
) [inline]

Definition at line 1000 of file _valarray.h.

References pow(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> sin ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 1028 of file _valarray.h.

References sin(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> sinh ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 1037 of file _valarray.h.

References sinh(), and valarray< _Tp >::size().

template<class _Tp>
valarray<_Tp> sqrt ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 1046 of file _valarray.h.

References valarray< _Tp >::size(), and sqrt().

template<class _Tp>
valarray<_Tp> tan ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 1055 of file _valarray.h.

References valarray< _Tp >::size(), and tan().

template<class _Tp>
valarray<_Tp> tanh ( const valarray< _Tp > &  __x  )  [inline]

Definition at line 1064 of file _valarray.h.

References valarray< _Tp >::size(), and tanh().



Generated on Mon Mar 10 15:32:50 2008 by  doxygen 1.5.1