#include <src1/pivot1.hpp>
Public Member Functions | |
Pivotter (const Prices &px, const std::vector< double > &rows, const std::vector< double > &cols) | |
operator DataFrame::ma_any_t () const | |
This converts to a data frame of boost::any. | |
Public Attributes | |
const Prices & | px |
const std::vector< double > & | rs |
const std::vector< double > & | cs |
int | failures |
Definition at line 91 of file pivot1.hpp.
eepgwde::detail::Pivotter::Pivotter | ( | const Prices & | px, | |
const std::vector< double > & | rows, | |||
const std::vector< double > & | cols | |||
) | [inline] |
Definition at line 101 of file pivot1.hpp.
eepgwde::detail::Pivotter::operator DataFrame::ma_any_t | ( | ) | const |
const std::vector<double>& eepgwde::detail::Pivotter::rs |
const std::vector<double>& eepgwde::detail::Pivotter::cs |
int eepgwde::detail::Pivotter::failures [mutable] |