代码搜索:decomposition
找到约 1,689 项符合「decomposition」的源代码
代码结果 1,689
www.eeworm.com/read/310212/13654950
m qtsetblk.m
function B = qtsetblk(A,S,dim,val)
%QTSETBLK Set block values in quadtree decomposition.
% J = QTSETBLK(I,S,DIM,VALS) replaces each DIM-by-DIM block in
% the quadtree decomposition of I with th
www.eeworm.com/read/140727/5782419
cc linalg_05.cc
// file: $isip/class/numeric/LinearAlgebra/linalg_05.cc
// version: $Id: linalg_05.cc,v 1.3 2001/08/27 20:22:06 hamaker Exp $
//
// isip include files
//
#include "LinearAlgebra.h"
// method: linear
www.eeworm.com/read/492901/6412616
cpp chodcm.cpp
void chodcm(double a[], int n, double d[], double t[])
{
int i,j,k;
double sum;
for (i = 1; i
www.eeworm.com/read/485122/6564753
cpp chodcm.cpp
void chodcm(double a[], int n, double d[], double t[])
{
int i,j,k;
double sum;
for (i = 1; i
www.eeworm.com/read/484356/6586056
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/484356/6586058
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/482929/6616345
txt release_2.0-notes.txt
Aztec Version 2.0 Release Notes
* We have added several new features:
1) ilut preconditioner
2) ilu(k), bilu(k), icc(k) for k > 0.
2) arbitrary overlap in domain decomposition
3) equ
www.eeworm.com/read/478391/6716137
m wavecompression.m
% Wavelet image compression - RGB images
clear all;
close all;
% Reading an image file
im = input('Enter a image');
X=imread(im);
% inputting the decomposition level and name of the wavelet
n=
www.eeworm.com/read/410603/11275499
m wavelet_image_compression.m
clc;
clear all;
close all;
% Reading an image file
% im = input();
X=imread('cameraman.tif');
% inputting the decomposition level and name of the wavelet
n=input('Enter the decomposition level