library of assembled shared sources

http://lass.cocamware.com

interval.inl File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  impl
 exports a pair of get and set accessors as an read/write attribute in Python by using free functions

Functions

template<typename C >
std::ostream & operator<< (std::ostream &os, const interval< C > &iV)
template<typename C >
std::string str (const interval< C > &iV)
template<typename C >
impl::numMin4 (const C &k1, const C &k2, const C &k3, const C &k4)
template<typename C >
impl::numMax4 (const C &k1, const C &k2, const C &k3, const C &k4)
template<typename C >
__inline void impl::numMinMax (const C &k1, const C &k2, C &amin, C &amax)
template<typename C >
__inline void impl::numMin (const C &k1, const C &k2, C &amin)
template<typename C >
void impl::numMax (const C &k1, const C &k2, C &amax)
template<typename C >
interval< C > operator+ (const interval< C > &i1, const interval< C > &i2)
template<typename C >
interval< C > operator- (const interval< C > &i1, const interval< C > &i2)
template<typename C >
interval< C > operator* (const interval< C > &i1, const interval< C > &i2)
template<typename C >
interval< C > operator/ (const interval< C > &i1, const interval< C > &i2)
template<typename C >
void inpsqr (interval< C > &i)
template<typename C >
void inpsqrt (interval< C > &i)
template<typename C >
void inpexp (interval< C > &i)
template<typename C >
void inplog (interval< C > &i)
template<typename C >
void inpnorm (interval< C > &i)
template<typename C >
void inpinv (interval< C > &i)
template<typename C >
interval< C > sqr (const interval< C > &i)
template<typename C >
interval< C > sqrt (const interval< C > &i)
template<typename C >
interval< C > exp (const interval< C > &i)
template<typename C >
interval< C > log (const interval< C > &i)
template<typename C >
interval< C > set_union (const interval< C > &i1, const interval< C > &i2)
template<typename C >
interval< C > set_intersect (const interval< C > &i1, const interval< C > &i2)
template<typename C , typename f >
interval< C > applyFunction (const interval< C > &iV, f func)


Detailed Description

Author:
Bram de Greve (bramz@users.sourceforge.net)

Tom De Muer (tomdemuer@users.sourceforge.net)

*** BEGIN LICENSE INFORMATION ***

The contents of this file are subject to the Common Public Attribution License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://lass.sourceforge.net/cpal-license. The License is based on the Mozilla Public License Version 1.1 but Sections 14 and 15 have been added to cover use of software over a computer network and provide for limited attribution for the Original Developer. In addition, Exhibit A has been modified to be consistent with Exhibit B.

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.

The Original Code is LASS - Library of Assembled Shared Sources.

The Initial Developer of the Original Code is Bram de Greve and Tom De Muer. The Original Developer is the Initial Developer.

All portions of the code written by the Initial Developer are: Copyright (C) 2004-2007 the Initial Developer. All Rights Reserved.

Contributor(s):

Alternatively, the contents of this file may be used under the terms of the GNU General Public License Version 2 or later (the GPL), in which case the provisions of GPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the GPL and not to allow others to use your version of this file under the CPAL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL License. If you do not delete the provisions above, a recipient may use your version of this file under either the CPAL or the GPL.

*** END LICENSE INFORMATION ***

Definition in file interval.inl.


Function Documentation

template<typename C >
std::ostream& operator<< ( std::ostream &  os,
const interval< C > &  iV 
) [inline]

Definition at line 230 of file interval.inl.

template<typename C >
std::string str ( const interval< C > &  iV  )  [inline]

Definition at line 236 of file interval.inl.

References lass::num::str().

Referenced by str().

template<typename C >
interval< C > operator+ ( const interval< C > &  i1,
const interval< C > &  i2 
) [inline]

Definition at line 403 of file interval.inl.

template<typename C >
interval< C > operator- ( const interval< C > &  i1,
const interval< C > &  i2 
) [inline]

Definition at line 411 of file interval.inl.

template<typename C >
interval< C > operator* ( const interval< C > &  i1,
const interval< C > &  i2 
) [inline]

Definition at line 419 of file interval.inl.

template<typename C >
interval< C > operator/ ( const interval< C > &  i1,
const interval< C > &  i2 
) [inline]

Definition at line 427 of file interval.inl.

template<typename C >
void inpsqr ( interval< C > &  i  )  [inline]

Definition at line 492 of file interval.inl.

References lass::stde::C, and impl::numMinMax().

template<typename C >
void inpsqrt ( interval< C > &  i  )  [inline]

Definition at line 504 of file interval.inl.

References lass::num::sqrt().

template<typename C >
void inpexp ( interval< C > &  i  )  [inline]

Definition at line 511 of file interval.inl.

References lass::num::exp().

template<typename C >
void inplog ( interval< C > &  i  )  [inline]

Definition at line 518 of file interval.inl.

References lass::num::log().

template<typename C >
void inpnorm ( interval< C > &  i  )  [inline]

Definition at line 525 of file interval.inl.

References lass::num::norm().

template<typename C >
void inpinv ( interval< C > &  i  )  [inline]

Definition at line 532 of file interval.inl.

References lass::num::inv().

template<typename C >
interval<C> sqr ( const interval< C > &  i  )  [inline]

template<typename C >
interval<C> sqrt ( const interval< C > &  i  )  [inline]

template<typename C >
interval<C> exp ( const interval< C > &  i  )  [inline]

Definition at line 560 of file interval.inl.

References lass::num::exp().

template<typename C >
interval<C> log ( const interval< C > &  i  )  [inline]

Definition at line 566 of file interval.inl.

References lass::num::log().

template<typename C >
interval<C> set_union ( const interval< C > &  i1,
const interval< C > &  i2 
) [inline]

Definition at line 572 of file interval.inl.

template<typename C >
interval<C> set_intersect ( const interval< C > &  i1,
const interval< C > &  i2 
) [inline]

Definition at line 578 of file interval.inl.

template<typename C , typename f >
interval<C> applyFunction ( const interval< C > &  iV,
func 
) [inline]

Definition at line 585 of file interval.inl.

References lass::stde::C, and impl::numMinMax().


Generated on Mon Nov 10 14:22:04 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo