代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/478955/6708644
txt 最大团(n小于64)(faster).txt
/**
* WishingBone's ACM/ICPC Routine Library
*
* maximum clique solver
*/
#include
using std::vector;
// clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/403717/11512757
txt 最大团(n小于64)(faster).txt
/**
* WishingBone's ACM/ICPC Routine Library
*
* maximum clique solver
*/
#include
using std::vector;
// clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/400753/11569547
txt 最大团(n小于64)(faster).txt
/**
* WishingBone's ACM/ICPC Routine Library
*
* maximum clique solver
*/
#include
using std::vector;
// clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/473179/6857581
txt 最大团(n小于64)(faster).txt
/**
* WishingBone's ACM/ICPC Routine Library
*
* maximum clique solver
*/
#include
using std::vector;
// clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/473191/6857988
txt 最大团(n小于64)(faster).txt
/**
* WishingBone's ACM/ICPC Routine Library
*
* maximum clique solver
*/
#include
using std::vector;
// clique solver calculates both size and consitution of maximum clique
www.eeworm.com/read/364489/2903747
hpp matrixsolver.hpp
// matrixsolver.hpp
//
// Solver for linear (matrix) systems of equations. The solver solves the
//
// Ax = b
//
// where A is a given input matrix and b is a given input vector. The vector
www.eeworm.com/read/347945/11623317
m yalmiptest.m
function out = yalmiptest(prefered_solver,auto)
%YALMIPTEST Runs a number of test problems.
%
% YALMIPTEST is recommended when a new solver or a new version
% of YALMIP installed.
%
% EXAM
www.eeworm.com/read/294219/3919008
h prolongation.h
#ifndef POISSON_SOLVER_KERNEL_IMPL_PROLONGATION_H
#define POISSON_SOLVER_KERNEL_IMPL_PROLONGATION_H 1
namespace flens {
//-- dirichlet poisson 1d ----------------------------------------------------
www.eeworm.com/read/294219/3919012
h restriction.h
#ifndef POISSON_SOLVER_KERNEL_IMPL_RESTRICTION_H
#define POISSON_SOLVER_KERNEL_IMPL_RESTRICTION_H 1
namespace flens {
//-- dirichlet poisson 1d ------------------------------------------------------
www.eeworm.com/read/294219/3919014
h choleskysolvers.h
#ifndef POISSON_SOLVER_KERNEL_IMPL_CHOLESKYSOLVERS_H
#define POISSON_SOLVER_KERNEL_IMPL_CHOLESKYSOLVERS_H 1
namespace flens {
//-- dirichlet poisson 1d ----------------------------------------------