NASA Logo
Ocean Color Science Software

ocssw V2022
math_utils.c File Reference
#include "math_utils.h"
Include dependency graph for math_utils.c:

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.