代码搜索:decomposition
找到约 1,689 项符合「decomposition」的源代码
代码结果 1,689
www.eeworm.com/read/458392/7297213
m createmultilevelkernel.m
function [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)
% USAGE
%
% [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)
%
% This function creates multiscale kernels K an
www.eeworm.com/read/449130/7517951
m mychol.m
function [A,iflag] = mychol( A )
%
% Usage:
% [A,iflag] = mychol( A )
%
% Given a symmetric N by N matrix A, CHOL attempts
% to compute the Cholesky decomposition of A.
% (Inner product form.)
www.eeworm.com/read/449130/7517968
m lu_pp.m
function [A, ipivt, iflag] = lu_pp( A );
%
% LU_PP computes the LU--decomposition with partial
% pivoting of a matrix A
%
% Usage
% [A, ipivt, iflag] = lu_pp( A )
%
% input:
% A:
www.eeworm.com/read/444679/7608647
mht wavecompression.mht
From:
Subject:
Date: Tue, 10 Mar 2009 23:37:21 +0530
MIME-Version: 1.0
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit
www.eeworm.com/read/398337/7993639
m testwaveletkernel.m
%
% this is a script for testing and looking into wavelet kernel
% and different decompositions.
%
%
clear all
close all
% this is the data
N=50;
x=linspace(0,1,N)';
% these are the
www.eeworm.com/read/398337/7993643
m createmultilevelkernel.m
function [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)
% USAGE
%
% [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)
%
% This function creates multiscale kernels K an
www.eeworm.com/read/397122/8065828
m afe.m
function [features,eigvec,eigvals] = AFE(Xs,kernel, kernel_pars,X,type,nb,eigvec,eigvals)
% Automatic Feature Extraction by Nystr鰉 method
%
%
% >> features = AFE(X, kernel, sig2, Xt)
%
% Description
%
www.eeworm.com/read/331336/12832518
m afe.m
function [features,eigvec,eigvals] = AFE(Xs,kernel, kernel_pars,X,type,nb,eigvec,eigvals)
% Automatic Feature Extraction by Nystr鰉 method
%
%
% >> features = AFE(X, kernel, sig2, Xt)
%
% Description
%
www.eeworm.com/read/244597/12853385
cpp xqrupdt.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrupdt
int main(void)
{
bool sing;
www.eeworm.com/read/244597/12853610
cpp xqrsolv.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrsolv
int main(void)
{
bool sing;