Robotran C Documentation
Public Attributes | List of all members
MbsLut1Dvec Struct Reference

Structure for interpolate a vector (entry by entry) from one input. More...

#include <lut.h>

Public Attributes

int nx
 number of element in the array More...
 
int n
 size of the vector to interpolate More...
 
double * x
 1D array containing the input values More...
 
double ** mat
 2D array containing the output vectors to be interpolate at each defined input values More...
 

Detailed Description

Structure for interpolate a vector (entry by entry) from one input.

Member Data Documentation

◆ mat

double** mat

2D array containing the output vectors to be interpolate at each defined input values

◆ n

int n

size of the vector to interpolate

◆ nx

int nx

number of element in the array

◆ x

double* x

1D array containing the input values


The documentation for this struct was generated from the following file: