mirror of https://github.com/ArduPilot/ardupilot
AP_Math: remove declaration of not implemented functions
This commit is contained in:
parent
70942472d3
commit
0d4caa3ccc
|
@ -53,12 +53,6 @@ float safe_asin(const T v);
|
|||
template <class T>
|
||||
float safe_sqrt(const T v);
|
||||
|
||||
// return determinant of square matrix
|
||||
float detnxn(const float C[], const uint8_t n);
|
||||
|
||||
// Output inverted nxn matrix when returns true, otherwise matrix is Singular
|
||||
bool inversenxn(const float x[], float y[], const uint8_t n);
|
||||
|
||||
// invOut is an inverted 4x4 matrix when returns true, otherwise matrix is Singular
|
||||
bool inverse3x3(float m[], float invOut[]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue