$search
#include "newmatap.h"#include "newmatio.h"#include "newmat.h"

Go to the source code of this file.
|
| |
| #define | WANT_MATH |
| #define | WANT_STREAM |
| int | main () |
| void | test1 (Real *y, Real *x1, Real *x2, int nobs, int npred) |
| void | test2 (Real *y, Real *x1, Real *x2, int nobs, int npred) |
| void | test3 (Real *y, Real *x1, Real *x2, int nobs, int npred) |
| void | test4 (Real *y, Real *x1, Real *x2, int nobs, int npred) |
| void | test5 (Real *y, Real *x1, Real *x2, int nobs, int npred) |
| #define WANT_MATH |
Definition at line 12 of file example.cpp.
| #define WANT_STREAM |
Definition at line 11 of file example.cpp.
| int main | ( | void | ) |
Definition at line 296 of file example.cpp.
| void test1 | ( | Real * | y, | |
| Real * | x1, | |||
| Real * | x2, | |||
| int | nobs, | |||
| int | npred | |||
| ) |
Definition at line 27 of file example.cpp.
| void test2 | ( | Real * | y, | |
| Real * | x1, | |||
| Real * | x2, | |||
| int | nobs, | |||
| int | npred | |||
| ) |
Definition at line 86 of file example.cpp.
| void test3 | ( | Real * | y, | |
| Real * | x1, | |||
| Real * | x2, | |||
| int | nobs, | |||
| int | npred | |||
| ) |
Definition at line 165 of file example.cpp.
| void test4 | ( | Real * | y, | |
| Real * | x1, | |||
| Real * | x2, | |||
| int | nobs, | |||
| int | npred | |||
| ) |
Definition at line 221 of file example.cpp.
| void test5 | ( | Real * | y, | |
| Real * | x1, | |||
| Real * | x2, | |||
| int | nobs, | |||
| int | npred | |||
| ) |
Definition at line 259 of file example.cpp.