![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include <mpi.h>
#include "cs_math.h"
Functions | |
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) |
Mathematical base functions.
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 | ||
) |