NumCpp
2.14.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
c
d
e
g
h
i
j
m
n
o
p
s
t
v
Typedefs
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
c
d
e
i
l
m
n
p
r
s
t
v
x
y
z
Typedefs
a
c
d
i
p
r
s
t
v
Enumerations
Related Symbols
Files
File List
Globals
All
Macros
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Types.hpp
Go to the documentation of this file.
1
28
#pragma once
29
30
#include <cstdint>
31
32
namespace
nc
33
{
34
//====================================Typedefs====================================
35
using
int64
= std::int64_t;
36
using
int32
= std::int32_t;
37
using
int16
= std::int16_t;
38
using
int8
= std::int8_t;
39
using
uint64
= std::uint64_t;
40
using
uint32
= std::uint32_t;
41
using
uint16
= std::uint16_t;
42
using
uint8
= std::uint8_t;
43
}
// namespace nc
nc
Definition
Cartesian.hpp:40
nc::int8
std::int8_t int8
Definition
Types.hpp:38
nc::int64
std::int64_t int64
Definition
Types.hpp:35
nc::uint64
std::uint64_t uint64
Definition
Types.hpp:39
nc::uint16
std::uint16_t uint16
Definition
Types.hpp:41
nc::int16
std::int16_t int16
Definition
Types.hpp:37
nc::int32
std::int32_t int32
Definition
Types.hpp:36
nc::uint8
std::uint8_t uint8
Definition
Types.hpp:42
nc::uint32
std::uint32_t uint32
Definition
Types.hpp:40
include
NumCpp
Core
Types.hpp
Generated by
1.9.8