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 */
32namespace num_collect {
33
40 inline namespace base {
41
48 namespace concepts {
49
51 namespace impl {}
52
53 } // namespace concepts
54
56 namespace impl {}
57
58 } // namespace base
59
66 namespace logging {
67
74 namespace concepts {}
75
82 namespace formatters {
83
85 namespace impl {}
86
87 } // namespace formatters
88
95 namespace sinks {
96
98 namespace impl {}
99
100 } // namespace sinks
101
108 namespace config {
109
116 namespace toml {
117
119 namespace impl {}
120
121 } // namespace toml
122
123 } // namespace config
124
131 namespace iterations {
132
134 namespace impl {}
135
136 } // namespace iterations
137
144 namespace impl {}
145
146 } // namespace logging
147
154 namespace auto_diff {
155
163 namespace forward {
164
166 namespace impl {}
167
168 } // namespace forward
169
177 namespace backward {
178
186 namespace graph {
187
189 namespace impl {}
190
191 } // namespace graph
192
194 namespace impl {}
195
196 } // namespace backward
197 } // namespace auto_diff
198
205 namespace opt {
206
213 namespace concepts {}
214
221 namespace impl {}
222
223 } // namespace opt
224
231 namespace regularization {
232
239 namespace concepts {}
240
247 namespace impl {}
248
249 } // namespace regularization
250
257 namespace rbf {
258
265 namespace concepts {}
266
273 namespace distance_functions {}
274
281 namespace impl {}
282
289 namespace length_parameter_calculators {}
290
297 namespace rbfs {}
298
299 } // namespace rbf
300
307 namespace numbers {
308
310 namespace impl {}
311
312 } // namespace numbers
313
320 namespace multi_double {
321
328 namespace impl {}
329
330 } // namespace multi_double
331
338 namespace constants {
339
346 namespace impl {}
347
348 } // namespace constants
349
356 namespace roots {
357
364 namespace concepts {}
365
367 namespace impl {}
368
369 } // namespace roots
370
377 namespace functions {
378
380 namespace impl {}
381
382 } // namespace functions
383
390 namespace integration {
391
393 namespace impl {}
394
395 } // namespace integration
396
403 namespace ode {
404
411 namespace concepts {}
412
419 namespace impl {}
420
427 namespace runge_kutta {}
428
435 namespace rosenbrock {}
436
443 namespace avf {
444
451 namespace impl {}
452
453 } // namespace avf
454
461 namespace symplectic {}
462
463 } // namespace ode
464
471 namespace linear {
472
479 namespace impl {
480
488 namespace amg {}
489
490 } // namespace impl
491
492 } // namespace linear
493
500 namespace util {
501
508 namespace concepts {}
509
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 num_collect source codes.