|
void | _endOfLine () |
|
void | _test () |
|
void | _introduction (const String &title, bool end_of_line=false) |
|
void | _printEmpty () |
|
void | _printInt (int value) |
|
void | _printDouble (double value) |
|
void | _printString (const String &value) |
|
void | _printVectorInt (const VectorInt &values) |
|
void | _printVectorDouble (const VectorDouble &values) |
|
void | _printVectorString (const VectorString &values) |
|
void | _printVectorVectorInt (const VectorVectorInt &values) |
|
void | _printVectorVectorDouble (const VectorVectorDouble &values) |
|
void | argumentTestInt (int value) |
|
void | argumentTestDouble (double value) |
|
void | argumentTestVectorInt (const VectorInt &values) |
|
void | argumentTestVectorDouble (const VectorDouble &values) |
|
void | argumentTestString (const String &value) |
|
void | argumentTestVectorVectorInt (const VectorVectorInt &values) |
|
void | argumentTestVectorVectorDouble (const VectorVectorDouble &values) |
|
void | argumentTestVectorString (const VectorString &values) |
|
void | argumentTestStringOverload (const String &value) |
|
void | argumentTestIntOverload (int value) |
|
void | argumentTestIntOverload (const VectorInt &values) |
|
void | argumentTestDoubleOverload (double value) |
|
void | argumentTestDoubleOverload (const VectorDouble &values) |
|
void | argumentTestStringOverload (const VectorString &values) |
|
void | argumentTestEnum (const ETests &value) |
|
int | argumentReturnInt (int value) |
|
double | argumentReturnDouble (double value) |
|
VectorInt | argumentReturnVectorInt (const VectorInt &values) |
|
VectorDouble | argumentReturnVectorDouble (const VectorDouble &values) |
|
VectorVectorInt | argumentReturnVectorVectorInt (const VectorVectorInt &values) |
|
VectorVectorDouble | argumentReturnVectorVectorDouble (const VectorVectorDouble &values) |
|
void | argumentDefTestInt (int argInt) |
|
void | argumentDefTestDbl (double argDbl) |
|
void | argumentDefTestStr (const String &argstr) |
|
void | argumentDefTestVInt (const VectorInt &argVInt) |
|
void | argumentDefTestVDbl (const VectorDouble &argVDbl) |
|
void | argumentDefTestVString (const VectorString &argVString) |
|
void | argumentDefTestVVDbl (VectorVectorDouble argVVDbl) |
|
void | argumentDefTestVVInt (VectorVectorInt argVVInt) |
|
void | argumentTestMatrixDense (const MatrixDense &mat) |
|
void | argumentTestMatrixSquare (const MatrixSquare &mat) |
|
void | argumentTestMatrixSymmetric (const MatrixSymmetric &mat) |
|
MatrixDense | argumentReturnMatrix (int nrows, int ncols, int seed) |
|
void | argumentTestMatrixSparse (const MatrixSparse &mat) |
|
MatrixSparse | argumentReturnMatrixSparse (int nrows, int ncols, double zeroPercent, int seed) |
|