Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NikolausDemmel/rootba
/ functions
Functions
1,064 in github.com/NikolausDemmel/rootba
⨍
Functions
1,064
◇
Types & classes
408
Function
min_impl
external/pprint/pprint/pprint.hpp:164
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
external/json/nlohmann/json.hpp:16865
Function
n
external/magic_enum/magic_enum/magic_enum.hpp:412
Function
name_impl
external/pprint/pprint/pprint.hpp:187
Function
names
external/magic_enum/magic_enum/magic_enum.hpp:777
Function
names_impl
external/pprint/pprint/pprint.hpp:258
Function
nearly_equal
src/rootba/testing/float_utils.hpp:79
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
external/json/nlohmann/json.hpp:7518
Method
nonesuch
external/json/nlohmann/json.hpp:266
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
external/json/nlohmann/json.hpp:16930
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
external/json/nlohmann/json.hpp:16947
Function
null
external/json/nlohmann/json.hpp:6755
Method
null
external/json/nlohmann/json.hpp:6939
Method
num_observations
src/rootba/bal/bal_problem.cpp:611
Method
num_rows
src/rootba/cg/preconditioner.hpp:138
Method
num_rows
src/rootba/cg/preconditioner.hpp:195
Function
number_float
external/json/nlohmann/json.hpp:6779
Method
number_float
external/json/nlohmann/json.hpp:6963
Function
number_integer
external/json/nlohmann/json.hpp:6767
Method
number_integer
external/json/nlohmann/json.hpp:6951
Function
number_unsigned
external/json/nlohmann/json.hpp:6773
Method
number_unsigned
external/json/nlohmann/json.hpp:6957
Method
on_scheduler_entry
src/rootba/util/tbb_utils.cpp:95
Method
on_scheduler_exit
src/rootba/util/tbb_utils.cpp:104
Function
operator "" _json
external/json/nlohmann/json.hpp:24314
Function
operator "" _json_pointer
external/json/nlohmann/json.hpp:24322
Function
operator!=
external/json/nlohmann/json.hpp:5860
Method
operator!=
inequality operator (needed for range-based for)
external/json/nlohmann/json.hpp:5186
Function
operator"" _format
src/rootba/util/format.hpp:49
Function
operator&
external/magic_enum/magic_enum/magic_enum.hpp:1420
Function
operator()
external/json/nlohmann/json.hpp:24343
Method
operator()
src/rootba/cg/block_sparse_matrix.hpp:54
Method
operator()
src/rootba/cli/cli_options.cpp:51
Method
operator()
src/rootba/qr/linearization_qr.hpp:304
Method
operator()
src/rootba/options/options_interface.cpp:63
Method
operator()
src/rootba/options/options_interface.cpp:94
Method
operator()
src/rootba/ceres/bal_residuals.hpp:53
Method
operator()
src/rootba/ceres/bal_iteration_callback.cpp:55
Method
operator()
src/rootba/sc/linearization_sc.hpp:149
Method
operator()
src/rootba/util/time_utils.hpp:67
Method
operator()
src/rootba/util/time_utils.hpp:72
Method
operator()
src/rootba/util/visit_struct_utils.hpp:52
Method
operator()
external/json/nlohmann/json.hpp:5030
Method
operator()
external/json/nlohmann/json.hpp:5731
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
external/json/nlohmann/json.hpp:24357
Method
operator()
external/magic_enum/magic_enum/magic_enum.hpp:298
Method
operator()
external/magic_enum/magic_enum/magic_enum.hpp:871
Method
operator()
external/magic_enum/magic_enum/magic_enum.hpp:918
Method
operator()
external/magic_enum/magic_enum/magic_enum.hpp:927
Method
operator+
external/json/nlohmann/json.hpp:12701
Method
operator++
external/json/nlohmann/json.hpp:5171
Method
operator++
external/json/nlohmann/json.hpp:12719
Method
operator++
post-increment (it++)
external/json/nlohmann/json.hpp:13603
Method
operator-
external/json/nlohmann/json.hpp:12708
Method
operator-
subtract from iterator
external/json/nlohmann/json.hpp:13639
Method
operator--
external/json/nlohmann/json.hpp:12732
Method
operator--
post-decrement (it--)
external/json/nlohmann/json.hpp:13615
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13110
Method
operator->
src/rootba/util/own_or_reference.hpp:149
Method
operator->
external/json/nlohmann/json.hpp:14740
Method
operator<
external/json/nlohmann/json.hpp:12696
Function
operator<<
external/pprint/pprint/pprint.hpp:120
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13335
Function
operator<=>
external/json/nlohmann/json.hpp:14550
Method
operator=
external/json/nlohmann/json.hpp:270
Function
operator==
external/json/nlohmann/json.hpp:13255
Method
operator==
src/rootba/util/serialization.hpp:63
Method
operator==
equality operator (needed for InputIterator)
external/json/nlohmann/json.hpp:5180
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13344
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13353
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13470
Function
operator^
external/magic_enum/magic_enum/magic_enum.hpp:1425
Function
operator|
external/magic_enum/magic_enum/magic_enum.hpp:1415
Function
operator~
external/magic_enum/magic_enum/magic_enum.hpp:1410
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
external/json/nlohmann/json.hpp:18926
Method
output_adapter
external/json/nlohmann/json.hpp:14916
Method
output_adapter_protocol
external/json/nlohmann/json.hpp:14826
Method
output_stream_adapter
external/json/nlohmann/json.hpp:14867
Method
output_string_adapter
external/json/nlohmann/json.hpp:14892
Method
output_vector_adapter
external/json/nlohmann/json.hpp:14842
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
external/json/nlohmann/json.hpp:13826
Method
parse
src/rootba/util/serialization.hpp:75
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
external/json/nlohmann/json.hpp:9464
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
external/json/nlohmann/json.hpp:9346
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
external/json/nlohmann/json.hpp:9426
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
external/json/nlohmann/json.hpp:9242
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
external/json/nlohmann/json.hpp:9494
Function
parse_error
external/json/nlohmann/json.hpp:6852
Method
parse_error
external/json/nlohmann/json.hpp:7102
Method
parse_error
external/json/nlohmann/json.hpp:7289
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
external/json/nlohmann/json.hpp:10270
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
external/json/nlohmann/json.hpp:10904
Method
parser
a parser reading from an input adapter
external/json/nlohmann/json.hpp:12169
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
external/json/nlohmann/json.hpp:24117
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
external/json/nlohmann/json.hpp:23846
Method
pcg
src/rootba/solver/linearizor_base.cpp:82
Method
performance_profile
(self, exps, spec)
python/rootba/latex/plot.py:521
Function
perturbation
src/rootba/bal/bal_problem.cpp:106
Method
plot_bal_bar
(self, exps, spec)
python/rootba/latex/plot.py:105
Method
plot_bal_cost
(self, exps, spec)
python/rootba/latex/plot.py:325
← previous
next →
801–900 of 1,064, ranked by callers