foo
This commit is contained in:
parent
a3c8969b23
commit
b2e7b3d070
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ template <typename T> ostream &operator<<(ostream &os, const vector<T> &v) {
|
|||
return os;
|
||||
}
|
||||
|
||||
|
||||
vector<Real> random_real_vector(size_t size) {
|
||||
auto result = vector<Real>();
|
||||
for (int i = 0; i < size; i++) {
|
||||
|
|
|
|||
Reference in a new issue