#include <det_by_lu.hpp>
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 |
Definition at line 135 of file det_by_lu.hpp.
| CppAD::det_by_lu< Scalar >::det_by_lu | ( | size_t | n_ | ) | [inline] |
Definition at line 137 of file det_by_lu.hpp.
| Scalar CppAD::det_by_lu< Scalar >::operator() | ( | const Vector & | x | ) | [inline] |
Definition at line 141 of file det_by_lu.hpp.
const size_t CppAD::det_by_lu< Scalar >::m [private] |
Definition at line 176 of file det_by_lu.hpp.
const size_t CppAD::det_by_lu< Scalar >::n [private] |
Definition at line 177 of file det_by_lu.hpp.
CppADvector<Scalar> CppAD::det_by_lu< Scalar >::A [private] |
Definition at line 178 of file det_by_lu.hpp.
CppADvector<Scalar> CppAD::det_by_lu< Scalar >::B [private] |
Definition at line 179 of file det_by_lu.hpp.
CppADvector<Scalar> CppAD::det_by_lu< Scalar >::X [private] |
Definition at line 180 of file det_by_lu.hpp.
1.6.1