代码搜索:Symbolic
找到约 1,919 项符合「Symbolic」的源代码
代码结果 1,919
www.eeworm.com/read/461277/7230268
py symbolic.py
"""
Convex optimization modeling for cvxopt.
"""
# Copyright (C) 2006-2008 Jacob Mattingley and Stephen Boyd.
#
# This file is part of CVXMOD.
#
# CVXMOD is free software; you can redistribute it an
www.eeworm.com/read/296909/8072743
m symbolic.m
function str = symbolic(obj)
% GPCONSTRAINT/SYMBOLIC Creates symbolic string representation of the GP constraint.
%
if isnumeric(obj.rhs)
str_rhs = num2str(obj.rhs);
else
str_rhs = symbolic(obj.r
www.eeworm.com/read/296909/8072920
m symbolic.m
function str = symbolic(obj)
% POSYNOMIAL/SYMBOLIC creates symbolic string representation of the posynomial
%
str = [symbolic(obj.monomials{1})];
for k = 2:obj.mono_terms
str = [str ' + ' symbolic(o
www.eeworm.com/read/296909/8072980
m symbolic.m
function str = symbolic(obj)
% GPVAR/SYMBOLIC Creates symbolic string representation of the GP variable.
%
str = obj.label;
ind = strfind(str,'__array__'); % strfind function requires Matlab 6.1
if
www.eeworm.com/read/296909/8073035
m symbolic.m
function str = symbolic(obj)
% GPOSYNOMIAL/SYMBOLIC creates symbolic string representation of
% the generalized posynomial.
%
if( isnumeric(obj.op) )
str = ['(' symbolic(obj.args{1}) ')^(' num2str(
www.eeworm.com/read/296909/8073086
m symbolic.m
function str = symbolic(obj)
% MONOMIAL/SYMBOLIC creates symbolic string representation of the monomial
%
str = [num2str(obj.c)];
for k = 1:length(obj.gpvars)
if( ~isempty(obj.gpvars{k}) )
gpvar
www.eeworm.com/read/141969/12975189
c symbolic.c
#include
#include
#include "c.h"
#define I(f) s_##f
static char rcsid[] = "$Id: symbolic.c,v 1.1 2002/08/28 23:12:47 drh Exp $";
static Node *tail;
static int off, maxoff,
www.eeworm.com/read/137955/13276715
c symbolic.c
#include
#include
#include "c.h"
#define I(f) s_##f
static char rcsid[] = "$Id: symbolic.c,v 1.1 2002/08/28 23:12:47 drh Exp $";
static Node *tail;
static int off, maxoff, uid = 0
www.eeworm.com/read/312649/13606964
c symbolic.c
#include
#include
#include "c.h"
#define I(f) s_##f
static char rcsid[] = "$Id: symbolic.c,v 1.1 2002/08/28 23:12:47 drh Exp $";
static Node *tail;
static int off, maxoff,
www.eeworm.com/read/148721/5709522
c symbolic.c
#include
#include
#include "c.h"
#define I(f) s_##f
static Node *tail;
static int off, maxoff, uid = 0, verbose = 0, html = 0;
static const char *yyBEGIN(const char *tag