NASA Logo
Ocean Color Science Software

ocssw V2022
math_utils.h File Reference
#include "stdlib.h"
#include "stdio.h"
#include "math.h"
Include dependency graph for math_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void transpose3d (const float inp[3][3], float out[3][3])
 

Function Documentation

◆ transpose3d()

void transpose3d ( const float  inp[3][3],
float  out[3][3] 
)

Matrix transpose.

Parameters
inpinput
outoutput

Definition at line 3 of file math_utils.c.