programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cs_math.c File Reference
#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"
Include dependency graph for cs_math.c:

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)
 

Detailed Description

Mathematical base functions.

Function Documentation

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 
)