Update linearRegression to header file
This commit is contained in:
@ -22,7 +22,6 @@ public:
|
||||
* assumes the order was made by the owner of the wallet
|
||||
*/
|
||||
void processSale(OrderBookEntry &sale);
|
||||
|
||||
/** generate a string representation of the wallet */
|
||||
std::string toString();
|
||||
friend std::ostream &operator<<(std::ostream &os, Wallet &wallet);
|
||||
|
||||
Reference in New Issue
Block a user