osqp ~master (2020-02-13T02:20:37Z)
Dub
Repo
linsys_solver
types
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow @
nogc
extern (
C
)
struct
linsys_solver {
linsys_solver_type
type
;
solve_t
solve
;
version(!EMBEDDED)
free_t
free
;
version(!EMBEDDED_1)
update_matrices_t
update_matrices
;
version(!EMBEDDED_1)
update_rho_vec_t
update_rho_vec
;
version(!EMBEDDED)
c_int
nthreads
;
}
Members
Variables
free
free_t
free
;
Undocumented in source.
nthreads
c_int
nthreads
;
< number of threads active
solve
solve_t
solve
;
Undocumented in source.
type
linsys_solver_type
type
;
< linear system solver type functions
update_matrices
update_matrices_t
update_matrices
;
Undocumented in source.
update_rho_vec
update_rho_vec_t
update_rho_vec
;
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