CppAD::det_by_lu< Scalar > Class Template Reference

#include <det_by_lu.hpp>

List of all members.

Public Member Functions

 det_by_lu (size_t n_)
template<class Vector >
Scalar operator() (const Vector &x)

Private Attributes

const size_t m
const size_t n
CppADvector< Scalar > A
CppADvector< Scalar > B
CppADvector< Scalar > X

Detailed Description

template<class Scalar>
class CppAD::det_by_lu< Scalar >

Definition at line 135 of file det_by_lu.hpp.


Constructor & Destructor Documentation

template<class Scalar >
CppAD::det_by_lu< Scalar >::det_by_lu ( size_t  n_  )  [inline]

Definition at line 137 of file det_by_lu.hpp.


Member Function Documentation

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

Definition at line 141 of file det_by_lu.hpp.


Member Data Documentation

template<class Scalar >
const size_t CppAD::det_by_lu< Scalar >::m [private]

Definition at line 176 of file det_by_lu.hpp.

template<class Scalar >
const size_t CppAD::det_by_lu< Scalar >::n [private]

Definition at line 177 of file det_by_lu.hpp.

template<class Scalar >
CppADvector<Scalar> CppAD::det_by_lu< Scalar >::A [private]

Definition at line 178 of file det_by_lu.hpp.

template<class Scalar >
CppADvector<Scalar> CppAD::det_by_lu< Scalar >::B [private]

Definition at line 179 of file det_by_lu.hpp.

template<class Scalar >
CppADvector<Scalar> CppAD::det_by_lu< Scalar >::X [private]

Definition at line 180 of file det_by_lu.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