DSPF_dp_qrd.h File Reference

#include "assert.h"
#include "C6xSimulator.h"
#include "C6xSimulator_type_modifiers.h"

Include dependency graph for c66/DSPF_dp_qrd.h:

Go to the source code of this file.

Functions

int DSPF_dp_qrd_inverse (const int Nrows, const int Ncols, double *restrict Q, double *restrict R, double *restrict inv_A)
int DSPF_dp_qrd_solver (const int Nrows, const int Ncols, double *restrict Q, double *restrict R, double *restrict b, double *restrict y, double *restrict x)
int DSPF_dp_qrd (const int Nrows, const int Ncols, double *restrict A, double *restrict Q, double *restrict R, double *restrict u)


Copyright 2014, Texas Instruments Incorporated