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