![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
Classes | |
class | RBFKernel |
class | Util |
class | KernelExpansion |
class | Wendland |
class | Gaussian |
Functions | |
ostream & | operator<< (ostream &s, const KernelExpansion &k) |
ostream & | operator<< (ostream &os, const RBFKernel &k) |
Variables | |
const int | INT_BYTES = sizeof(int) |
const int | DOUBLE_BYTES = sizeof(double) |
ostream& kermorpp.operator<< | ( | ostream & | os, |
const RBFKernel & | k | ||
) |
Definition at line 13 of file RBFKernel.cpp.
References kermorpp.RBFKernel._gamma.
ostream& kermorpp.operator<< | ( | ostream & | s, |
const KernelExpansion & | k | ||
) |
Definition at line 17 of file KernelExpansion.cpp.
References kermorpp.KernelExpansion.centers, kermorpp.KernelExpansion.coeffs, and kermorpp.KernelExpansion.kernel.
const int kermorpp.DOUBLE_BYTES = sizeof(double) |
Definition at line 27 of file kermorpp.h.
Referenced by kermorpp.Util.loadMatrix(), and kermorpp.Util.loadVector().
const int kermorpp.INT_BYTES = sizeof(int) |
Definition at line 26 of file kermorpp.h.
Referenced by kermorpp.Util.loadMatrix(), and kermorpp.Util.loadVector().