Go to the source code of this file.
#define | WANT_MATH |
#define | REPORT {} |
ReturnMatrix | Helmert (int n, bool full) |
ReturnMatrix | Helmert (const ColumnVector &X, bool full) |
ReturnMatrix | Helmert (int n, int j, bool full) |
ReturnMatrix | Helmert_transpose (const ColumnVector &Y, bool full) |
Real | Helmert_transpose (const ColumnVector &Y, int j, bool full) |
ReturnMatrix | Helmert (const Matrix &X, bool full) |
ReturnMatrix | Helmert_transpose (const Matrix &Y, bool full) |
Miscellaneous programs.
Definition in file nm_misc.cpp.
#define REPORT {} |
Definition at line 21 of file nm_misc.cpp.
#define WANT_MATH |
Definition at line 7 of file nm_misc.cpp.
ReturnMatrix Helmert | ( | int | n, |
bool | full | ||
) |
Definition at line 24 of file nm_misc.cpp.
ReturnMatrix Helmert | ( | const ColumnVector & | X, |
bool | full | ||
) |
Definition at line 46 of file nm_misc.cpp.
ReturnMatrix Helmert | ( | int | n, |
int | j, | ||
bool | full | ||
) |
Definition at line 61 of file nm_misc.cpp.
ReturnMatrix Helmert | ( | const Matrix & | X, |
bool | full | ||
) |
Definition at line 109 of file nm_misc.cpp.
ReturnMatrix Helmert_transpose | ( | const ColumnVector & | Y, |
bool | full | ||
) |
Definition at line 76 of file nm_misc.cpp.
Real Helmert_transpose | ( | const ColumnVector & | Y, |
int | j, | ||
bool | full | ||
) |
Definition at line 93 of file nm_misc.cpp.
ReturnMatrix Helmert_transpose | ( | const Matrix & | Y, |
bool | full | ||
) |
Definition at line 125 of file nm_misc.cpp.