Cytnx
v0.7.4
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
Tensor
Concatenate
(
Tensor
T1,
Tensor
T2);
27
28
29
}
//algo
30
}
//cytnx
31
32
33
#endif
Scalar.hpp
Storage.hpp
Tensor.hpp
Type.hpp
cytnx::Tensor
an tensor (multi-dimensional array)
Definition
Tensor.hpp:333
cytnx_error.hpp
cytnx::algo::Concatenate
Tensor Concatenate(Tensor T1, Tensor T2)
cytnx::algo::Sort
Tensor Sort(const Tensor &Tin)
sort Tensor along last axis.
cytnx
Definition
Accessor.hpp:12
Generated by
1.9.8