代码搜索:integrable
找到约 103 项符合「integrable」的源代码
代码结果 103
www.eeworm.com/read/233420/14154461
cpp lagrange_multiplier.cpp
#include "vs.h"
#define L_ 1.0
#define E_ 1.0
#define I_ 1.0
#define f_ 1.0
#define M_ 1.0
int main() {
{ // One parameter approximation--1. define the matrix element by element
// A. two-
www.eeworm.com/read/161189/10439671
m ursell.m
function [A,b] = ursell(n)
%URSELL Test problem: integral equation wiht no square integrable solution.
%
% [A,b] = ursell(n)
%
% Discretization of a first kind Fredholm integral equation with
%
www.eeworm.com/read/418911/10892016
m ursell.m
function [A,b] = ursell(n)
%URSELL Test problem: integral equation wiht no square integrable solution.
%
% [A,b] = ursell(n)
%
% Discretization of a first kind Fredholm integral equation with
% kernel
www.eeworm.com/read/338293/12314649
m ursell.m
function [A,b] = ursell(n)
%URSELL Test problem: integral equation wiht no square integrable solution.
%
% [A,b] = ursell(n)
%
% Discretization of a first kind Fredholm integral equation with
% kernel
www.eeworm.com/read/210916/15189960
m ursell.m
function [A,b] = ursell(n)
%URSELL Test problem: integral equation wiht no square integrable solution.
%
% [A,b] = ursell(n)
%
% Discretization of a first kind Fredholm integral equation with
% kernel
www.eeworm.com/read/162614/5517355
c operator-star-1.c
// Copyright (C) 2002 Free Software Foundation
// Origin: C++/70
// Contributed by Gabriel Dos Reis
// { dg-do compile }
template
struct S;
template
www.eeworm.com/read/162614/5517854
c direct-initialization-2.c
// Copyright (C) 2002 Free Software Foundation
// Origin: C++/729
// Contributed by Gabriel Dos Reis
// { dg-do compile }
struct A {
A(int) { }
};
struct B {
typ
www.eeworm.com/read/162614/5519255
c template-id-1.c
// Copyright (C) 2002 Free Software Foundation
// Origin: C++/1058
// Contributed by Gabriel Dos Reis
// { dg-do compile }
struct A {
typedef int Y;
typedef doubl
www.eeworm.com/read/233420/14154495
cpp mixed_formulation.cpp
#include "vs.h"
#define L_ 1.0
#define E_ 1.0
#define I_ 1.0
#define f_ 1.0
#define M_ 1.0
int main() {
double weight[5] = {14.0/45.0, 64.0/45.0, 24.0/45.0, 64.0/45.0, 14.0/45.0};
Quadratu
www.eeworm.com/read/162614/5517933
c decl-specifier-1.c
// Contributed by Gabriel Dos Reis
// Origin: PRs 7721 and 7803
// { dg-do compile }
namespace N
{
template
struct X { };
}
N::X X;