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.


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.


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.

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.

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.

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

Definition at line 156 of file det_by_minor.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1