![]() |
Mimetic Operators Library Enhanced 4.0
|
This is the complete list of members for Utils, including all inherited members.
| meshgrid(const vec &x, const vec &y, mat &X, mat &Y) | Utils | |
| meshgrid(const vec &x, const vec &y, const vec &z, cube &X, cube &Y, cube &Z) | Utils | |
| spjoin_cols(const sp_mat &A, const sp_mat &B) | Utils | static |
| spjoin_rows(const sp_mat &A, const sp_mat &B) | Utils | static |
| spkron(const sp_mat &A, const sp_mat &B) | Utils | static |
| spsolve_eigen(const sp_mat &A, const vec &b) | Utils | static |
| trapz(const vec &x, const vec &y) | Utils | static |