Function matrix_init
Defined in File matrix.h
Function Documentation
-
struct matrix *matrix_init(struct matrix *matrix_in, const struct matrix_params *params)
Initialize a static matrix.
- Parameters:
matrix_in – An application allocated handle for the static matrix. Can be NULL if RCSW_NOALLOC_HANDLE is passed as a flag..
params – The initialization parameters.
- Returns:
The initialized matrix, or NULL if an error occurred.