Cytnx v0.7.4
Loading...
Searching...
No Matches
algo.hpp
Go to the documentation of this file.
1#ifndef _algo_H_
2#define _algo_H_
3
4#include "Type.hpp"
5#include "cytnx_error.hpp"
6#include "Tensor.hpp"
7#include "Storage.hpp"
8#include "Scalar.hpp"
9
10
11namespace cytnx{
12 namespace algo{
13
14
15 //Sort:
16 //=================================================
24 Tensor Sort(const Tensor &Tin);
25
27
28
29 }//algo
30}//cytnx
31
32
33#endif
an tensor (multi-dimensional array)
Definition Tensor.hpp:333
Tensor Concatenate(Tensor T1, Tensor T2)
Tensor Sort(const Tensor &Tin)
sort Tensor along last axis.
Definition Accessor.hpp:12