![]() |
programmer's documentation
|
#include "cs_defs.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) |
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 | ||
) |