![]() |
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 (const cs_real_6_t s, cs_real_6_t sout) |
void | symmetric_matrix_product (const cs_real_6_t s1, const cs_real_6_t s2, cs_real_6_t sout) |
Mathematical base functions.
void symmetric_matrix_inverse | ( | const cs_real_6_t | s, |
cs_real_6_t | sout | ||
) |
void symmetric_matrix_product | ( | const cs_real_6_t | s1, |
const cs_real_6_t | s2, | ||
cs_real_6_t | sout | ||
) |