COPP C ABI
C interface for COPP trajectory optimization
Loading...
Searching...
No Matches
CoppSliceMutF64 Struct Reference

Borrowed mutable f64 slice passed from C to COPP. More...

#include <core.h>

Data Fields

double * data
 Pointer to the first mutable element.
size_t len
 Number of elements.

Detailed Description

Borrowed mutable f64 slice passed from C to COPP.

The pointer must reference at least len contiguous initialized double values unless len == 0, in which case data may be null. Functions that accept this type may modify the pointed-to values in place.

Field Documentation

◆ data

double* CoppSliceMutF64::data

Pointer to the first mutable element.

◆ len

size_t CoppSliceMutF64::len

Number of elements.


The documentation for this struct was generated from the following file:
  • bindings/c/include/copp/core.h