programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cs_math.h File Reference
#include "cs_defs.h"
Include dependency graph for cs_math.h:

Go to the source code of this file.

Functions

BEGIN_C_DECLS void symmetric_matrix_inverse (cs_real_6_t sout, const cs_real_6_t s)
 
void symmetric_matrix_product (cs_real_6_t sout, const cs_real_6_t s1, const cs_real_6_t s2)
 

Function Documentation

BEGIN_C_DECLS void symmetric_matrix_inverse ( cs_real_6_t  sout,
const cs_real_6_t  s 
)

(end ignore by Doxygen)

void symmetric_matrix_product ( cs_real_6_t  sout,
const cs_real_6_t  s1,
const cs_real_6_t  s2 
)