Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jan 10, 2022
1 parent 9c8a2a6 commit a4130d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/api/c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ specified in the :ref:`settings` page.
Primitive types
---------------

These are defined in header file :code:`scs_types.h`.

* :code:`scs_int`: is :code:`long` if the :ref:`compiler flag <compile_flags>` :code:`DLONG` is set, otherwise it is :code:`int`
* :code:`scs_float`: is :code:`float` if the :ref:`compiler flag <compile_flags>` :code:`SFLOAT` is set, otherwise it is :code:`double`

Expand Down Expand Up @@ -125,6 +127,3 @@ Workspace
The user should not need to interact with the :code:`ScsWork` struct,
which contains the internal workspace allocated and maintained by SCS.

.. doxygenstruct:: ScsWork
:members:

1 change: 1 addition & 0 deletions include/linsys.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ extern "C" {
#endif

#include "scs.h"
#include "glbopts.h"

/* This is the API that any new linear system solver must implement */

Expand Down

0 comments on commit a4130d9

Please sign in to comment.