osqp ~master (2020-02-13T02:20:37Z)
Dub
Repo
OSQPTimer
types
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
OSQPTimer
struct
OSQPTimer
version(PROFILING && !Windows && OSX)
nothrow @
nogc
extern (
C
)
struct
OSQPTimer {
ulong
tic
;
ulong
toc
;
mach_timebase_info_data_t
tinfo
;
}
struct
OSQPTimer
Members
Variables
tic
ulong
tic
;
Undocumented in source.
tinfo
mach_timebase_info_data_t
tinfo
;
Undocumented in source.
toc
ulong
toc
;
Undocumented in source.
Meta
Source
See Implementation
types
aliases
LinSysSolver
free_t
solve_t
update_matrices_t
update_rho_vec_t
structs
OSQPData
OSQPInfo
OSQPPolish
OSQPScaling
OSQPSettings
OSQPSolution
OSQPTimer
OSQPWorkspace
csc
linsys_solver
variables
NOGDI