Werner compil warning (#32)
* Replace int by size_t in for loops. * Various dtor missing and some other warning fixes. * fixed size_t vs int * fixed size_t vs int --------- Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com> Co-authored-by: Aik-Siong Koh <askoh@askoh.com>
This commit is contained in:
@@ -34,6 +34,7 @@ namespace MbD {
|
||||
this->insert(std::pair<const int, double>(index, value));
|
||||
}
|
||||
}
|
||||
virtual ~SparseVector() {}
|
||||
double rootMeanSquare();
|
||||
int numberOfElements();
|
||||
double sumOfSquares();
|
||||
|
||||
Reference in New Issue
Block a user