This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_matrix_determinant

Function Documentation

double rc_matrix_determinant(rc_matrix_t A)

Calculates the determinant of square matrix A.

Parameters

A[in] input matrix

Returns

Returns the determinant or prints error message and returns -1.0f of error.