Stratax
Scientific computing containers and operations
Toggle main menu visibility
Loading...
Searching...
No Matches
stratax.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
stratax/core/Buffer.hpp
>
4
#include <
stratax/core/Concepts.hpp
>
5
#include <
stratax/core/Config.hpp
>
6
#include <
stratax/core/Exceptions.hpp
>
7
#include <
stratax/core/Shape.hpp
>
8
#include <
stratax/core/Strides.hpp
>
9
#include <
stratax/core/Types.hpp
>
10
#include <
stratax/core/Validation.hpp
>
11
#include <
stratax/core/Slice.hpp
>
12
13
#include <
stratax/containers/Matrix.hpp
>
14
#include <
stratax/containers/Tensor.hpp
>
15
#include <
stratax/containers/Vector.hpp
>
16
#include <
stratax/containers/Creation.hpp
>
17
#include <
stratax/containers/Conversions.hpp
>
18
19
#include <
stratax/linalg/decomposition.hpp
>
20
#include <
stratax/linalg/determinant.hpp
>
21
#include <
stratax/linalg/eigen.hpp
>
22
#include <
stratax/linalg/inverse.hpp
>
23
#include <
stratax/linalg/norms.hpp
>
24
#include <
stratax/linalg/solve.hpp
>
25
#include <
stratax/linalg/transforms.hpp
>
26
27
#include <
stratax/calculus/curl.hpp
>
28
#include <
stratax/calculus/derivative.hpp
>
29
#include <
stratax/calculus/divergence.hpp
>
30
#include <
stratax/calculus/gradient.hpp
>
31
#include <
stratax/calculus/integration.hpp
>
32
33
#include <
stratax/statistics/descriptive.hpp
>
34
#include <
stratax/statistics/distributions.hpp
>
35
#include <
stratax/statistics/hypothesis.hpp
>
36
#include <
stratax/statistics/regression.hpp
>
37
38
#include <
stratax/random/distributions.hpp
>
39
#include <
stratax/random/generators.hpp
>
40
#include <
stratax/random/sampling.hpp
>
41
42
#include <
stratax/io/binary.hpp
>
43
#include <
stratax/io/csv.hpp
>
44
#include <
stratax/io/Print.hpp
>
45
46
#include <
stratax/ops/Comparison.hpp
>
47
#include <
stratax/ops/Arithmetic.hpp
>
48
#include <
stratax/ops/broadcasting.hpp
>
49
#include <
stratax/ops/Indexing.hpp
>
50
#include <
stratax/ops/logical.hpp
>
51
#include <
stratax/ops/Reshape.hpp
>
52
#include <
stratax/ops/Slice.hpp
>
53
54
#include <
stratax/detail/kernels.hpp
>
55
#include <
stratax/detail/memory.hpp
>
56
#include <
stratax/detail/simd.hpp
>
57
#include <
stratax/detail/threading.hpp
>
58
#include <
stratax/detail/traits.hpp
>
59
#include <
stratax/detail/utilities.hpp
>
Arithmetic.hpp
Buffer.hpp
Comparison.hpp
Concepts.hpp
Config.hpp
Conversions.hpp
Creation.hpp
Exceptions.hpp
Indexing.hpp
Matrix.hpp
Print.hpp
Reshape.hpp
Shape.hpp
Strides.hpp
Tensor.hpp
Types.hpp
Validation.hpp
Shared runtime validation helpers.
Vector.hpp
binary.hpp
Reserved for binary serialization helpers.
broadcasting.hpp
Reserved for broadcasting shape utilities.
Slice.hpp
csv.hpp
Reserved for CSV input and output helpers.
curl.hpp
Reserved for vector-field curl operations.
decomposition.hpp
Reserved for matrix decomposition algorithms.
derivative.hpp
Reserved for numerical derivative helpers.
descriptive.hpp
Reserved for descriptive statistics routines.
determinant.hpp
Reserved for determinant computations.
divergence.hpp
Reserved for vector-field divergence operations.
eigen.hpp
Reserved for eigenvalue and eigenvector routines.
generators.hpp
Reserved for random-number generator types and seeding helpers.
gradient.hpp
Reserved for gradient and finite-difference gradient helpers.
hypothesis.hpp
Reserved for hypothesis testing routines.
integration.hpp
Reserved for numerical integration helpers.
inverse.hpp
Reserved for matrix inverse routines.
kernels.hpp
Reserved for internal low-level compute kernels.
logical.hpp
Reserved for element-wise logical operations.
memory.hpp
Reserved for internal memory utilities.
norms.hpp
Reserved for vector and matrix norm routines.
Slice.hpp
distributions.hpp
Reserved for random distribution sampling helpers.
regression.hpp
Reserved for regression algorithms.
sampling.hpp
Reserved for random sampling utilities.
simd.hpp
Reserved for internal SIMD helpers.
solve.hpp
Reserved for linear-system solvers.
distributions.hpp
Reserved for statistical distribution utilities.
threading.hpp
Reserved for internal threading utilities.
traits.hpp
Reserved for internal type traits.
transforms.hpp
Reserved for linear algebra transform helpers.
utilities.hpp
Reserved for internal helper utilities.
include
stratax.hpp
Generated by
1.17.0