numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
namespaces.h
Go to the documentation of this file.
1/*
2 * Copyright 2021 MusicScience37 (Kenta Kabashima)
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
20
25
30
32namespace num_collect {
33
38
40 inline namespace base {
41
46
48 namespace concepts {
49
51 namespace impl {}
52
53 } // namespace concepts
54
56 namespace impl {}
57
58 } // namespace base
59
64
66 namespace logging {
67
72
74 namespace concepts {}
75
80
82 namespace formatters {
83
85 namespace impl {}
86
87 } // namespace formatters
88
93
95 namespace sinks {
96
98 namespace impl {}
99
100 } // namespace sinks
101
106
108 namespace config {
109
114
116 namespace toml {
117
119 namespace impl {}
120
121 } // namespace toml
122
123 } // namespace config
124
129
131 namespace iterations {
132
134 namespace impl {}
135
136 } // namespace iterations
137
142
144 namespace impl {}
145
146 } // namespace logging
147
152
154 namespace auto_diff {
155
161
163 namespace forward {
164
166 namespace impl {}
167
168 } // namespace forward
169
175
177 namespace backward {
178
184
186 namespace graph {
187
189 namespace impl {}
190
191 } // namespace graph
192
194 namespace impl {}
195
196 } // namespace backward
197 } // namespace auto_diff
198
203
205 namespace opt {
206
211
213 namespace concepts {}
214
219
221 namespace impl {}
222
223 } // namespace opt
224
229
231 namespace regularization {
232
237
239 namespace concepts {}
240
245
247 namespace impl {}
248
249 } // namespace regularization
250
255
257 namespace rbf {
258
263
265 namespace concepts {}
266
271
273 namespace distance_functions {}
274
279
281 namespace impl {}
282
287
290
295
297 namespace rbfs {}
298
299 } // namespace rbf
300
305
307 namespace numbers {
308
310 namespace impl {}
311
312 } // namespace numbers
313
318
320 namespace multi_double {
321
326
328 namespace impl {}
329
330 } // namespace multi_double
331
336
338 namespace constants {
339
344
346 namespace impl {}
347
348 } // namespace constants
349
354
356 namespace roots {
357
362
364 namespace concepts {}
365
367 namespace impl {}
368
369 } // namespace roots
370
375
377 namespace functions {
378
380 namespace impl {}
381
382 } // namespace functions
383
388
390 namespace integration {
391
393 namespace impl {}
394
395 } // namespace integration
396
401
403 namespace ode {
404
409
411 namespace concepts {}
412
417
419 namespace impl {}
420
425
427 namespace runge_kutta {}
428
433
435 namespace rosenbrock {}
436
441
443 namespace avf {
444
449
451 namespace impl {}
452
453 } // namespace avf
454
459
461 namespace symplectic {}
462
463 } // namespace ode
464
469
471 namespace linear {
472
477
479 namespace impl {
480
486
488 namespace amg {}
489
490 } // namespace impl
491
492 } // namespace linear
493
498
500 namespace util {
501
506
508 namespace concepts {}
509
514
516 namespace impl {}
517
518 } // namespace util
519
520} // namespace num_collect
521
523namespace Eigen {}
524
526namespace fmt {}
Namespace of Eigen library.
Definition variable.h:416
Namespace of fmt library.
Definition log_level.h:114
Namespace of internal implementations.
Definition node.h:128
Namespace of graphs in backward-mode automatic differentiation.
Definition node.h:29
Namespace of internal implementations.
Namespace of backward-mode automatic differentiation.
Namespace of internal implementations.
Namespace of forward-mode automatic differentiation.
Namespace of automatic differentiation.
Namespace of internal implementations.
Namespace of C++ concepts.
Namespace of internal implementations.
Definition exception.h:33
Namespace of definitions common in this project.
Namespace of internal implementations.
Namespace of constexpr variables and functions.
Definition cbrt.h:24
Namespace of special functions.
Definition gamma.h:27
Namespace of internal implementations.
Namespace of numerical integration.
Namespace of internal implementations of algebraic multigrid method ruge1987.
Namespace of internal implementations.
Namespace of solvers of linear equations.
Namespace of logging configuration.
Namespace of internal implementations.
Namespace of internal implementations.
Namespace of internal implementations.
Namespace of internal implementations.
Definition namespaces.h:98
Namespace of log sinks.
Namespace of multiple precision numbers with double numbers.
Namespace of internal implementations.
Definition namespaces.h:310
Namespace of classes of numbers.
Namespace of internal implementations.
Namespace of average vector field (AVF) method.
Namespace of C++ concepts.
Namespace of internal implementations.
Namespace of Runge-Kutta method.
Namespace of symplectic integration.
Namespace of solvers of ordinary differential equations (ODE).
Namespace of internal implementations.
Namespace of optimization algorithms.
Namespace of C++ concepts.
Definition csrbf.h:25
Namespace of distance functions for RBF interpolation.
Namespace of internal implementations.
Namespace of calculators of length parameters.
Namespace of RBFs.
Namespace of RBF interpolation.
Namespace of internal implementations.
Namespace of regularization algorithms.
Namespace of internal implementations.
Definition namespaces.h:367
Namespace of root-finding algorithms.
Namespace of C++ concepts.
Definition comparable.h:24
Namespace of internal implementations.
Definition assert.h:30
Namespace of utilities.
Definition assert.h:30
Namespace of num_collect source codes.