CppAD::det_by_minor< Scalar > Class Template Reference

#include <det_by_minor.hpp>

List of all members.

Public Member Functions

 det_by_minor (size_t m)
template<class Vector>
Scalar operator() (const Vector &x) const

Private Attributes

size_t m_
std::vector< size_t > r_
std::vector< size_t > c_
std::vector< Scalar > a_


Detailed Description

template<class Scalar>
class CppAD::det_by_minor< Scalar >

Definition at line 126 of file det_by_minor.hpp.


Constructor & Destructor Documentation

template<class Scalar>
CppAD::det_by_minor< Scalar >::det_by_minor ( size_t  m  )  [inline]

Definition at line 128 of file det_by_minor.hpp.

References CppAD::det_by_minor< Scalar >::c_, and CppAD::det_by_minor< Scalar >::r_.


Member Function Documentation

template<class Scalar>
template<class Vector>
Scalar CppAD::det_by_minor< Scalar >::operator() ( const Vector &  x  )  const [inline]

Definition at line 142 of file det_by_minor.hpp.

References CppAD::det_by_minor< Scalar >::a_, CppAD::det_by_minor< Scalar >::c_, CppAD::det_of_minor(), CppAD::det_by_minor< Scalar >::m_, and CppAD::det_by_minor< Scalar >::r_.


Member Data Documentation

template<class Scalar>
size_t CppAD::det_by_minor< Scalar >::m_ [private]

Definition at line 150 of file det_by_minor.hpp.

Referenced by CppAD::det_by_minor< Scalar >::operator()().

template<class Scalar>
std::vector<size_t> CppAD::det_by_minor< Scalar >::r_ [mutable, private]

Definition at line 153 of file det_by_minor.hpp.

Referenced by CppAD::det_by_minor< Scalar >::det_by_minor(), and CppAD::det_by_minor< Scalar >::operator()().

template<class Scalar>
std::vector<size_t> CppAD::det_by_minor< Scalar >::c_ [mutable, private]

Definition at line 154 of file det_by_minor.hpp.

Referenced by CppAD::det_by_minor< Scalar >::det_by_minor(), and CppAD::det_by_minor< Scalar >::operator()().

template<class Scalar>
std::vector<Scalar> CppAD::det_by_minor< Scalar >::a_ [mutable, private]

Definition at line 156 of file det_by_minor.hpp.

Referenced by CppAD::det_by_minor< Scalar >::operator()().


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:15:35 2010 for Coin-All by  doxygen 1.4.7