Library for basic air data calculations  0.5b
MatrixMath Member List

This is the complete list of members for MatrixMath, including all inherited members.

Add(float *A, float *B, int m, int n, float *C)MatrixMath
Copy(float *A, int n, int m, float *B)MatrixMath
Invert(float *A, int n)MatrixMath
Multiply(float *A, float *B, int m, int p, int n, float *C)MatrixMath
Print(float *A, int m, int n, String label)MatrixMath
Scale(float *A, int m, int n, float k)MatrixMath
Subtract(float *A, float *B, int m, int n, float *C)MatrixMath
Transpose(float *A, int m, int n, float *C)MatrixMath