MCPcopy Create free account

hub / github.com/NikolausDemmel/rootba / functions

Functions1,064 in github.com/NikolausDemmel/rootba

Functionmin_impl
external/pprint/pprint/pprint.hpp:164
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
external/json/nlohmann/json.hpp:16865
Functionn
external/magic_enum/magic_enum/magic_enum.hpp:412
Functionname_impl
external/pprint/pprint/pprint.hpp:187
Functionnames
external/magic_enum/magic_enum/magic_enum.hpp:777
Functionnames_impl
external/pprint/pprint/pprint.hpp:258
Functionnearly_equal
src/rootba/testing/float_utils.hpp:79
Methodnext_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
Methodnonesuch
external/json/nlohmann/json.hpp:266
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
external/json/nlohmann/json.hpp:16930
Methodnormalize_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
Functionnull
external/json/nlohmann/json.hpp:6755
Methodnull
external/json/nlohmann/json.hpp:6939
Methodnum_observations
src/rootba/bal/bal_problem.cpp:611
Methodnum_rows
src/rootba/cg/preconditioner.hpp:138
Methodnum_rows
src/rootba/cg/preconditioner.hpp:195
Functionnumber_float
external/json/nlohmann/json.hpp:6779
Methodnumber_float
external/json/nlohmann/json.hpp:6963
Functionnumber_integer
external/json/nlohmann/json.hpp:6767
Methodnumber_integer
external/json/nlohmann/json.hpp:6951
Functionnumber_unsigned
external/json/nlohmann/json.hpp:6773
Methodnumber_unsigned
external/json/nlohmann/json.hpp:6957
Methodon_scheduler_entry
src/rootba/util/tbb_utils.cpp:95
Methodon_scheduler_exit
src/rootba/util/tbb_utils.cpp:104
Functionoperator "" _json
external/json/nlohmann/json.hpp:24314
Functionoperator "" _json_pointer
external/json/nlohmann/json.hpp:24322
Functionoperator!=
external/json/nlohmann/json.hpp:5860
Methodoperator!=
inequality operator (needed for range-based for)
external/json/nlohmann/json.hpp:5186
Functionoperator"" _format
src/rootba/util/format.hpp:49
Functionoperator&
external/magic_enum/magic_enum/magic_enum.hpp:1420
Functionoperator()
external/json/nlohmann/json.hpp:24343
Methodoperator()
src/rootba/cg/block_sparse_matrix.hpp:54
Methodoperator()
src/rootba/cli/cli_options.cpp:51
Methodoperator()
src/rootba/qr/linearization_qr.hpp:304
Methodoperator()
src/rootba/options/options_interface.cpp:63
Methodoperator()
src/rootba/options/options_interface.cpp:94
Methodoperator()
src/rootba/ceres/bal_residuals.hpp:53
Methodoperator()
src/rootba/ceres/bal_iteration_callback.cpp:55
Methodoperator()
src/rootba/sc/linearization_sc.hpp:149
Methodoperator()
src/rootba/util/time_utils.hpp:67
Methodoperator()
src/rootba/util/time_utils.hpp:72
Methodoperator()
src/rootba/util/visit_struct_utils.hpp:52
Methodoperator()
external/json/nlohmann/json.hpp:5030
Methodoperator()
external/json/nlohmann/json.hpp:5731
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
external/json/nlohmann/json.hpp:24357
Methodoperator()
external/magic_enum/magic_enum/magic_enum.hpp:298
Methodoperator()
external/magic_enum/magic_enum/magic_enum.hpp:871
Methodoperator()
external/magic_enum/magic_enum/magic_enum.hpp:918
Methodoperator()
external/magic_enum/magic_enum/magic_enum.hpp:927
Methodoperator+
external/json/nlohmann/json.hpp:12701
Methodoperator++
external/json/nlohmann/json.hpp:5171
Methodoperator++
external/json/nlohmann/json.hpp:12719
Methodoperator++
post-increment (it++)
external/json/nlohmann/json.hpp:13603
Methodoperator-
external/json/nlohmann/json.hpp:12708
Methodoperator-
subtract from iterator
external/json/nlohmann/json.hpp:13639
Methodoperator--
external/json/nlohmann/json.hpp:12732
Methodoperator--
post-decrement (it--)
external/json/nlohmann/json.hpp:13615
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13110
Methodoperator->
src/rootba/util/own_or_reference.hpp:149
Methodoperator->
external/json/nlohmann/json.hpp:14740
Methodoperator<
external/json/nlohmann/json.hpp:12696
Functionoperator<<
external/pprint/pprint/pprint.hpp:120
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13335
Functionoperator<=>
external/json/nlohmann/json.hpp:14550
Methodoperator=
external/json/nlohmann/json.hpp:270
Functionoperator==
external/json/nlohmann/json.hpp:13255
Methodoperator==
src/rootba/util/serialization.hpp:63
Methodoperator==
equality operator (needed for InputIterator)
external/json/nlohmann/json.hpp:5180
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13344
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13353
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json/nlohmann/json.hpp:13470
Functionoperator^
external/magic_enum/magic_enum/magic_enum.hpp:1425
Functionoperator|
external/magic_enum/magic_enum/magic_enum.hpp:1415
Functionoperator~
external/magic_enum/magic_enum/magic_enum.hpp:1410
Functionordered_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
Methodoutput_adapter
external/json/nlohmann/json.hpp:14916
Methodoutput_adapter_protocol
external/json/nlohmann/json.hpp:14826
Methodoutput_stream_adapter
external/json/nlohmann/json.hpp:14867
Methodoutput_string_adapter
external/json/nlohmann/json.hpp:14892
Methodoutput_vector_adapter
external/json/nlohmann/json.hpp:14842
Functionparent_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
Methodparse
src/rootba/util/serialization.hpp:75
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Functionparse_error
external/json/nlohmann/json.hpp:6852
Methodparse_error
external/json/nlohmann/json.hpp:7102
Methodparse_error
external/json/nlohmann/json.hpp:7289
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
external/json/nlohmann/json.hpp:10270
Methodparse_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
Methodparser
a parser reading from an input adapter
external/json/nlohmann/json.hpp:12169
Functionpatch
@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
Functionpatch_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
Methodpcg
src/rootba/solver/linearizor_base.cpp:82
Methodperformance_profile
(self, exps, spec)
python/rootba/latex/plot.py:521
Functionperturbation
src/rootba/bal/bal_problem.cpp:106
Methodplot_bal_bar
(self, exps, spec)
python/rootba/latex/plot.py:105
Methodplot_bal_cost
(self, exps, spec)
python/rootba/latex/plot.py:325
← previousnext →801–900 of 1,064, ranked by callers