#include <det_by_minor.hpp>
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_ |
Definition at line 126 of file det_by_minor.hpp.
| 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_.
| 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_.
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()().
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()().
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()().
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()().
1.4.7