Crate quadprogpp_sys[][src]

Structs

Exception thrown from an extern "C++" function.

A 2D matrix type whose element type is f64.

A vector type whose element type is f64.

Functions

Creates a new n x m MatrixF64 from a pointer to a row-major array and its shape. Note that it copies the data.

Creates a new zero-filled VectorF64 of length n.

Creates a new VectorF64 from a pointer to the array and its length. Note that it copies the data.

Sovles a quadratic programming problem.

Performs indexing operation on the vector.