代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/400650/2348125
h trilinos_aztec_linear_solver.h
// $Id: trilinos_azec_linear_solver.h 2501 2007-11-20 02:33:29Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is f
www.eeworm.com/read/400650/2348136
h enum_eigen_solver_type.h
// $Id: enum_eigen_solver_type.h 2501 2007-11-20 02:33:29Z benkirk $
// The Next Great Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is fre
www.eeworm.com/read/400650/2348903
c trilinos_aztec_linear_solver.c
// $Id: petsc_linear_solver.C 2789 2008-04-13 02:24:40Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free sof
www.eeworm.com/read/345575/11808258
makefile
CC = g++
CFLAGS = -O3 -fomit-frame-pointer -D NDEBUG -static -Wall #-fno-strict-aliasing
EXEC_FILE = rsat
EXEC_FILES = rsat\
rsat.exe\
SOLVER_SRC = manager.cpp\
parse_input.cpp
www.eeworm.com/read/347945/11624492
m yalmiperror.m
function error_string = yalmiperror(errorcode,solver)
%YALMIPERROR Creates YALMIP error message based on error code
%
% s = YALMIPERROR(ID) gives a textual description of an error
% code gener
www.eeworm.com/read/473219/6848921
m yalmiperror.m
function error_string = yalmiperror(errorcode,solver)
%YALMIPERROR Creates YALMIP error message based on error code
%
% s = YALMIPERROR(ID) gives a textual description of an error
% code gener
www.eeworm.com/read/193277/8242746
m yalmiperror.m
function error_string = yalmiperror(errorcode,solver)
%YALMIPERROR Creates YALMIP error message based on error code
%
% s = YALMIPERROR(ID) gives a textual description of an error
% code gener
www.eeworm.com/read/427417/8947288
makefile
#CC = CC
CC = g++
cc = gcc
#CFLAGS = -g
#CFLAGS = -O3 -pg
#CFLAGS = -O3
CFLAGS = -DNDEBUG -O3
ifeq (solaris, $(OSTYPE))
MFLAGS = -D_NEED_REDEFINE_RAND_MAX_
else
ifneq (linux, $(OSTYPE))
ec
www.eeworm.com/read/428849/8834615
m evalsvm.m
function [best_model,Errors] = evalsvm(arg1,arg2,arg3)
% EVALSVM Trains and evaluates Support Vector Machines classifier.
%
% Synopsis:
% [model,Errors] = evalsvm(data,options)
% [model,Errors] = ev