#include <NumericLib.h>
Static Public Member Functions | |
| static mrs_real | bhattacharyyaShape (const realvec &Ci, const realvec &Cj, const realvec &dummy=realvec()) |
| static mrs_real | divergenceShape (const realvec &Ci, const realvec &Cj, const realvec &dummy=realvec()) |
Numerical routines ported and adapted from several sources (indicated where appropriated). Code adapted by <lmartins@inescporto.pt> - 16.06.2006
Definition at line 69 of file NumericLib.h.
| mrs_real bhattacharyyaShape | ( | const realvec & | Ci, | |
| const realvec & | Cj, | |||
| const realvec & | dummy = realvec() | |||
| ) | [static] |
matrices should be square and equal sized
Definition at line 2046 of file NumericLib.cpp.
References realvec::det(), realvec::getCols(), and realvec::getRows().
| mrs_real divergenceShape | ( | const realvec & | Ci, | |
| const realvec & | Cj, | |||
| const realvec & | dummy = realvec() | |||
| ) | [static] |
matrices should be square and equal sized
Definition at line 1979 of file NumericLib.cpp.
References realvec::getCols(), realvec::getRows(), and realvec::trace().
1.5.6