Cytnx
v0.7.3
Loading...
Searching...
No Matches
include
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
11
namespace
cytnx
{
12
namespace
algo{
13
14
15
//Sort:
16
//=================================================
24
Tensor
Sort
(
const
Tensor
&Tin);
25
26
}
//algo
27
}
//cytnx
28
29
30
#endif
Scalar.hpp
Storage.hpp
Tensor.hpp
Type.hpp
cytnx::Tensor
an tensor (multi-dimensional array)
Definition
Tensor.hpp:289
cytnx_error.hpp
cytnx::algo::Sort
Tensor Sort(const Tensor &Tin)
sort Tensor along last axis.
cytnx
Definition
Accessor.hpp:12
Generated by
1.9.8