SYMBOL INDEX (619 symbols across 331 files) FILE: src/CControl/Headers/enums.h type ANTI_WINUP (line 12) | typedef enum { type NORM_METHOD (line 19) | typedef enum { type SORT_MODE (line 26) | typedef enum { type ASTAR_MODE (line 34) | typedef enum { type PDIST2_METRIC (line 40) | typedef enum { type FIND_CONDITION_METOD (line 46) | typedef enum { type POOLING_METHOD (line 55) | typedef enum { type KERNEL_METHOD (line 63) | typedef enum { type LBP_BIT (line 73) | typedef enum { type FAST_METHOD (line 81) | typedef enum { type AREA_METHOD (line 89) | typedef enum { type ACTIVATION_FUNCTION (line 95) | typedef enum { type MODEL_CHOICE (line 101) | typedef enum { type SOBEL_METHOD (line 106) | typedef enum { type CONV_SHAPE (line 114) | typedef enum { type FSPECIAL_TYPE (line 123) | typedef enum { type HOG_BINS (line 132) | typedef enum { type NORMALIZE_METHOD (line 142) | typedef enum { type HAARLIKE_FEATURE_CHOICE (line 148) | typedef enum { FILE: src/CControl/Headers/structs.h type PGM (line 15) | typedef struct { type MODEL_NN (line 22) | typedef struct { type MODEL (line 40) | typedef struct { type MODEL_NN_SETTINGS (line 46) | typedef struct { type MODEL_SETTINGS (line 71) | typedef struct { type COORDINATE_XY (line 77) | typedef struct { type GENERALIZED_HOUGH_VOTE (line 83) | typedef struct { type GENERALIZED_HOUGH_MODEL (line 90) | typedef struct { type ADABOOST_MODEL (line 96) | typedef struct { type HAARLIKE_FEATURE (line 104) | typedef struct { type VIOLAJONES_MODEL (line 111) | typedef struct { type MPC (line 117) | typedef struct { FILE: src/CControl/Headers/typedefs.h type STATUS_CODES (line 12) | typedef enum { FILE: src/CControl/Headers/unions.h type FLOAT_UINT8 (line 12) | typedef union { FILE: src/CControl/Sources/ArtificialIntelligence/Astar.c function Astar (line 18) | void Astar(int32_t map[], int32_t path_x[], int32_t path_y[], size_t x_s... function heuristic_map (line 170) | static void heuristic_map(int32_t map[], size_t x_stop, size_t y_stop, s... FILE: src/CControl/Sources/ArtificialIntelligence/inpolygon.c function inpolygon (line 16) | bool inpolygon(float x, float y, float px[], float py[], size_t p){ FILE: src/CControl/Sources/ComputerVision/cornerdetection.c function COORDINATE_XY (line 15) | COORDINATE_XY* cornerdetection(const uint8_t X[], const float sigma, int... FILE: src/CControl/Sources/ComputerVision/featuredetection.c function COORDINATE_XY (line 45) | COORDINATE_XY* featuredetection(const uint8_t X[], int* N, const int fas... function COORDINATE_XY (line 70) | static COORDINATE_XY* fast9_detect_nonmax(const uint8_t* im, int xsize, ... function COORDINATE_XY (line 87) | static COORDINATE_XY* fast10_detect_nonmax(const uint8_t* im, int xsize,... function COORDINATE_XY (line 104) | static COORDINATE_XY* fast11_detect_nonmax(const uint8_t* im, int xsize,... function COORDINATE_XY (line 121) | static COORDINATE_XY* fast12_detect_nonmax(const uint8_t* im, int xsize,... function fast9_corner_score (line 139) | static int fast9_corner_score(const uint8_t* p, const int pixel[], int b... function make_offsets (line 3070) | static void make_offsets(int pixel[], int row_stride) function COORDINATE_XY (line 3107) | static COORDINATE_XY* fast9_detect(const uint8_t* im, int xsize, int ysi... function fast10_corner_score (line 6245) | static int fast10_corner_score(const uint8_t* p, const int pixel[], int ... function COORDINATE_XY (line 8569) | static COORDINATE_XY* fast10_detect(const uint8_t* im, int xsize, int ys... function fast11_corner_score (line 11035) | static int fast11_corner_score(const uint8_t* p, const int pixel[], int ... function COORDINATE_XY (line 12981) | static COORDINATE_XY* fast11_detect(const uint8_t* im, int xsize, int ys... function fast12_corner_score (line 15031) | static int fast12_corner_score(const uint8_t* p, const int pixel[], int ... function COORDINATE_XY (line 16590) | static COORDINATE_XY* fast12_detect(const uint8_t* im, int xsize, int ys... function COORDINATE_XY (line 18217) | COORDINATE_XY* nonmax_suppression(const COORDINATE_XY* corners, const in... FILE: src/CControl/Sources/ComputerVision/fisherfaces.c function MODEL (line 10) | MODEL* fisherfaces(MODEL_SETTINGS* model_settings) { FILE: src/CControl/Sources/ComputerVision/generalizedhough.c function GENERALIZED_HOUGH_MODEL (line 73) | GENERALIZED_HOUGH_MODEL* generalizedhough_train(const float X[], const s... function generalizedhough_eval (line 241) | void generalizedhough_eval(const float X[], const GENERALIZED_HOUGH_MODE... function generalizedhough_free (line 383) | void generalizedhough_free(const GENERALIZED_HOUGH_MODEL model[]) { FILE: src/CControl/Sources/ComputerVision/hough.c function hough (line 25) | size_t hough(const float X[], float* K[], float* M[], const float p, con... function hough_lines (line 54) | static void hough_lines(float* x[], float* y[], float* z[], const size_t... function hough_cluster (line 102) | static size_t hough_cluster(float P[], float* x[], float* y[], float* z[... FILE: src/CControl/Sources/ComputerVision/violajones.c function voilajones_collect (line 15) | void voilajones_collect(uint32_t* data[], int8_t* y[], size_t* total_dat... function VIOLAJONES_MODEL (line 101) | VIOLAJONES_MODEL* violajones_train(const VIOLAJONES_MODEL best_models[],... function violajones_eval (line 166) | float violajones_eval(const VIOLAJONES_MODEL models[], const size_t N, c... function violajones_predict (line 205) | int8_t violajones_predict(const VIOLAJONES_MODEL models[], const size_t ... FILE: src/CControl/Sources/ControlEngineering/c2d.c function c2d (line 17) | void c2d(float A[], float B[], const size_t row_a, const size_t column_b... FILE: src/CControl/Sources/ControlEngineering/cab.c function cab (line 19) | void cab(float Gamma[], const float Phi[], const float B[], const float ... FILE: src/CControl/Sources/ControlEngineering/dare.c function RTYUI (line 17) | static void RTYUI(const float R[], const float Y[], const float U[], flo... function odefun (line 38) | static void odefun(const float t, float X[], float* matrices[], const si... function dare (line 119) | void dare(const size_t iterations, const float sampleTime, const float A... FILE: src/CControl/Sources/ControlEngineering/kf.c function kf (line 24) | bool kf(const float A[], const float B[], const float C[], const float u... FILE: src/CControl/Sources/ControlEngineering/lqe.c function lqe (line 21) | void lqe(const size_t iterations, const float sampleTime, const float A[... FILE: src/CControl/Sources/ControlEngineering/lqr.c function RTYUI (line 17) | static void RTYUI(const float R[], const float Y[], const float U[], flo... function lqr (line 46) | void lqr(const size_t iterations, const float sampleTime, const float A[... FILE: src/CControl/Sources/ControlEngineering/mpc.c function mpc_discrete_matrices (line 20) | void mpc_discrete_matrices(const float sampleTime, const float A[], cons... function mpc_kalman_gain (line 46) | void mpc_kalman_gain(const size_t iterations, const float sampleTime, co... function mpc_phi_matrix (line 63) | void mpc_phi_matrix(float Phi[], const float A[], const float C[], const... function mpc_gamma_matrix (line 73) | void mpc_gamma_matrix(float Gamma[], const float Phi[], const float B[],... function mpc_vector (line 81) | void mpc_vector(float V[], const float v[], const size_t dim_v, const si... function mpc_QZ_matrix (line 93) | void mpc_QZ_matrix(float QZ[], const float qz, const size_t row_c, const... function mpc_S_matrix (line 109) | void mpc_S_matrix(float S[], const float s, const size_t column_b) { function mpc_HS_matrix (line 117) | void mpc_HS_matrix(float HS[], const float S[], const size_t column_b, c... function mpc_H_matrix (line 162) | void mpc_H_matrix(float H[], const float Gamma[], const float QZ[], cons... function mpc_Mx0_matrix (line 190) | void mpc_Mx0_matrix(float Mx0[], const float Gamma[], const float QZ[], ... function mpc_Mum1_matrix (line 212) | void mpc_Mum1_matrix(float Mum1[], const float S[], const size_t column_... function mpc_MR_matrix (line 231) | void mpc_MR_matrix(float MR[], const float Gamma[], const float QZ[], co... function mpc_MD_matrix (line 254) | void mpc_MD_matrix(float MD[], const float Gamma[], const float Gammad[]... function mpc_Lambda_matrix (line 275) | void mpc_Lambda_matrix(float Lambda[], const size_t column_b, const size... function mpc_barSpsi_matrix (line 297) | void mpc_barSpsi_matrix(float barSpsi[], const float Spsi, const size_t ... function mpc_barspsi_vector (line 304) | void mpc_barspsi_vector(float barspsi[], const float spsi, const size_t ... function mpc_barH_matrix (line 316) | void mpc_barH_matrix(float barH[], const float H[], const float barSpsi[... function mpc_eta_vector (line 327) | void mpc_eta_vector(float eta[], const float r[], const float y[], const... function mpc_antiwindup_vector (line 343) | void mpc_antiwindup_vector(float eta[], const float antiwindup, const si... function mpc_g_vector (line 363) | void mpc_g_vector(float g[], const float Mx0[], const float x[], const f... function mpc_Umin_vector (line 401) | void mpc_Umin_vector(float Umin[], const float umin[], const float delta... function mpc_Umax_vector (line 415) | void mpc_Umax_vector(float Umax[], const float umax[], const float delta... function mpc_barZmin_vector (line 431) | void mpc_barZmin_vector(float barZmin[], const float Zmin[], const float... function mpc_barZmax_vector (line 454) | void mpc_barZmax_vector(float barZmax[], const float Zmax[], const float... function mpc_barg_vector (line 474) | void mpc_barg_vector(float barg[], const float g[], const float barspsi[... function mpc_barUmin_vector (line 483) | void mpc_barUmin_vector(float barUmin[], const float Umin[], const size_... function mpc_barUmax_vector (line 492) | void mpc_barUmax_vector(float barUmax[], const float Umax[], const size_... function mpc_bmin_vector (line 506) | void mpc_bmin_vector(float bmin[], const float deltaUmin[], const float ... function mpc_bmax_vector (line 524) | void mpc_bmax_vector(float bmax[], const float deltaUmax[], const float ... function mpc_AA_matrix (line 542) | void mpc_AA_matrix(float AA[], const float Lambda[], const float Gamma[]... function mpc_aqp_matrix (line 561) | void mpc_aqp_matrix(float aqp[], const float AA[], const size_t column_b... function mpc_bqp_vector (line 594) | void mpc_bqp_vector(float bqp[], const float barUmin[], const float barU... function mpc_set_input_change_constraints (line 618) | void mpc_set_input_change_constraints(MPC* mpc, const float deltaumin[],... function mpc_set_output_constraints (line 644) | void mpc_set_output_constraints(MPC* mpc, const float zmin[], const floa... function mpc_set_input_constraints (line 668) | void mpc_set_input_constraints(MPC* mpc, const float umin[], const float... function mpc_init (line 680) | bool mpc_init(MPC* mpc, const float A[], const float B[], const float C[... function mpc_set_constraints (line 858) | void mpc_set_constraints(MPC* mpc, const float umin[], const float umax[... function STATUS_CODES (line 872) | STATUS_CODES mpc_optimize(MPC* mpc, float u[], const float r[], const fl... function mpc_estimate (line 1028) | void mpc_estimate(MPC* mpc, const float u[], const float y[], const floa... function mpc_free (line 1081) | bool mpc_free(MPC* mpc) { FILE: src/CControl/Sources/ControlEngineering/obsv.c function obsv (line 17) | void obsv(float Phi[], const float A[], const float C[], const size_t ro... FILE: src/CControl/Sources/ControlEngineering/qmpc.c function qmpc (line 24) | bool qmpc(const float GAMMA[], const float PHI[], const float x[], float... FILE: src/CControl/Sources/ControlEngineering/ssint.c function ssint (line 20) | bool ssint(const float A[], const float B[], const float C[], float Ai[]... FILE: src/CControl/Sources/ControlEngineering/stability.c function stability (line 15) | bool stability(const float A[], const size_t row){ FILE: src/CControl/Sources/DifferentialEquation/rk4.c function rk4 (line 19) | void rk4(const bool no_ode_output, const size_t iterations, const float ... FILE: src/CControl/Sources/DifferentialEquation/rk4args.c function rk4args (line 21) | void rk4args(const bool no_ode_output, const size_t iterations, const fl... FILE: src/CControl/Sources/Hardware/concatenate_paths.c function concatenate_paths (line 14) | void concatenate_paths(char total_path[], const char path_first[], const... function concatenate_paths (line 18) | void concatenate_paths(char total_path[], const char path_first[], const... FILE: src/CControl/Sources/Hardware/count_sub_folders.c function count_sub_folders (line 17) | size_t count_sub_folders(const char folder_path[]) { function count_sub_folders (line 45) | size_t count_sub_folders(const char folder_path[]) { FILE: src/CControl/Sources/Hardware/detectmemoryleak.c function detectmemoryleak (line 10) | void detectmemoryleak() { FILE: src/CControl/Sources/Hardware/saveload.c function saveload (line 13) | bool saveload(uint8_t data[], const uint32_t data_length, char file_name... FILE: src/CControl/Sources/Hardware/scan_file_names.c function scan_file_names (line 14) | size_t scan_file_names(const char folder_path[], char** file_names[], co... function scan_file_names (line 64) | size_t scan_file_names(const char folder_path[], char** file_names[], co... FILE: src/CControl/Sources/Hardware/scan_sub_folder_names.c function scan_sub_folder_names (line 17) | size_t scan_sub_folder_names(const char folder_path[], char** sub_folder... function scan_sub_folder_names (line 49) | size_t scan_sub_folder_names(const char folder_path[], char** sub_folder... FILE: src/CControl/Sources/ImageProcessing/haarlike.c function HAARLIKE_FEATURE (line 18) | HAARLIKE_FEATURE* haarlike_features(const size_t total_haar_likes, const... function haarlike_predict (line 534) | int8_t haarlike_predict(const uint32_t X[], const HAARLIKE_FEATURE* feat... function compute_area (line 1036) | static uint32_t compute_area(const uint32_t X[], const uint8_t column, c... function generate_9x9 (line 1044) | static void generate_9x9(HAARLIKE_FEATURE* feature, const HAARLIKE_FEATU... FILE: src/CControl/Sources/ImageProcessing/harris.c function harris (line 15) | void harris(const float X[], float H[], const float sigma, const uint8_t... FILE: src/CControl/Sources/ImageProcessing/imcollect.c function MODEL (line 10) | MODEL* imcollect(const MODEL_SETTINGS* model_settings) { function imcollectfree (line 138) | void imcollectfree(MODEL* model) { FILE: src/CControl/Sources/ImageProcessing/imfree.c function imfree (line 13) | void imfree(PGM* image) { FILE: src/CControl/Sources/ImageProcessing/imgaussfilt.c function imgaussfilt (line 14) | void imgaussfilt(float X[], float sigma, size_t row, size_t column) { FILE: src/CControl/Sources/ImageProcessing/imread.c function PGM (line 10) | PGM* imread(const char file_path[]) { FILE: src/CControl/Sources/ImageProcessing/imresize.c function imresize (line 17) | void imresize(float X[], float Y[], float d, size_t row, size_t column) { FILE: src/CControl/Sources/ImageProcessing/imshow.c function imshow (line 13) | void imshow(PGM* image) { FILE: src/CControl/Sources/ImageProcessing/imwrite.c function imwrite (line 10) | bool imwrite(const uint8_t X[], const char file_path[], const size_t row... FILE: src/CControl/Sources/ImageProcessing/integralimage.c function integralimage (line 15) | void integralimage(const uint8_t A[], uint32_t B[], const size_t row, co... FILE: src/CControl/Sources/ImageProcessing/intensitycentroid.c function intensitycentroid (line 15) | float intensitycentroid(const float X[], const size_t radius, const size... FILE: src/CControl/Sources/ImageProcessing/lbp.c function lbp (line 19) | uint32_t lbp(const uint8_t X[], const size_t row, const size_t column, c... FILE: src/CControl/Sources/ImageProcessing/pooling.c function pooling (line 16) | void pooling(float X[], float P[], size_t row, size_t column, uint8_t p,... FILE: src/CControl/Sources/ImageProcessing/rpca.c function rpca (line 22) | void rpca(float X[], float L[], float S[], size_t row, size_t column) { function do_Frobenius_on_A (line 66) | static float do_Frobenius_on_A(float A[], float X[], float L[], float S[... function SVT (line 74) | static void SVT(float A[], float X[], float S[], float Y[], float L[], f... function shrink_matrix (line 116) | static void shrink_matrix(float A[], float X[], float tau, size_t row, s... FILE: src/CControl/Sources/ImageProcessing/sobel.c function sobel (line 16) | void sobel(const float X[], float G[], float O[], const size_t row, cons... FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ieeeck.c function integer (line 16) | integer ieeeck_(integer *ispec, real *zero, real *one) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/iladlc.c function integer (line 16) | integer iladlc_(integer *m, integer *n, doublereal *a, integer *lda) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/iladlr.c function integer (line 16) | integer iladlr_(integer *m, integer *n, doublereal *a, integer *lda) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ilaenv.c function integer (line 24) | integer ilaenv_(integer *ispec, char *name__, char *opts, integer *n1, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ilaslc.c function integer (line 16) | integer ilaslc_(integer *m, integer *n, real *a, integer *lda) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ilaslr.c function integer (line 16) | integer ilaslr_(integer *m, integer *n, real *a, integer *lda) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/iparmq.c function integer (line 16) | integer iparmq_(integer *ispec, char *name__, char *opts, integer *n, in... FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/isamax.c function integer (line 16) | integer isamax_(integer *n, real *sx, integer *incx) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/lsame.c function logical (line 16) | logical lsame_(char *ca, char *cb) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/saxpy.c function saxpy_ (line 16) | int saxpy_(integer *n, real *sa, real *sx, integer *incx, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sbdsdc.c function sbdsdc_ (line 24) | int sbdsdc_(char *uplo, char *compq, integer *n, real *d__, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sbdsqr.c function sbdsqr_ (line 23) | int sbdsqr_(char *uplo, integer *n, integer *ncvt, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sceil.c function doublereal (line 16) | doublereal sceil_(real *a) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/scopy.c function scopy_ (line 16) | int scopy_(integer *n, real *sx, integer *incx, real *sy, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sdot.c function doublereal (line 16) | doublereal sdot_(integer *n, real *sx, integer *incx, real *sy, integer ... FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgebak.c function sgebak_ (line 16) | int sgebak_(char *job, char *side, integer *n, integer *ilo, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgebal.c function sgebal_ (line 20) | int sgebal_(char *job, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgebd2.c function sgebd2_ (line 20) | int sgebd2_(integer *m, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgebrd.c function sgebrd_ (line 25) | int sgebrd_(integer *m, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgeev.c function sgeev_ (line 22) | int sgeev_(char *jobvl, char *jobvr, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgehd2.c function sgehd2_ (line 20) | int sgehd2_(integer *n, integer *ilo, integer *ihi, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgehrd.c function sgehrd_ (line 26) | int sgehrd_(integer *n, integer *ilo, integer *ihi, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgelq2.c function sgelq2_ (line 16) | int sgelq2_(integer *m, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgelqf.c function sgelqf_ (line 23) | int sgelqf_(integer *m, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgemm.c function sgemm_ (line 16) | int sgemm_(char *transa, char *transb, integer *m, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgemv.c function sgemv_ (line 16) | int sgemv_(char *trans, integer *m, integer *n, real *alpha, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgeqr2.c function sgeqr2_ (line 20) | int sgeqr2_(integer *m, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgeqrf.c function sgeqrf_ (line 23) | int sgeqrf_(integer *m, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sger.c function sger_ (line 16) | int sger_(integer *m, integer *n, real *alpha, real *x, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgesdd.c function sgesdd_ (line 24) | int sgesdd_(char *jobz, integer *m, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgesvd.c function sgesvd_ (line 26) | int sgesvd_(char *jobu, char *jobvt, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgetrf.c function sgetrf_ (line 22) | int sgetrf_(integer *m, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgetri.c function sgetri_ (line 24) | int sgetri_(integer *n, real *a, integer *lda, integer *ipiv, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgetrs.c function sgetrs_ (line 22) | int sgetrs_(char *trans, integer *n, integer *nrhs, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sggbak.c function sggbak_ (line 16) | int sggbak_(char *job, char *side, integer *n, integer *ilo, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sggbal.c function sggbal_ (line 22) | int sggbal_(char *job, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sggev.c function sggev_ (line 24) | int sggev_(char *jobvl, char *jobvr, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sgghrd.c function sgghrd_ (line 22) | int sgghrd_(char *compq, char *compz, integer *n, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/shgeqz.c function shgeqz_ (line 23) | int shgeqz_(char *job, char *compq, char *compz, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/shseqr.c function shseqr_ (line 24) | int shseqr_(char *job, char *compz, integer *n, integer *ilo, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sisnan.c function logical (line 16) | logical sisnan_(real *sin__) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slabad.c function slabad_ (line 16) | int slabad_(real *small, real *large) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slabrd.c function slabrd_ (line 23) | int slabrd_(integer *m, integer *n, integer *nb, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slacpy.c function slacpy_ (line 16) | int slacpy_(char *uplo, integer *m, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sladiv.c function sladiv_ (line 16) | int sladiv_(real *a, real *b, real *c__, real *d__, real *p, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slae2.c function slae2_ (line 16) | int slae2_(real *a, real *b, real *c__, real *rt1, real *rt2) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed0.c function slaed0_ (line 25) | int slaed0_(integer *icompq, integer *qsiz, integer *n, real FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed1.c function slaed1_ (line 21) | int slaed1_(integer *n, real *d__, real *q, integer *ldq, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed2.c function slaed2_ (line 21) | int slaed2_(integer *k, integer *n, integer *n1, real *d__, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed3.c function slaed3_ (line 22) | int slaed3_(integer *k, integer *n, integer *n1, real *d__, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed4.c function slaed4_ (line 16) | int slaed4_(integer *n, integer *i__, real *d__, real *z__, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed5.c function slaed5_ (line 16) | int slaed5_(integer *i__, real *d__, real *z__, real *delta, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed6.c function slaed6_ (line 16) | int slaed6_(integer *kniter, logical *orgati, real *rho, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed7.c function slaed7_ (line 24) | int slaed7_(integer *icompq, integer *n, integer *qsiz, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed8.c function slaed8_ (line 21) | int slaed8_(integer *icompq, integer *k, integer *n, integer FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaed9.c function slaed9_ (line 20) | int slaed9_(integer *k, integer *kstart, integer *kstop, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaeda.c function slaeda_ (line 23) | int slaeda_(integer *n, integer *tlvls, integer *curlvl, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaev2.c function slaev2_ (line 16) | int slaev2_(real *a, real *b, real *c__, real *rt1, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaexc.c function slaexc_ (line 25) | int slaexc_(logical *wantq, integer *n, real *t, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slag2.c function slag2_ (line 16) | int slag2_(real *a, integer *lda, real *b, integer *ldb, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slahqr.c function slahqr_ (line 20) | int slahqr_(logical *wantt, logical *wantz, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slahr2.c function slahr2_ (line 23) | int slahr2_(integer *n, integer *k, integer *nb, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaisnan.c function logical (line 16) | logical slaisnan_(real *sin1, real *sin2) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaln2.c function slaln2_ (line 16) | int slaln2_(logical *ltrans, integer *na, integer *nw, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slamch.c function doublereal (line 21) | doublereal slamch_(char *cmach) function slamc1_ (line 168) | int slamc1_(integer *beta, integer *t, logical *rnd, logical function slamc2_ (line 375) | int slamc2_(integer *beta, integer *t, logical *rnd, real * function doublereal (line 691) | doublereal slamc3_(real *a, real *b) function slamc4_ (line 733) | int slamc4_(integer *emin, real *start, integer *base) function slamc5_ (line 830) | int slamc5_(integer *beta, integer *p, integer *emin, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slamrg.c function slamrg_ (line 16) | int slamrg_(integer *n1, integer *n2, real *a, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slange.c function doublereal (line 20) | doublereal slange_(char *norm, integer *m, integer *n, real *a, integer ... FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slanhs.c function doublereal (line 20) | doublereal slanhs_(char *norm, integer *n, real *a, integer *lda, real *... FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slanst.c function doublereal (line 20) | doublereal slanst_(char *norm, integer *n, real *d__, real *e) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slansy.c function doublereal (line 20) | doublereal slansy_(char *norm, char *uplo, integer *n, real *a, integer ... FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slanv2.c function slanv2_ (line 20) | int slanv2_(real *a, real *b, real *c__, real *d__, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slapy2.c function doublereal (line 16) | doublereal slapy2_(real *x, real *y) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slapy3.c function doublereal (line 16) | doublereal slapy3_(real *x, real *y, real *z__) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaqr0.c function slaqr0_ (line 28) | int slaqr0_(logical *wantt, logical *wantz, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaqr1.c function slaqr1_ (line 16) | int slaqr1_(integer *n, real *h__, integer *ldh, real *sr1, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaqr2.c function slaqr2_ (line 24) | int slaqr2_(logical *wantt, logical *wantz, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaqr3.c function slaqr3_ (line 25) | int slaqr3_(logical *wantt, logical *wantz, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaqr4.c function slaqr4_ (line 28) | int slaqr4_(logical *wantt, logical *wantz, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaqr5.c function slaqr5_ (line 24) | int slaqr5_(logical *wantt, logical *wantz, integer *kacc22, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slarf.c function slarf_ (line 22) | int slarf_(char *side, integer *m, integer *n, real *v, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slarfb.c function slarfb_ (line 22) | int slarfb_(char *side, char *trans, char *direct, char * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slarfg.c function slarfg_ (line 16) | int slarfg_(integer *n, real *alpha, real *x, integer *incx, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slarfp.c function slarfp_ (line 16) | int slarfp_(integer *n, real *alpha, real *x, integer *incx, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slarft.c function slarft_ (line 21) | int slarft_(char *direct, char *storev, integer *n, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slarfx.c function slarfx_ (line 20) | int slarfx_(char *side, integer *m, integer *n, real *v, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slartg.c function slartg_ (line 16) | int slartg_(real *f, real *g, real *cs, real *sn, real *r__) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slas2.c function slas2_ (line 16) | int slas2_(real *f, real *g, real *h__, real *ssmin, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slascl.c function slascl_ (line 16) | int slascl_(char *type__, integer *kl, integer *ku, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd0.c function slasd0_ (line 21) | int slasd0_(integer *n, integer *sqre, real *d__, real *e, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd1.c function slasd1_ (line 23) | int slasd1_(integer *nl, integer *nr, integer *sqre, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd2.c function slasd2_ (line 21) | int slasd2_(integer *nl, integer *nr, integer *sqre, integer FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd3.c function slasd3_ (line 23) | int slasd3_(integer *nl, integer *nr, integer *sqre, integer FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd4.c function slasd4_ (line 16) | int slasd4_(integer *n, integer *i__, real *d__, real *z__, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd5.c function slasd5_ (line 16) | int slasd5_(integer *i__, real *d__, real *z__, real *delta, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd6.c function slasd6_ (line 23) | int slasd6_(integer *icompq, integer *nl, integer *nr, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd7.c function slasd7_ (line 20) | int slasd7_(integer *icompq, integer *nl, integer *nr, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasd8.c function slasd8_ (line 22) | int slasd8_(integer *icompq, integer *k, real *d__, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasda.c function slasda_ (line 24) | int slasda_(integer *icompq, integer *smlsiz, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasdq.c function slasdq_ (line 20) | int slasdq_(char *uplo, integer *sqre, integer *n, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasdt.c function slasdt_ (line 16) | int slasdt_(integer *n, integer *lvl, integer *nd, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaset.c function slaset_ (line 16) | int slaset_(char *uplo, integer *m, integer *n, real *alpha, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasq1.c function slasq1_ (line 22) | int slasq1_(integer *n, real *d__, real *e, real *work, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasq2.c function slasq2_ (line 21) | int slasq2_(integer *n, real *z__, integer *info) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasq3.c function slasq3_ (line 16) | int slasq3_(integer *i0, integer *n0, real *z__, integer *pp, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasq4.c function slasq4_ (line 16) | int slasq4_(integer *i0, integer *n0, real *z__, integer *pp, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasq5.c function slasq5_ (line 16) | int slasq5_(integer *i0, integer *n0, real *z__, integer *pp, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasq6.c function slasq6_ (line 16) | int slasq6_(integer *i0, integer *n0, real *z__, integer *pp, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasr.c function slasr_ (line 16) | int slasr_(char *side, char *pivot, char *direct, integer *m, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasrt.c function slasrt_ (line 16) | int slasrt_(char *id, integer *n, real *d__, integer *info) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slassq.c function slassq_ (line 16) | int slassq_(integer *n, real *x, integer *incx, real *scale, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasv2.c function slasv2_ (line 21) | int slasv2_(real *f, real *g, real *h__, real *ssmin, real * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slaswp.c function slaswp_ (line 16) | int slaswp_(integer *n, real *a, integer *lda, integer *k1, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slasy2.c function slasy2_ (line 23) | int slasy2_(logical *ltranl, logical *ltranr, integer *isgn, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/slatrd.c function slatrd_ (line 23) | int slatrd_(char *uplo, integer *n, integer *nb, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/snrm2.c function doublereal (line 16) | doublereal snrm2_(integer *n, real *x, integer *incx) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorg2r.c function sorg2r_ (line 20) | int sorg2r_(integer *m, integer *n, integer *k, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorgbr.c function sorgbr_ (line 21) | int sorgbr_(char *vect, integer *m, integer *n, integer *k, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorghr.c function sorghr_ (line 21) | int sorghr_(integer *n, integer *ilo, integer *ihi, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorgl2.c function sorgl2_ (line 16) | int sorgl2_(integer *m, integer *n, integer *k, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorglq.c function sorglq_ (line 23) | int sorglq_(integer *m, integer *n, integer *k, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorgqr.c function sorgqr_ (line 23) | int sorgqr_(integer *m, integer *n, integer *k, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorm2l.c function sorm2l_ (line 20) | int sorm2l_(char *side, char *trans, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorm2r.c function sorm2r_ (line 20) | int sorm2r_(char *side, char *trans, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sormbr.c function sormbr_ (line 22) | int sormbr_(char *vect, char *side, char *trans, integer *m, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sormhr.c function sormhr_ (line 22) | int sormhr_(char *side, char *trans, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sorml2.c function sorml2_ (line 16) | int sorml2_(char *side, char *trans, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sormlq.c function sormlq_ (line 23) | int sormlq_(char *side, char *trans, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sormql.c function sormql_ (line 23) | int sormql_(char *side, char *trans, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sormqr.c function sormqr_ (line 23) | int sormqr_(char *side, char *trans, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sormtr.c function sormtr_ (line 22) | int sormtr_(char *side, char *uplo, char *trans, integer *m, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sposv.c function sposv_ (line 16) | int sposv_(char *uplo, integer *n, integer *nrhs, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/spotf2.c function spotf2_ (line 22) | int spotf2_(char *uplo, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/spotrf.c function spotrf_ (line 23) | int spotrf_(char *uplo, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/spotrs.c function spotrs_ (line 20) | int spotrs_(char *uplo, integer *n, integer *nrhs, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/srot.c function srot_ (line 16) | int srot_(integer *n, real *sx, integer *incx, real *sy, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sscal.c function sscal_ (line 16) | int sscal_(integer *n, real *sa, real *sx, integer *incx) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sstedc.c function sstedc_ (line 25) | int sstedc_(char *compz, integer *n, real *d__, real *e, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssteqr.c function ssteqr_ (line 24) | int ssteqr_(char *compz, integer *n, real *d__, real *e, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssterf.c function ssterf_ (line 22) | int ssterf_(integer *n, real *d__, real *e, integer *info) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/sswap.c function sswap_ (line 16) | int sswap_(integer *n, real *sx, integer *incx, real *sy, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssyevd.c function ssyevd_ (line 23) | int ssyevd_(char *jobz, char *uplo, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssygs2.c function ssygs2_ (line 22) | int ssygs2_(integer *itype, char *uplo, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssygst.c function ssygst_ (line 25) | int ssygst_(integer *itype, char *uplo, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssygvd.c function ssygvd_ (line 20) | int ssygvd_(integer *itype, char *jobz, char *uplo, integer * FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssymm.c function ssymm_ (line 16) | int ssymm_(char *side, char *uplo, integer *m, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssymv.c function ssymv_ (line 16) | int ssymv_(char *uplo, integer *n, real *alpha, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssyr2.c function ssyr2_ (line 16) | int ssyr2_(char *uplo, integer *n, real *alpha, real *x, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssyr2k.c function ssyr2k_ (line 16) | int ssyr2k_(char *uplo, char *trans, integer *n, integer *k, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssyrk.c function ssyrk_ (line 16) | int ssyrk_(char *uplo, char *trans, integer *n, integer *k, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssytd2.c function ssytd2_ (line 22) | int ssytd2_(char *uplo, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/ssytrd.c function ssytrd_ (line 25) | int ssytrd_(char *uplo, integer *n, real *a, integer *lda, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/stgevc.c function stgevc_ (line 25) | int stgevc_(char *side, char *howmny, logical *select, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strevc.c function strevc_ (line 25) | int strevc_(char *side, char *howmny, logical *select, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strexc.c function strexc_ (line 21) | int strexc_(char *compq, integer *n, real *t, integer *ldt, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strmm.c function strmm_ (line 16) | int strmm_(char *side, char *uplo, char *transa, char *diag, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strmv.c function strmv_ (line 16) | int strmv_(char *uplo, char *trans, char *diag, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strsm.c function strsm_ (line 16) | int strsm_(char *side, char *uplo, char *transa, char *diag, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strsv.c function strsv_ (line 16) | int strsv_(char *uplo, char *trans, char *diag, integer *n, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strti2.c function strti2_ (line 20) | int strti2_(char *uplo, char *diag, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/strtri.c function strtri_ (line 24) | int strtri_(char *uplo, char *diag, integer *n, real *a, FILE: src/CControl/Sources/LinearAlgebra/CLapack/Routines/xerbla.c function xerbla_ (line 21) | int xerbla_(char *srname, integer *info) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/close.c function integer (line 30) | integer f_clos(cllist *a) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/err.c type syl (line 45) | struct syl type syl (line 45) | struct syl type STAT_ST (line 105) | struct STAT_ST function VOID (line 180) | VOID FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/f2c.h type integer (line 10) | typedef long int integer; type uinteger (line 11) | typedef unsigned long int uinteger; type shortint (line 13) | typedef short int shortint; type real (line 14) | typedef float real; type doublereal (line 15) | typedef double doublereal; type complex (line 16) | typedef struct { real r, i; } complex; type doublecomplex (line 17) | typedef struct { doublereal r, i; } doublecomplex; type logical (line 18) | typedef long int logical; type shortlogical (line 19) | typedef short int shortlogical; type logical1 (line 20) | typedef char logical1; type integer1 (line 21) | typedef char integer1; type longint (line 23) | typedef long long longint; type ulongint (line 24) | typedef unsigned long long ulongint; type flag (line 41) | typedef short flag; type ftnlen (line 42) | typedef short ftnlen; type ftnint (line 43) | typedef short ftnint; type flag (line 45) | typedef long int flag; type ftnlen (line 46) | typedef long int ftnlen; type ftnint (line 47) | typedef long int ftnint; type cilist (line 51) | typedef struct type icilist (line 60) | typedef struct type olist (line 70) | typedef struct type cllist (line 83) | typedef struct type alist (line 90) | typedef struct type inlist (line 96) | typedef struct type Multitype (line 138) | typedef union Multitype Multitype; type Vardesc (line 142) | struct Vardesc { /* for Namelist */ type Vardesc (line 148) | typedef struct Vardesc Vardesc; type Namelist (line 150) | struct Namelist { type Namelist (line 155) | typedef struct Namelist Namelist; type shortint (line 172) | typedef shortint (*J_fp)(...); type integer (line 173) | typedef integer (*I_fp)(...); type real (line 174) | typedef real (*R_fp)(...); type doublereal (line 175) | typedef doublereal (*D_fp)(...), (*E_fp)(...); type VOID (line 176) | typedef /* Complex */ VOID (*C_fp)(...); type VOID (line 177) | typedef /* Double Complex */ VOID (*Z_fp)(...); type logical (line 178) | typedef logical (*L_fp)(...); type shortlogical (line 179) | typedef shortlogical (*K_fp)(...); type VOID (line 180) | typedef /* Character */ VOID (*H_fp)(...); type shortint (line 184) | typedef shortint (*J_fp)(); type integer (line 185) | typedef integer (*I_fp)(); type real (line 186) | typedef real (*R_fp)(); type doublereal (line 187) | typedef doublereal (*D_fp)(), (*E_fp)(); type VOID (line 188) | typedef /* Complex */ VOID (*C_fp)(); type VOID (line 189) | typedef /* Double Complex */ VOID (*Z_fp)(); type logical (line 190) | typedef logical (*L_fp)(); type shortlogical (line 191) | typedef shortlogical (*K_fp)(); type VOID (line 192) | typedef /* Character */ VOID (*H_fp)(); type VOID (line 196) | typedef VOID C_f; type VOID (line 197) | typedef VOID H_f; type VOID (line 198) | typedef VOID Z_f; type doublereal (line 199) | typedef doublereal E_f; FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/fio.h type uiolen (line 62) | typedef int uiolen; type uiolen (line 64) | typedef long uiolen; type unit (line 68) | typedef struct FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/fmt.c type syl (line 23) | struct syl type syl (line 124) | struct syl function type_f (line 389) | type_f(n) function integer (line 421) | integer do_fio(number,ptr,len) ftnint *number; ftnlen len; char *ptr; FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/fmt.h type syl (line 1) | struct syl type ufloat (line 42) | typedef union type Uint (line 46) | typedef union type syl (line 72) | struct syl type syl (line 72) | struct syl type syl (line 76) | struct syl type syl (line 76) | struct syl type syl (line 78) | struct syl type syl (line 78) | struct syl FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/i_nint.c function integer (line 12) | integer i_nint(real *x) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/open.c function x_putc (line 102) | x_putc(c) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/pow_dd.c function pow_dd (line 12) | double pow_dd(doublereal *ap, doublereal *bp) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/pow_ii.c function integer (line 7) | integer pow_ii(ap, bp) integer *ap, *bp; FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/pow_ri.c function pow_ri (line 7) | double pow_ri(ap, bp) real *ap; integer *bp; FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/r_lg10.c function r_lg10 (line 14) | double r_lg10(real *x) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/s_cmp.c function integer (line 9) | integer s_cmp(a0, b0, la, lb) char *a0, *b0; ftnlen la, lb; FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/s_stop.c function s_stop (line 20) | int s_stop(char *s, ftnlen n) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/sfe.c function integer (line 14) | integer e_rsfe(Void) function integer (line 35) | integer e_wsfe(Void) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/sig_die.c function sig_die (line 22) | void sig_die(const char *s, int kill) FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/util.c type STAT_ST (line 49) | struct STAT_ST FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/wrtfmt.c function mv_cur (line 11) | static int type syl (line 300) | struct syl type syl (line 302) | struct syl type syl (line 350) | struct syl FILE: src/CControl/Sources/LinearAlgebra/CLapack/Tools/wsfe.c function x_wSL (line 9) | int function xw_end (line 17) | static int function xw_rev (line 32) | static int FILE: src/CControl/Sources/LinearAlgebra/balance.c function balance (line 14) | void balance(float A[], size_t row){ FILE: src/CControl/Sources/LinearAlgebra/chol.c function chol (line 22) | bool chol(const float A[], float L[], const size_t row) { FILE: src/CControl/Sources/LinearAlgebra/cholupdate.c function cholupdate (line 17) | void cholupdate(float L[], float x[], const size_t row, const bool rank_... FILE: src/CControl/Sources/LinearAlgebra/conv.c function conv (line 19) | void conv(const float a[], const float k[], float b[], const size_t row_... FILE: src/CControl/Sources/LinearAlgebra/conv2.c function conv2 (line 23) | void conv2(const float A[], const float K[], float B[], const size_t row... FILE: src/CControl/Sources/LinearAlgebra/conv2fft.c function conv2fft (line 16) | void conv2fft(const float A[], const float K[], float B[], const size_t ... FILE: src/CControl/Sources/LinearAlgebra/convfft.c function convfft (line 16) | void convfft(const float a[], const float k[], float b[], const size_t r... FILE: src/CControl/Sources/LinearAlgebra/det.c function det (line 16) | float det(float A[], size_t row) { FILE: src/CControl/Sources/LinearAlgebra/dlyap.c function dlyap (line 19) | void dlyap(float A[], float P[], float Q[], size_t row) { FILE: src/CControl/Sources/LinearAlgebra/dot.c function dot (line 21) | float dot(const float a[], const float b[], const size_t row) { FILE: src/CControl/Sources/LinearAlgebra/eig.c function eig (line 29) | bool eig(const float A[], float dr[], float di[], float wr[], float wi[]... function eig_sym (line 162) | bool eig_sym(const float A[], float d[], float wr[], size_t row) { function tridiag (line 180) | static void tridiag(float A[], size_t row, float d[], float e[]) { function pythag_float (line 287) | static float pythag_float(float a, float b) { function tqli (line 298) | static bool tqli(float d[], float e[], size_t row, float z[]) { function eig_regular (line 381) | bool eig_regular(const float A[], float dr[], float di[], float wr[], fl... function prepare (line 408) | static void prepare(float A[], size_t row) { function qr_shift_algorithm (line 453) | static bool qr_shift_algorithm(float A[], float wr[], float wi[], size_t... FILE: src/CControl/Sources/LinearAlgebra/eig_generalized.c function eig_generalized (line 27) | bool eig_generalized(float A[], float B[], size_t row, float dr[], float... FILE: src/CControl/Sources/LinearAlgebra/expm.c function expm (line 15) | bool expm(float A[], const size_t row){ FILE: src/CControl/Sources/LinearAlgebra/eye.c function eye (line 14) | void eye(float I[], const float value, const size_t row, const size_t co... FILE: src/CControl/Sources/LinearAlgebra/hankel.c function hankel (line 16) | bool hankel(float V[], float H[], size_t row_v, size_t column_v, size_t ... FILE: src/CControl/Sources/LinearAlgebra/inv.c function inv (line 27) | bool inv(float A[], const size_t row) { function solve (line 98) | static bool solve(float x[], float b[], int P[], float LU[], size_t row){ FILE: src/CControl/Sources/LinearAlgebra/linsolve_chol.c function linsolve_chol (line 24) | bool linsolve_chol(const float A[], float x[], const float b[], const si... FILE: src/CControl/Sources/LinearAlgebra/linsolve_gauss.c function linsolve_gauss (line 26) | void linsolve_gauss(float A[], float x[], float b[], size_t row, size_t ... function triu (line 63) | static void triu(float A[], float b[], size_t row) { function tikhonov (line 116) | static void tikhonov(float A[], float b[], float ATA[], float ATb[], siz... FILE: src/CControl/Sources/LinearAlgebra/linsolve_lower_triangular.c function linsolve_lower_triangular (line 17) | void linsolve_lower_triangular(const float A[], float x[], const float b... FILE: src/CControl/Sources/LinearAlgebra/linsolve_lup.c function linsolve_lup (line 24) | bool linsolve_lup(float A[], float x[], float b[], size_t row) { FILE: src/CControl/Sources/LinearAlgebra/linsolve_qr.c function linsolve_qr (line 18) | bool linsolve_qr(float A[], float x[], float b[], size_t row, size_t col... FILE: src/CControl/Sources/LinearAlgebra/linsolve_upper_triangular.c function linsolve_upper_triangular (line 17) | void linsolve_upper_triangular(const float A[], float x[], const float b... FILE: src/CControl/Sources/LinearAlgebra/lup.c function lup (line 24) | bool lup(float A[], float LU[], int P[], size_t row) { FILE: src/CControl/Sources/LinearAlgebra/mul.c function mul (line 21) | void mul(const float A[], const float B[], float C[], const size_t row_a... FILE: src/CControl/Sources/LinearAlgebra/nonlinsolve.c function nonlinsolve (line 12) | void nonlinsolve(void (*nonlinear_equation_system)(float[], float[], flo... function check_solution (line 83) | static float check_solution(float dx[], float x[], float* best_sqrt_sum_... FILE: src/CControl/Sources/LinearAlgebra/norm.c function norm (line 14) | float norm(const float X[], const size_t row, const size_t column, const... FILE: src/CControl/Sources/LinearAlgebra/pinv.c function pinv (line 17) | void pinv(float A[], size_t row, size_t column){ FILE: src/CControl/Sources/LinearAlgebra/qr.c function qr (line 24) | bool qr(float A[], float Q[], float R[], size_t row_a, size_t column_a, ... FILE: src/CControl/Sources/LinearAlgebra/rank.c function rank (line 10) | size_t rank(float A[], size_t row, size_t column) { FILE: src/CControl/Sources/LinearAlgebra/svd.c function svd (line 28) | bool svd(const float A[], const size_t row, const size_t column, float U... function svd_jacobi_one_sided (line 230) | bool svd_jacobi_one_sided(const float A[], size_t row, float U[], float ... function svd_golub_reinsch (line 496) | bool svd_golub_reinsch(const float A[], size_t row, size_t column, float... function Householders_Reduction_to_Bidiagonal_Form (line 513) | static void Householders_Reduction_to_Bidiagonal_Form(const float* A, si... function Givens_Reduction_to_Diagonal_Form (line 668) | static bool Givens_Reduction_to_Diagonal_Form(size_t nrows, size_t ncols... function Sort_by_Decreasing_Singular_Values (line 792) | static void Sort_by_Decreasing_Singular_Values(size_t nrows, size_t ncol... FILE: src/CControl/Sources/LinearAlgebra/tran.c function tran (line 14) | void tran(float A[], const size_t row, const size_t column) { FILE: src/CControl/Sources/MachineLearning/adaboost.c function ADABOOST_MODEL (line 16) | ADABOOST_MODEL* adaboost_train(const float X[], const float y[], const s... function adaboost_eval (line 135) | float adaboost_eval(const ADABOOST_MODEL* models, const float X[], const... function adaboost_predict (line 183) | int8_t adaboost_predict(const ADABOOST_MODEL* models, const float x[], c... FILE: src/CControl/Sources/MachineLearning/dbscan.c function dbscan (line 17) | void dbscan(const float X[], size_t idx[], float epsilon, uint8_t min_pt... FILE: src/CControl/Sources/MachineLearning/kernel.c function kernel (line 22) | void kernel(const float X[], float K[], const size_t row, const size_t c... FILE: src/CControl/Sources/MachineLearning/kmeans.c function kmeans (line 17) | bool kmeans(const float X[], size_t idx[], float C[], const size_t k, co... FILE: src/CControl/Sources/MachineLearning/kpca.c function kpca (line 16) | void kpca(const float X[], float W[], float P[], const size_t c, const s... FILE: src/CControl/Sources/MachineLearning/kpca_lda_nn.c function kpca_lda_nn (line 26) | void kpca_lda_nn(MODEL_NN* model_nn, const MODEL_SETTINGS* model_setting... FILE: src/CControl/Sources/MachineLearning/nn.c function closest_value_index (line 11) | static size_t closest_value_index(float x[], size_t length, bool* class_... function highest_value_index (line 27) | static size_t highest_value_index(float x[], size_t length, bool* class_... function nn_train (line 58) | void nn_train(const float X[], const uint8_t class_id[], float weight[],... function nn_predict (line 91) | uint8_t nn_predict(const float model_w[], const float model_b[], const f... function nn_eval (line 119) | void nn_eval(const float model_w[], const float model_b[], const float X... function nn_save (line 149) | void nn_save(const float model_w[], const float model_b[], const ACTIVAT... FILE: src/CControl/Sources/MachineLearning/svm.c function STATUS_CODES (line 24) | STATUS_CODES svm(const float X[], const float y[], float w[], float* b, ... FILE: src/CControl/Sources/Miscellaneous/anglevector.c function anglevector (line 13) | float anglevector(const float a[], const float b[], const size_t row) { FILE: src/CControl/Sources/Miscellaneous/cat.c function cat (line 17) | void cat(const bool row_wise, const float A[], const float B[], float C[... FILE: src/CControl/Sources/Miscellaneous/cumsum.c function cumsum (line 15) | void cumsum(const float A[], float B[], const size_t row, const size_t c... FILE: src/CControl/Sources/Miscellaneous/cut.c function cut (line 18) | void cut(const float A[], const size_t column_a, float B[], const size_t... FILE: src/CControl/Sources/Miscellaneous/deg2rad.c function deg2rad (line 13) | float deg2rad(const float degrees) { FILE: src/CControl/Sources/Miscellaneous/find.c function find (line 18) | size_t find(const float A[], int32_t index[], const float condition, con... FILE: src/CControl/Sources/Miscellaneous/ind2sub.c function ind2sub (line 13) | void ind2sub(const size_t index, const size_t column, size_t* row_index,... FILE: src/CControl/Sources/Miscellaneous/insert.c function insert (line 15) | void insert(const float A[], float B[], const size_t row_a, const size_t... FILE: src/CControl/Sources/Miscellaneous/issymmetric.c function issymmetric (line 10) | bool issymmetric(const float A[], const size_t row, const size_t column) { FILE: src/CControl/Sources/Miscellaneous/normalize.c function normalize (line 14) | void normalize(float x[], const size_t row, const NORMALIZE_METHOD norma... FILE: src/CControl/Sources/Miscellaneous/pdist2.c function pdist2 (line 16) | void pdist2(const float A[], const float B[], float C[], const size_t ro... FILE: src/CControl/Sources/Miscellaneous/popcount.c function popcount (line 13) | uint8_t popcount(const uint32_t x) { FILE: src/CControl/Sources/Miscellaneous/print.c function print (line 13) | void print(const float A[], const size_t row, const size_t column) { FILE: src/CControl/Sources/Miscellaneous/rad2deg.c function rad2deg (line 13) | float rad2deg(const float radians) { FILE: src/CControl/Sources/Miscellaneous/rot2d.c function rot2d (line 13) | void rot2d(float x[], const float radians) { FILE: src/CControl/Sources/Miscellaneous/saturation.c function saturation (line 13) | float saturation(const float input, const float lower_limit, const float... FILE: src/CControl/Sources/Miscellaneous/scalar.c function scalar (line 14) | void scalar(float x[], const float k, const size_t row) { FILE: src/CControl/Sources/Miscellaneous/shuffle.c function shuffle (line 16) | void shuffle(float X[], size_t index[], const bool row_wise, const size_... FILE: src/CControl/Sources/Miscellaneous/sign.c function sign (line 13) | float sign(const float number) { FILE: src/CControl/Sources/Miscellaneous/sort.c function sort (line 17) | void sort(float X[], size_t index[], const size_t row, const size_t colu... function insertion_sort (line 65) | static void insertion_sort(float X[], size_t index[], const size_t colum... FILE: src/CControl/Sources/Miscellaneous/sum.c function sum (line 16) | void sum(float x[], float y[], size_t row, size_t column, bool row_direc... FILE: src/CControl/Sources/Miscellaneous/unit.c function unit (line 14) | void unit(float x[], const size_t row) { FILE: src/CControl/Sources/Miscellaneous/vmax.c function vmax (line 13) | float vmax(const float a, const float b){ FILE: src/CControl/Sources/Miscellaneous/vmin.c function vmin (line 13) | float vmin(const float a, const float b){ FILE: src/CControl/Sources/Optimization/linprog.c function linprog (line 43) | bool linprog(float c[], float A[], float b[], float x[], size_t row_a, s... function opti (line 56) | static bool opti(float c[], float A[], float b[], float x[], size_t row_... FILE: src/CControl/Sources/Optimization/lsqnonneg.c function lsqnonneg (line 20) | bool lsqnonneg(float A[], float x[], float b[], float residual[], size_t... FILE: src/CControl/Sources/Optimization/quadprog.c function STATUS_CODES (line 34) | STATUS_CODES quadprog(const float Q[], const float c[], const float A[],... function STATUS_CODES (line 79) | static STATUS_CODES opti(const float Q[], const float c[], const float A... FILE: src/CControl/Sources/Optimization/quadprogslim.c function STATUS_CODES (line 34) | STATUS_CODES quadprogslim(const float Q[], const float c[], const float ... function linsolve_upper_tran_triangular (line 79) | static void linsolve_upper_tran_triangular(const float A[], float x[], c... function STATUS_CODES (line 95) | static STATUS_CODES optislim(const float Q[], const float c[], const flo... FILE: src/CControl/Sources/SignalProcessing/FFTpack/fftpack.c type fftpack_real (line 57) | typedef fftpack_real real; type fftpack_int (line 58) | typedef fftpack_int integer; type f77complex (line 69) | typedef struct f77complex { function real (line 74) | static real c_abs(f77complex* c) { return sqrt(c->r * c->r + c->i * c->i... function dmax (line 75) | static double dmax(double a, double b) { return a < b ? b : a; } function passfb (line 90) | static void passfb(integer* nac, integer ido, integer ip, integer l1, in... function passb2 (line 248) | static void passb2(integer ido, integer l1, const real* cc, real* ch, co... function passb3 (line 294) | static void passb3(integer ido, integer l1, const real* cc, real* ch, co... function passb4 (line 363) | static void passb4(integer ido, integer l1, const real* cc, real* ch, function passfb5 (line 441) | static void passfb5(integer ido, integer l1, const real* cc, real* ch, function passf2 (line 547) | static void passf2(integer ido, integer l1, const real* cc, real* ch, co... function passf3 (line 595) | static void passf3(integer ido, integer l1, const real* cc, real* ch, function passf4 (line 665) | static void passf4(integer ido, integer l1, const real* cc, real* ch, function radb2 (line 742) | static void radb2(integer ido, integer l1, const real* cc, real* ch, con... function radb3 (line 795) | static void radb3(integer ido, integer l1, const real* cc, real* ch, function radb4 (line 863) | static void radb4(integer ido, integer l1, const real* cc, real* ch, function radb5 (line 950) | static void radb5(integer ido, integer l1, const real* cc, real* ch, function radbg (line 1048) | static void radbg(integer ido, integer ip, integer l1, integer idl1, function radf2 (line 1258) | static void radf2(integer ido, integer l1, const real* cc, real* ch, function radf3 (line 1315) | static void radf3(integer ido, integer l1, const real* cc, real* ch, function radf4 (line 1383) | static void radf4(integer ido, integer l1, const real* cc, real* ch, function radf5 (line 1474) | static void radf5(integer ido, integer l1, const real* cc, real* ch, function radfg (line 1568) | static void radfg(integer ido, integer ip, integer l1, integer idl1, function cfftb1 (line 1801) | static void cfftb1(integer n, real* c, real* ch, const real* wa, integer... function cfftb (line 1863) | void cfftb(integer n, real* c, real* wsave) function cfftf1 (line 1880) | static void cfftf1(integer n, real* c, real* ch, const real* wa, integer... function cfftf (line 1943) | void cfftf(integer n, real* c, real* wsave) function decompose (line 1960) | static int decompose(integer n, integer* ifac, integer ntryh[4]) { function cffti1 (line 1993) | static void cffti1(integer n, real* wa, integer* ifac) function cffti (line 2046) | void cffti(integer n, real* wsave) function rfftb1 (line 2062) | static void rfftb1(integer n, real* c, real* ch, const real* wa, integer... function rfftf1 (line 2123) | static void rfftf1(integer n, real* c, real* ch, const real* wa, integer... function rfftb (line 2184) | void rfftb(integer n, real* r, real* wsave) function rffti1 (line 2198) | static void rffti1(integer n, real* wa, integer* ifac) function rfftf (line 2249) | void rfftf(integer n, real* r, real* wsave) function rffti (line 2263) | void rffti(integer n, real* wsave) function cosqb1 (line 2276) | static void cosqb1(integer n, real* x, real* w, real* xh) function cosqb (line 2318) | void cosqb(integer n, real* x, real* wsave) function cosqf1 (line 2342) | static void cosqf1(integer n, real* x, real* w, real* xh) function cosqf (line 2382) | void cosqf(integer n, real* x, real* wsave) function cosqi (line 2403) | void cosqi(integer n, real* wsave) function cost (line 2421) | void cost(integer n, real* x, real* wsave) function costi (line 2485) | void costi(integer n, real* wsave) function sinqb (line 2515) | void sinqb(integer n, real* x, real* wsave) function sinqf (line 2543) | void sinqf(integer n, real* x, real* wsave) function sinqi (line 2570) | void sinqi(integer n, real* wsave) function sint1 (line 2580) | static void sint1(integer n, real* war, real* was, real* xh, real* function sinti (line 2645) | void sinti(integer n, real* wsave) function sint (line 2668) | void sint(integer n, real* x, real* wsave) function main (line 2687) | int main(void) FILE: src/CControl/Sources/SignalProcessing/FFTpack/fftpack.h type fftpack_real (line 55) | typedef float fftpack_real; type fftpack_int (line 56) | typedef int fftpack_int; type fftpack_real (line 58) | typedef double fftpack_real; type fftpack_int (line 59) | typedef int fftpack_int; FILE: src/CControl/Sources/SignalProcessing/clusterfilter.c function clusterfilter (line 17) | size_t clusterfilter(float X[], const size_t row, const size_t column, c... FILE: src/CControl/Sources/SignalProcessing/fft.c function fft (line 21) | void fft(float xr[], float xi[], size_t n) { FILE: src/CControl/Sources/SignalProcessing/fft2.c function fft2 (line 23) | void fft2(float XR[], float XI[], size_t row, size_t column) { function complex_to_complex_fft (line 77) | static void complex_to_complex_fft(float xr[], float xi[], size_t n) { FILE: src/CControl/Sources/SignalProcessing/fftshift.c function fftshift (line 14) | void fftshift(float X[], size_t row, size_t column) { FILE: src/CControl/Sources/SignalProcessing/filtfilt.c function filtfilt (line 20) | void filtfilt(float y[], const float t[], const size_t l, const float K) { function simulation (line 35) | static void simulation(float K, float y[], const float t[], size_t l) { function flip (line 46) | static void flip(float y[], size_t l){ FILE: src/CControl/Sources/SignalProcessing/ifft.c function ifft (line 19) | void ifft(float xr[], float xi[], size_t n) { FILE: src/CControl/Sources/SignalProcessing/ifft2.c function ifft2 (line 20) | void ifft2(float XR[], float XI[], size_t row, size_t column) { FILE: src/CControl/Sources/SignalProcessing/ifftshift.c function ifftshift (line 14) | void ifftshift(float X[], size_t row, size_t column) { FILE: src/CControl/Sources/SignalProcessing/pf.c function pf (line 24) | void pf(float x[], float xhat[], float xhatp[], float horizon[], float n... function shift_matrix (line 96) | static void shift_matrix(float matrix[], float x[], size_t p, size_t* k,... function kernel_density_estimation (line 115) | static void kernel_density_estimation(float P[], float H[], float horizo... FILE: src/CControl/Sources/SignalProcessing/sr_ukf_state_estimation.c function sr_ukf_state_estimation (line 33) | void sr_ukf_state_estimation(const float y[], float xhat[], const float ... function create_weights (line 90) | static void create_weights(float Wc[], float Wm[], const float alpha, co... function create_sigma_point_matrix (line 109) | static void create_sigma_point_matrix(float X[], const float x[], const ... function compute_transistion_function (line 142) | static void compute_transistion_function(float Xstar[], float X[], const... function multiply_sigma_point_matrix_to_weights (line 174) | static void multiply_sigma_point_matrix_to_weights(float x[], const floa... function create_state_estimation_error_covariance_matrix (line 193) | static void create_state_estimation_error_covariance_matrix(float S[], c... function H (line 244) | static void H(float Y[], const float X[], const size_t L){ function create_state_cross_covariance_matrix (line 252) | static void create_state_cross_covariance_matrix(float P[], const float ... function update_state_covarariance_matrix_and_state_estimation_vector (line 289) | static void update_state_covarariance_matrix_and_state_estimation_vector... FILE: src/CControl/Sources/Statistics/amax.c function amax (line 16) | float amax(const float x[], size_t* max_index, const size_t length) { FILE: src/CControl/Sources/Statistics/amin.c function amin (line 16) | float amin(const float x[], size_t* min_index, const size_t length) { FILE: src/CControl/Sources/Statistics/area.c function area (line 15) | float area(const float X[], const size_t row, size_t* total_elements, co... FILE: src/CControl/Sources/Statistics/center.c function center (line 15) | void center(float X[], float mu[], size_t row, size_t column) { FILE: src/CControl/Sources/Statistics/centroid.c function centroid (line 15) | void centroid(const float X[], float C[], const size_t row, const size_t... FILE: src/CControl/Sources/Statistics/clusterratio.c function clusterratio (line 15) | float clusterratio(const float X[], const float Y[], const size_t row_x,... FILE: src/CControl/Sources/Statistics/clustersdistance.c function clusterdistance (line 16) | float clusterdistance(const float X[], const float Y[], const size_t row... FILE: src/CControl/Sources/Statistics/cov.c function cov (line 16) | float cov(const float x[], const float y[], const size_t length) { FILE: src/CControl/Sources/Statistics/covm.c function covm (line 15) | void covm(float X[], float Y[], size_t row, size_t column) { FILE: src/CControl/Sources/Statistics/giniimpurity.c function giniimpurity (line 17) | float giniimpurity(float x[], const bool is_numerical, const bool labels... FILE: src/CControl/Sources/Statistics/lda.c function lda (line 21) | void lda(const float X[], const uint8_t y[], float W[], float P[], const... function average_vector (line 165) | static void average_vector(const float X[], float mu[], const size_t row... function center_data (line 176) | static void center_data(float X[], float mu[], size_t row, size_t column) { FILE: src/CControl/Sources/Statistics/mean.c function mean (line 15) | float mean(const float x[], const size_t length) { FILE: src/CControl/Sources/Statistics/normpdf.c function normpdf (line 13) | float normpdf(const float x, const float mu, const float sigma) { FILE: src/CControl/Sources/Statistics/opa.c function opa (line 16) | float opa(const float X[], float Y[], const size_t row, const size_t col... FILE: src/CControl/Sources/Statistics/pca.c function pca (line 25) | void pca(const float X[], float W[], float P[], float mu[], const size_t... function compute_components (line 49) | static void compute_components(float X[], float W[], size_t c, size_t ro... FILE: src/CControl/Sources/Statistics/randi.c function randi (line 13) | size_t randi(const size_t x) { FILE: src/CControl/Sources/Statistics/randn.c function randn (line 19) | void randn(float x[], size_t length, float mu, float sigma){ function generate_gauss (line 30) | static float generate_gauss(float mu, float sigma) { FILE: src/CControl/Sources/Statistics/randperm.c function randperm (line 14) | void randperm(size_t x[], size_t N, size_t M) { FILE: src/CControl/Sources/Statistics/stddev.c function stddev (line 15) | float stddev(const float x[], const size_t length) { FILE: src/CControl/Sources/Statistics/var.c function var (line 15) | float var(const float x[], const size_t length) { FILE: src/CControl/Sources/SystemIdentification/era.c function era (line 18) | void era(float u[], float y[], size_t row, size_t column, float A[], flo... FILE: src/CControl/Sources/SystemIdentification/okid.c function okid (line 21) | void okid(float u[], float y[], float g[], size_t row, size_t column){ FILE: src/CControl/Sources/SystemIdentification/rls.c function rls (line 20) | void rls(size_t NP, size_t NZ, size_t NZE, float theta[], float u, float... function recursive (line 94) | static void recursive(size_t NP, size_t NZ, size_t NZE, float y, float p... FILE: src/CControl/Sources/SystemIdentification/sr_ukf_parameter_estimation.c function sr_ukf_parameter_estimation (line 33) | void sr_ukf_parameter_estimation(const float d[], float what[], const fl... function create_weights (line 79) | static void create_weights(float Wc[], float Wm[], const float alpha, co... function scale_Sw_with_lambda_rls_factor (line 100) | static void scale_Sw_with_lambda_rls_factor(float Sw[], const float lamb... function create_sigma_point_matrix (line 113) | static void create_sigma_point_matrix(float W[], const float what[], con... function compute_transistion_function (line 146) | static void compute_transistion_function(float D[], const float W[], con... function multiply_sigma_point_matrix_to_weights (line 177) | static void multiply_sigma_point_matrix_to_weights(float dhat[], const f... function create_state_estimation_error_covariance_matrix (line 196) | static void create_state_estimation_error_covariance_matrix(float Sd[], ... function create_state_cross_covariance_matrix (line 247) | static void create_state_cross_covariance_matrix(float Pwd[], const floa... function update_state_covarariance_matrix_and_state_estimation_vector (line 285) | static void update_state_covarariance_matrix_and_state_estimation_vector... FILE: src/CControl/Sources/SystemIdentification/theta2ss.c function theta2ss (line 29) | void theta2ss(float A[], float B[], float C[], float theta[], float K[],... FILE: src/Main.c function main (line 31) | int main() {