代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/428451/8867220
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/427586/8931995
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/183627/9147019
f90 ex0917.f90
program ex0917
implicit none
integer :: a=2
integer :: b=3
character(len=20) :: string
character(len=20) :: fmtstring="(I??'+'I??'='I??)"
write(fmtstring(3:4),"(I2.2)") int(log10(r
www.eeworm.com/read/183445/9158674
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/376037/9335448
f90 rcurv.f90
program main
use IMSL
implicit none
integer, parameter :: NOBS = 10, NDEG = 2
real XDATA(NOBS), YDATA(NOBS)
real B(NDEG+1), SSPOLY(NDEG+1)
real STAT(12)
real xinc, xp, value
re
www.eeworm.com/read/376037/9335529
f90 ex0917.f90
program ex0917
implicit none
integer :: a=2
integer :: b=3
character(len=20) :: string
character(len=20) :: fmtstring="(I??'+'I??'='I??)"
write(fmtstring(3:4),"(I2.2)") int(log10(r
www.eeworm.com/read/374698/9388856
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/360895/10072670
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/356335/10230840
makefile
# Mention default target.
all:
# Implicit rule to compile C++ files. Modify to your taste.
%.o: %.cc
g++ -c -O2 -Wall -Wextra -pedantic $<
# Components of the library.
library-objects = \
BigUnsi
www.eeworm.com/read/278889/10490520
m rbf_kernel.m
function x = RBF_kernel(a,b, sigma2)
% Radial Basis Function (RBF) kernel function for implicit higher dimension mapping
%
% X = RBF_kernel(a,b,sig2)
%
% 'sig2' contains the SQUARED variance of the R