Crate quadprogpp_sys

Source

Structs§

Exception
Exception thrown from an extern "C++" function.
MatrixF64
A 2D matrix type whose element type is f64.
VectorF64
A vector type whose element type is f64.

Functions§

new_matrix_from_ptr
Creates a new n x m MatrixF64 from a pointer to a row-major array and its shape. Note that it copies the data.
new_vector
Creates a new zero-filled VectorF64 of length n.
new_vector_from_ptr
Creates a new VectorF64 from a pointer to the array and its length. Note that it copies the data.
solve_quadprog
Sovles a quadratic programming problem.
vector_index
Performs indexing operation on the vector.