This is the complete list of members for casadi::GenericMatrix< MatType >, including all inherited members.
| bilin(const MatType &A, const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | friend |
| bilin(const MatType &A, const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| bilin(const MatType &A, const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | static |
| colind(casadi_int col) const | casadi::GenericMatrix< MatType > | inline |
| columns() const | casadi::GenericMatrix< MatType > | inline |
| conditional(const MatType &ind, const std::vector< MatType > &x, const MatType &x_default, bool short_circuit=false) | casadi::GenericMatrix< MatType > | friend |
| contains(const std::vector< MatType > &v, const MatType &n) | casadi::GenericMatrix< MatType > | friend |
| contains_all(const std::vector< MatType > &v, const std::vector< MatType > &n) | casadi::GenericMatrix< MatType > | friend |
| contains_any(const std::vector< MatType > &v, const std::vector< MatType > &n) | casadi::GenericMatrix< MatType > | friend |
| cross(const MatType &a, const MatType &b, casadi_int dim=-1) | casadi::GenericMatrix< MatType > | friend |
| cse(const MatType &e) | casadi::GenericMatrix< MatType > | friend |
| cse(const std::vector< MatType > &e) | casadi::GenericMatrix< MatType > | friend |
| cumsum(const MatType &x, casadi_int axis=-1) | casadi::GenericMatrix< MatType > | friend |
| densify(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| densify(const MatType &x, const MatType &val) | casadi::GenericMatrix< MatType > | friend |
| depends_on(const MatType &f, const MatType &arg) | casadi::GenericMatrix< MatType > | friend |
| det(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| diag(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| diff(const MatType &x, casadi_int n=1, casadi_int axis=-1) | casadi::GenericMatrix< MatType > | friend |
| dim(bool with_nz=false) const | casadi::GenericMatrix< MatType > | |
| dot(const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | friend |
| einstein(const MatType &A, const MatType &B, const MatType &C, const std::vector< casadi_int > &dim_a, const std::vector< casadi_int > &dim_b, const std::vector< casadi_int > &dim_c, const std::vector< casadi_int > &a, const std::vector< casadi_int > &b, const std::vector< casadi_int > &c) | casadi::GenericMatrix< MatType > | friend |
| einstein(const MatType &A, const MatType &B, const std::vector< casadi_int > &dim_a, const std::vector< casadi_int > &dim_b, const std::vector< casadi_int > &dim_c, const std::vector< casadi_int > &a, const std::vector< casadi_int > &b, const std::vector< casadi_int > &c) | casadi::GenericMatrix< MatType > | friend |
| expm(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| expm_const(const MatType &A, const MatType &t) | casadi::GenericMatrix< MatType > | friend |
| extract(std::vector< MatType > &ex, std::vector< MatType > &v, std::vector< MatType > &vdef, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| extract_parametric(const MatType &expr, const MatType &par, MatType &expr_ret, std::vector< MatType > &symbols, std::vector< MatType > ¶metric, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| extract_parametric(const std::vector< MatType > &expr, const MatType &par, std::vector< MatType > &expr_ret, std::vector< MatType > &symbols, std::vector< MatType > ¶metric, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| extract_parametric(const std::vector< MatType > &expr, const std::vector< MatType > &par, std::vector< MatType > &expr_ret, std::vector< MatType > &symbols, std::vector< MatType > ¶metric, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| extract_parametric(const MatType &expr, const std::vector< MatType > &par, MatType &expr_ret, std::vector< MatType > &symbols, std::vector< MatType > ¶metric, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| forward(const std::vector< MatType > &ex, const std::vector< MatType > &arg, const std::vector< std::vector< MatType > > &v, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| get_colind() const | casadi::GenericMatrix< MatType > | inline |
| get_row() const | casadi::GenericMatrix< MatType > | inline |
| gradient(const MatType &ex, const MatType &arg, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| gradient(const MatType &ex, const MatType &arg, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | static |
| hessian(const MatType &ex, const MatType &arg, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| hessian(const MatType &ex, const MatType &arg, MatType &output_g, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| if_else(const MatType &cond, const MatType &if_true, const MatType &if_false, bool short_circuit=false) | casadi::GenericMatrix< MatType > | friend |
| interp1d(const std::vector< double > &x, const MatType &v, const std::vector< double > &xq, const std::string &mode, bool equidistant=false) | casadi::GenericMatrix< MatType > | friend |
| inv(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| inv(const MatType &A, const std::string &lsolver, const Dict &options=Dict()) | casadi::GenericMatrix< MatType > | friend |
| inv_minor(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| inv_skew(const MatType &a) | casadi::GenericMatrix< MatType > | friend |
| is_column() const | casadi::GenericMatrix< MatType > | inline |
| is_dense() const | casadi::GenericMatrix< MatType > | inline |
| is_empty(bool both=false) const | casadi::GenericMatrix< MatType > | inline |
| is_linear(const MatType &expr, const MatType &var) | casadi::GenericMatrix< MatType > | friend |
| is_quadratic(const MatType &expr, const MatType &var) | casadi::GenericMatrix< MatType > | friend |
| is_row() const | casadi::GenericMatrix< MatType > | inline |
| is_scalar(bool scalar_and_dense=false) const | casadi::GenericMatrix< MatType > | |
| is_square() const | casadi::GenericMatrix< MatType > | inline |
| is_tril() const | casadi::GenericMatrix< MatType > | inline |
| is_triu() const | casadi::GenericMatrix< MatType > | inline |
| is_vector() const | casadi::GenericMatrix< MatType > | inline |
| jacobian(const MatType &ex, const MatType &arg, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| jacobian_sparsity(const MatType &f, const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| jtimes(const MatType &ex, const MatType &arg, const MatType &v, bool tr=false, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| jtimes(const MatType &ex, const MatType &arg, const MatType &v, bool tr=false, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | static |
| linear_coeff(const MatType &expr, const MatType &var, MatType &A, MatType &b, bool check=true) | casadi::GenericMatrix< MatType > | friend |
| linearize(const MatType &f, const MatType &x, const MatType &x0, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| linearize(const MatType &f, const MatType &x, const MatType &x0, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | static |
| linspace(const MatType &a, const MatType &b, casadi_int nsteps) | casadi::GenericMatrix< MatType > | friend |
| logsumexp(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| logsumexp(const MatType &x, const MatType &margin) | casadi::GenericMatrix< MatType > | friend |
| logsumexp(const MatType &x) | casadi::GenericMatrix< MatType > | static |
| mldivide(const MatType &x, const MatType &n) | casadi::GenericMatrix< MatType > | friend |
| mmax(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| mmin(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| mpower(const MatType &x, const MatType &n) | casadi::GenericMatrix< MatType > | friend |
| mpower(const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | static |
| mrdivide(const MatType &x, const MatType &n) | casadi::GenericMatrix< MatType > | friend |
| n_nodes(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| nnz() const | casadi::GenericMatrix< MatType > | |
| nnz_diag() const | casadi::GenericMatrix< MatType > | |
| nnz_lower() const | casadi::GenericMatrix< MatType > | |
| nnz_upper() const | casadi::GenericMatrix< MatType > | |
| norm_1(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| norm_2(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| norm_fro(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| norm_inf(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| nullspace(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| numel() const | casadi::GenericMatrix< MatType > | |
| ones(casadi_int nrow=1, casadi_int ncol=1) | casadi::GenericMatrix< MatType > | inlinestatic |
| ones(const Sparsity &sp) | casadi::GenericMatrix< MatType > | inlinestatic |
| ones(const std::pair< casadi_int, casadi_int > &rc) | casadi::GenericMatrix< MatType > | inlinestatic |
| pinv(const MatType &A) | casadi::GenericMatrix< MatType > | friend |
| pinv(const MatType &A, const std::string &lsolver, const Dict &dict=Dict()) | casadi::GenericMatrix< MatType > | friend |
| polyval(const MatType &p, const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| print_operator(const MatType &xb, const std::vector< std::string > &args) | casadi::GenericMatrix< MatType > | friend |
| project(const MatType &A, const Sparsity &sp, bool intersect=false) | casadi::GenericMatrix< MatType > | friend |
| quadratic_coeff(const MatType &expr, const MatType &var, MatType &A, MatType &b, MatType &c, bool check=true) | casadi::GenericMatrix< MatType > | friend |
| rank1(const MatType &A, const MatType &alpha, const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | friend |
| rank1(const MatType &A, const MatType &alpha, const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | static |
| repsum(const MatType &A, casadi_int n, casadi_int m=1) | casadi::GenericMatrix< MatType > | friend |
| reverse(const std::vector< MatType > &ex, const std::vector< MatType > &arg, const std::vector< std::vector< MatType > > &v, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| row(casadi_int el) const | casadi::GenericMatrix< MatType > | inline |
| rows() const | casadi::GenericMatrix< MatType > | inline |
| separate_linear(const MatType &expr, const MatType &sym_lin, const MatType &sym_const, MatType &expr_const, MatType &expr_lin, MatType &expr_nonlin) | casadi::GenericMatrix< MatType > | friend |
| separate_linear(const MatType &expr, const std::vector< MatType > &sym_lin, const std::vector< MatType > &sym_const, MatType &expr_const, MatType &expr_lin, MatType &expr_nonlin) | casadi::GenericMatrix< MatType > | friend |
| shared(std::vector< MatType > &ex, std::vector< MatType > &v, std::vector< MatType > &vdef, const std::string &v_prefix="v_", const std::string &v_suffix="") | casadi::GenericMatrix< MatType > | friend |
| simplify(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| size() const | casadi::GenericMatrix< MatType > | |
| size(casadi_int axis) const | casadi::GenericMatrix< MatType > | |
| size1() const | casadi::GenericMatrix< MatType > | |
| size2() const | casadi::GenericMatrix< MatType > | |
| skew(const MatType &a) | casadi::GenericMatrix< MatType > | friend |
| soc(const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | friend |
| soc(const MatType &x, const MatType &y) | casadi::GenericMatrix< MatType > | static |
| solve(const MatType &A, const MatType &b) | casadi::GenericMatrix< MatType > | friend |
| solve(const MatType &A, const MatType &b, const std::string &lsolver, const Dict &dict=Dict()) | casadi::GenericMatrix< MatType > | friend |
| sparsity() const | casadi::GenericMatrix< MatType > | |
| substitute(const MatType &ex, const MatType &v, const MatType &vdef) | casadi::GenericMatrix< MatType > | friend |
| substitute(const std::vector< MatType > &ex, const std::vector< MatType > &v, const std::vector< MatType > &vdef) | casadi::GenericMatrix< MatType > | friend |
| substitute_inplace(const std::vector< MatType > &v, std::vector< MatType > &inout_vdef, std::vector< MatType > &inout_ex, bool reverse=false) | casadi::GenericMatrix< MatType > | friend |
| sumsqr(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| sym(const std::string &name, casadi_int nrow=1, casadi_int ncol=1) | casadi::GenericMatrix< MatType > | inlinestatic |
| sym(const std::string &name, const std::pair< casadi_int, casadi_int > &rc) | casadi::GenericMatrix< MatType > | inlinestatic |
| sym(const std::string &name, const Sparsity &sp) | casadi::GenericMatrix< MatType > | inlinestatic |
| sym(const std::string &name, const Sparsity &sp, casadi_int p) | casadi::GenericMatrix< MatType > | static |
| sym(const std::string &name, casadi_int nrow, casadi_int ncol, casadi_int p) | casadi::GenericMatrix< MatType > | inlinestatic |
| sym(const std::string &name, const Sparsity &sp, casadi_int p, casadi_int r) | casadi::GenericMatrix< MatType > | static |
| sym(const std::string &name, casadi_int nrow, casadi_int ncol, casadi_int p, casadi_int r) | casadi::GenericMatrix< MatType > | inlinestatic |
| symvar(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| tangent(const MatType &ex, const MatType &arg, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | friend |
| tangent(const MatType &ex, const MatType &arg, const Dict &opts=Dict()) | casadi::GenericMatrix< MatType > | static |
| trace(const MatType &x) | casadi::GenericMatrix< MatType > | friend |
| tril2symm(const MatType &a) | casadi::GenericMatrix< MatType > | friend |
| triu2symm(const MatType &a) | casadi::GenericMatrix< MatType > | friend |
| unite(const MatType &A, const MatType &B) | casadi::GenericMatrix< MatType > | friend |
| which_depends(const MatType &expr, const MatType &var, casadi_int order, bool tr) | casadi::GenericMatrix< MatType > | friend |
| zeros(casadi_int nrow=1, casadi_int ncol=1) | casadi::GenericMatrix< MatType > | inlinestatic |
| zeros(const Sparsity &sp) | casadi::GenericMatrix< MatType > | inlinestatic |
| zeros(const std::pair< casadi_int, casadi_int > &rc) | casadi::GenericMatrix< MatType > | inlinestatic |