Cytnx v0.9.4
Loading...
Searching...
No Matches
utils.hpp
Go to the documentation of this file.
1#ifndef __utils_H_
2#define __utils_H_
3
4#include "cartesian.hpp"
5#include "vec_cast.hpp"
6#include "vec_clone.hpp"
7#include "vec_unique.hpp"
8#include "vec_map.hpp"
9#include "vec_erase.hpp"
10#include "vec_where.hpp"
11#include "vec_concatenate.hpp"
12#include "vec_intersect.hpp"
13#include "vec_range.hpp"
14#include "vec2d_col_sort.hpp"
15#include "str_utils.hpp"
16#include "vec_print.hpp"
17#include "vec_io.hpp"
18#include "vec_argsort.hpp"
19#include "vec_sort.hpp"
20#include "dynamic_arg_resolver.hpp"
21
22#include "complex_arithmetic.hpp"
23#include "cucomplex_arithmetic.hpp"
24
26#include <vector>
27#include <iostream>
28#include <string>
29
30namespace cytnx {
31 bool _fx_compare_vec_inc(const std::vector<cytnx_int64> &v1, const std::vector<cytnx_int64> &v2);
32 bool _fx_compare_vec_dec(const std::vector<cytnx_int64> &v1, const std::vector<cytnx_int64> &v2);
33}; // namespace cytnx
34
35#endif
Helper function to print vector with ODT:
Definition Accessor.hpp:12
bool _fx_compare_vec_inc(const std::vector< cytnx_int64 > &v1, const std::vector< cytnx_int64 > &v2)
bool _fx_compare_vec_dec(const std::vector< cytnx_int64 > &v1, const std::vector< cytnx_int64 > &v2)