boost::numeric::bindings::traits::detail::array< T > Class Template Reference

#include <array_impl.hpp>

List of all members.

Public Member Functions

 array (int n)
T const & operator[] (int i) const
T & operator[] (int i)
void resize (int n)
int size () const
T const * storage () const
T * storage ()
bool valid () const
 ~array ()

Detailed Description

template<typename T>
class boost::numeric::bindings::traits::detail::array< T >

Definition at line 48 of file array_impl.hpp.


Constructor & Destructor Documentation

template<typename T>
boost::numeric::bindings::traits::detail::array< T >::array ( int  n  )  [inline]

Definition at line 51 of file array_impl.hpp.

template<typename T>
boost::numeric::bindings::traits::detail::array< T >::~array (  )  [inline]

Definition at line 55 of file array_impl.hpp.


Member Function Documentation

template<typename T>
T const& boost::numeric::bindings::traits::detail::array< T >::operator[] ( int  i  )  const [inline]

Definition at line 69 of file array_impl.hpp.

template<typename T>
T& boost::numeric::bindings::traits::detail::array< T >::operator[] ( int  i  )  [inline]

Definition at line 68 of file array_impl.hpp.

template<typename T>
void boost::numeric::bindings::traits::detail::array< T >::resize ( int  n  )  [inline]

Definition at line 59 of file array_impl.hpp.

Referenced by boost::numeric::bindings::lapack::hesv().

template<typename T>
int boost::numeric::bindings::traits::detail::array< T >::size (  )  const [inline]
template<typename T>
T const* boost::numeric::bindings::traits::detail::array< T >::storage (  )  const [inline]

Definition at line 66 of file array_impl.hpp.

template<typename T>
T* boost::numeric::bindings::traits::detail::array< T >::storage (  )  [inline]
template<typename T>
bool boost::numeric::bindings::traits::detail::array< T >::valid (  )  const [inline]

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

Generated on Wed Nov 23 19:01:51 2011 for FreeCAD by  doxygen 1.6.1