#include <iostream>#include "liatools.h"
Go to the source code of this file.
Functions | |
| void | nap (Matrix< double > &sv, Matrix< double > &NAP) |
| void | project (Matrix< double > &sv, Matrix< double > &NAP) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 84 of file NAPSVMain.cpp.
References debug, nap(), project(), verbose, and verboseLevel.
| void nap | ( | Matrix< double > & | sv, |
| Matrix< double > & | NAP | ||
| ) |
Definition at line 58 of file NAPSVMain.cpp.
References debug, and projectOnSubSpace().
Referenced by main().
| void project | ( | Matrix< double > & | sv, |
| Matrix< double > & | NAP | ||
| ) |
Definition at line 72 of file NAPSVMain.cpp.
References debug, and projectOnSubSpace().
Referenced by main().
1.7.2