Rev 966 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 966 | Rev 968 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | /* matmatrix.c |
|
- | 2 | ||
- | 3 | The following functions are based on the Numerical Recipes. |
|
- | 4 | ||
- | 5 | */ |
|
- | 6 | ||
1 | #ifndef __MATMATH_H__ |
7 | #ifndef __MATMATH_H__ |
2 | #define __MATMATH_H__ |
8 | #define __MATMATH_H__ |
Line 3... | Line 9... | ||
3 | 9 | ||
4 | /***************************************************************************** |
10 | /***************************************************************************** |