14 static sp_mat
spkron(
const sp_mat &A,
const sp_mat &B);
15 static sp_mat
spjoin_rows(
const sp_mat &A,
const sp_mat &B);
16 static sp_mat
spjoin_cols(
const sp_mat &A,
const sp_mat &B);
19 void meshgrid(
const vec &x,
const vec &y, mat &X, mat &Y);
20 void meshgrid(
const vec &x,
const vec &y,
const vec &z, cube &X, cube &Y, cube &Z);
static sp_mat spjoin_cols(const sp_mat &A, const sp_mat &B)
static sp_mat spjoin_rows(const sp_mat &A, const sp_mat &B)
static vec spsolve_eigen(const sp_mat &A, const vec &b)
static sp_mat spkron(const sp_mat &A, const sp_mat &B)
void meshgrid(const vec &x, const vec &y, mat &X, mat &Y)