plateform
stringclasses
1 value
repo_name
stringlengths
13
113
name
stringlengths
3
74
ext
stringclasses
1 value
path
stringlengths
12
229
size
int64
23
843k
source_encoding
stringclasses
9 values
md5
stringlengths
32
32
text
stringlengths
23
843k
github
spm/spm5-master
pm_vdm_apply.m
.m
spm5-master/toolbox/FieldMap/pm_vdm_apply.m
9,736
utf_8
28012e22b682dfde3d59d9c2c7355c69
function varargout = pm_vdm_apply(ds,flags) % % Applies vdm (voxel displacement map) to distortion correct images volume by volume % FORMAT pm_vdm_apply(ds,[flags]) % or % FORMAT P = pm_vdm_apply(ds,[flags]) % % ds - a structure the containing the fields: % % .P - Images to apply cor...
github
spm/spm5-master
FieldMap.m
.m
spm5-master/toolbox/FieldMap/FieldMap.m
75,872
utf_8
341ba2188382a38b6a854983335a641c
function varargout=FieldMap(varargin) % % FieldMap is an SPM2 Toolbox for creating field maps and unwarping EPI. % A full description of the toolbox and a usage manual can be found in % FieldMap.man. This can launched by the toolbox help button or using % spm_help FieldMap.man.The theoretical and practical principles...
github
spm/spm5-master
spm_config_FieldMap.m
.m
spm5-master/toolbox/FieldMap/spm_config_FieldMap.m
21,721
utf_8
bbce33042158fb5cff2b9e4bc257f6ea
function job = spm_config_fieldmap % Configuration file for FieldMap jobs %_______________________________________________________________________ % Copyright (C) 2006 Wellcome Department of Imaging Neuroscience % Chloe Hutton % $Id: spm_config_FieldMap.m 1754 2008-05-29 13:56:00Z chloe $ %____________________________...
github
spm/spm5-master
spm_TBR_fieldmap.m
.m
spm5-master/toolbox/FieldMap/spm_TBR_fieldmap.m
13,503
utf_8
89b1b6e02a00ef76ca59671d9b168743
function spm_TBR_fieldmap % Convert Raw Siemens DICOM files from fieldmap sequence into something % that SPM can use % FORMAT spm_TBR_fieldmap % Converted files are written to the current directory %_______________________________________________________________________ % %W% %E% %17.10.2003: change of smooth paramete...
github
spm/spm5-master
spm_config_dartel.m
.m
spm5-master/toolbox/DARTEL/spm_config_dartel.m
37,694
utf_8
d594870b15cec5b2f71e483ac93c2bce
function job = spm_config_dartel % Configuration file for DARTEL jobs %_______________________________________________________________________ % Copyright (C) 2007 Wellcome Department of Imaging Neuroscience % John Ashburner % $Id: spm_config_dartel.m 1032 2007-12-20 14:45:55Z john $ if spm_matlab_version_chk('7') < ...
github
spm/spm5-master
spm_dartel_logodds.m
.m
spm5-master/toolbox/DARTEL/spm_dartel_logodds.m
4,130
utf_8
0ef776c3cdd4669c54e7331b35db163d
function spm_dartel_logodds(job) % Generate LogOdds files % FORMAT spm_dartel_logodds(job) % job.flowfields % job.images % job.K % job.rparam % % The aim is to obtain better pattern recognition through using % LogOdds. See Killian Pohl's work for more info. %____________________________________________________________...
github
spm/spm5-master
spm_dartel_smooth.m
.m
spm5-master/toolbox/DARTEL/spm_dartel_smooth.m
1,765
utf_8
3d5d4ff610b382c8068db96ecc345478
function [sig,a] = spm_dartel_smooth(t,lam,its,vx,a) % A function for smoothing tissue probability maps % FORMAT [sig,a_new] = spm_dartel_smooth(t,lam,its,vx,a_old) %________________________________________________________ % (c) Wellcome Centre for NeuroImaging (2007) % John Ashburner % $Id: spm_dartel_smooth.m 3101 2...
github
spm/spm5-master
spm_dartel_import.m
.m
spm5-master/toolbox/DARTEL/spm_dartel_import.m
10,819
utf_8
2c3aa19bc0c8d505f1fd8a9a17a00005
function spm_dartel_import(job) % Import subjects' data for use with DARTEL % FORMAT spm_dartel_import(job) % job.matnames - Names of *_seg_sn.mat files to use % job.odir - Output directory % job.bb - Bounding box % job.vox - Voxel sizes % job.GM/WM/CSF - Options fo different tissue classes % job.ima...
github
spm/spm5-master
spm_hdw.m
.m
spm5-master/toolbox/HDW/spm_hdw.m
10,918
utf_8
264f8635ea0813aaa15de0175151b3cb
function spm_hdw(job) % Warp a pair of same subject images together % % Very little support can be provided for the warping routine, as it % involves optimising a very nonlinear objective function. % Also, don't ask what the best value for the regularisation is. %________________________________________________________...
github
spm/spm5-master
subsasgn.m
.m
spm5-master/@file_array/subsasgn.m
4,391
utf_8
15f88c208f436610f7b87938c84835af
function obj = subsasgn(obj,subs,dat) % Overloaded subsasgn function for file_array objects. % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: subsasgn.m 945 2007-10-14 18:08:46Z volkmar $ if isempty(subs) return; e...
github
spm/spm5-master
subsref.m
.m
spm5-master/@file_array/subsref.m
3,491
utf_8
ad5a748cb36c7c36dc4231cafb53cea8
function varargout=subsref(obj,subs) % SUBSREF Subscripted reference % An overloaded function... % _________________________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: subsref.m 315 2005-11-28 16:48:59Z john $ if isempty(subs) ...
github
spm/spm5-master
disp.m
.m
spm5-master/@file_array/disp.m
936
utf_8
b554bdf3b9952d0af1a8bff9b3b2d79b
function disp(obj) % Display a file_array object % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: disp.m 253 2005-10-13 15:31:34Z guillaume $ if numel(struct(obj))>1, fprintf(' %s object: ', class(obj)); ...
github
spm/spm5-master
offset.m
.m
spm5-master/@file_array/private/offset.m
748
utf_8
c89ae4584631eea52eb87b0dfd4fd7d3
function varargout = offset(varargin) % Format % For getting the value % dat = offset(obj) % % For setting the value % obj = offset(obj,dat) % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: offset.m 253 2005-10-13 15:31:...
github
spm/spm5-master
scl_slope.m
.m
spm5-master/@file_array/private/scl_slope.m
734
utf_8
73f54f5dbe19e718bd6b78dc882dc8af
function varargout = scl_slope(varargin) % Format % For getting the value % dat = scl_slope(obj) % % For setting the value % obj = scl_slope(obj,dat) % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: scl_slope.m 253 2005-...
github
spm/spm5-master
scl_inter.m
.m
spm5-master/@file_array/private/scl_inter.m
735
utf_8
def2da385023fb5bdc7cc3ce9fcd3395
function varargout = scl_inter(varargin) % Format % For getting the value % dat = scl_inter(obj) % % For setting the value % obj = scl_inter(obj,dat) % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: scl_inter.m 253 2005-...
github
spm/spm5-master
fname.m
.m
spm5-master/@file_array/private/fname.m
698
utf_8
c6216888cbebeb595fd5802255c31b22
function varargout = fname(varargin) % Format % For getting the value % dat = fname(obj) % % For setting the value % obj = fname(obj,dat) % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: fname.m 253 2005-10-13 15:31:34Z ...
github
spm/spm5-master
dim.m
.m
spm5-master/@file_array/private/dim.m
810
utf_8
93395c42c87fe17ad7dcc88a6062ebf8
function varargout = dim(varargin) % Format % For getting the value % dat = dim(obj) % % For setting the value % obj = dim(obj,dat) % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: dim.m 253 2005-10-13 15:31:34Z guillaum...
github
spm/spm5-master
dtype.m
.m
spm5-master/@file_array/private/dtype.m
2,270
utf_8
380230a467432825a6b68b343c50cbc2
function varargout = dtype(varargin) % Format % For getting the value % dat = dtype(obj) % % For setting the value % obj = dtype(obj,dat) % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: dtype.m 466 2006-03-01 15:14:22Z ...
github
spm/spm5-master
paint.m
.m
spm5-master/@slover/paint.m
10,059
utf_8
b0890caeac7c122fe24ae8dc9ed9c742
function obj = paint(obj, params) % method to display slice overlay % FORMAT paint(obj, params) % % Inputs % obj - slice overlay object % params - optional structure containing extra display parameters % - refreshf - overrides refreshf in object % - clf - overrides clf in...
github
spm/spm5-master
pr_basic_ui.m
.m
spm5-master/@slover/private/pr_basic_ui.m
3,598
utf_8
8626d5c4d641365e28e1cce491af5054
function obj = pr_basic_ui(imgs, dispf) % GUI to request parameters for slover routine % FORMAT obj = pr_basic_ui(imgs, dispf) % % GUI requests choices while accepting many defaults % % imgs - string or cell array of image names to display % (defaults to GUI select if no arguments passed) % dispf - optional fl...
github
spm/spm5-master
delete.m
.m
spm5-master/@xmltree/delete.m
1,062
utf_8
3d4e3ea2ee3b6465070509309e6064c2
function tree = delete(tree,uid) % XMLTREE/DELETE Delete (delete a subtree given its UID) % % tree - XMLTree object % uid - array of UID's of subtrees to be deleted %_______________________________________________________________________ % % Delete a subtree given its UID % The tree parameter must be in inp...
github
spm/spm5-master
save.m
.m
spm5-master/@xmltree/save.m
4,111
utf_8
78be08cb954d03761753a9fe98f56f2c
function varargout = save(tree, filename) % XMLTREE/SAVE Save an XML tree in an XML file % FORMAT varargout = save(tree,filename) % % tree - XMLTree % filename - XML output filename % varargout - XML string %_______________________________________________________________________ % % Convert an XML tree into a wel...
github
spm/spm5-master
branch.m
.m
spm5-master/@xmltree/branch.m
1,465
utf_8
f9fcdbd88e225cdfc499733a2854dc93
function subtree = branch(tree,uid) % XMLTREE/BRANCH Branch Method % FORMAT uid = parent(tree,uid) % % tree - XMLTree object % uid - UID of the root element of the subtree % subtree - XMLTree object (a subtree from tree) %_______________________________________________________________________ % % Return a subtr...
github
spm/spm5-master
flush.m
.m
spm5-master/@xmltree/flush.m
1,271
utf_8
96e2fc9e3b1f4af1a63337f8aaf4e40f
function tree = flush(tree,uid) % XMLTREE/FLUSH Flush (Clear a subtree given its UID) % % tree - XMLTree object % uid - array of UID's of subtrees to be cleared % Default is root %_______________________________________________________________________ % % Clear a subtree given its UID (remove al...
github
spm/spm5-master
copy.m
.m
spm5-master/@xmltree/copy.m
1,497
utf_8
5afe1fb7338fdafff4202e08838794e1
function tree = copy(tree,subuid,uid) % XMLTREE/COPY Copy Method (copy a subtree in another branch) % FORMAT tree = copy(tree,subuid,uid) % % tree - XMLTree object % subuid - UID of the subtree to copy % uid - UID of the element where the subtree must be duplicated %______________________________________...
github
spm/spm5-master
convert.m
.m
spm5-master/@xmltree/convert.m
3,929
utf_8
6247f0512cca7b09eccc0414b0e4d93d
function s = convert(tree,uid) % XMLTREE/CONVERT Converter an XML tree in a Matlab structure % % tree - XMLTree object % uid - uid of the root of the subtree, if provided. % Default is root % s - converted structure %_______________________________________________________________________...
github
spm/spm5-master
find.m
.m
spm5-master/@xmltree/find.m
5,146
utf_8
1e2038bcaac9fe80c3213b6c35c7ee5d
function list = find(varargin) % XMLTREE/FIND Find elements in a tree with specified characteristics % FORMAT list = find(varargin) % % tree - XMLTree object % xpath - string path with specific grammar (XPath) % uid - lists of root uid's % parameter/value - pair of pattern % list - list of uid's of matched elements...
github
spm/spm5-master
view.m
.m
spm5-master/@xmltree/view.m
5,879
utf_8
b26972066a91937d42a5bb86239b92e4
function view(tree) % XMLTREE/VIEW View Method % FORMAT view(tree) % % tree - XMLTree object %_______________________________________________________________________ % % Display an XML tree in a graphical interface %_______________________________________________________________________ % @(#)view.m ...
github
spm/spm5-master
xml_parser.m
.m
spm5-master/@xmltree/private/xml_parser.m
14,392
utf_8
0380cbf01ef44fad90326b3fd342a11d
function tree = xml_parser(xmlstr) % XML (eXtensible Markup Language) Processor % FORMAT tree = xml_parser(xmlstr) % % xmlstr - XML string to parse % tree - tree structure corresponding to the XML file %_______________________________________________________________________ % % xml_parser.m is an XML 1.0 (http://ww...
github
spm/spm5-master
subsasgn.m
.m
spm5-master/@nifti/subsasgn.m
14,575
utf_8
256d2fbe8798c850072f351ebee682ed
function obj = subsasgn(obj,subs,varargin) % Subscript assignment % See subsref for meaning of fields. % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: subsasgn.m 253 2005-10-13 15:31:34Z guillaume $ switch subs(1).typ...
github
spm/spm5-master
subsref.m
.m
spm5-master/@nifti/subsref.m
8,769
utf_8
bfbe7ae31dda7943ef4df18002640485
function varargout = subsref(opt,subs) % Subscript referencing % % Fields are: % dat - a file-array representing the image data % mat0 - a 9-parameter affine transform (from qform0) % Note that the mapping is from voxels (where the first % is considered to be at [1,1,1], to m...
github
spm/spm5-master
create.m
.m
spm5-master/@nifti/create.m
1,968
utf_8
97e3c7636daec569ac9ade7c101a9def
function create(obj,wrt) % Create a NIFTI-1 file % FORMAT create(obj) % This writes out the header information for the nifti object % % create(obj,wrt) % This also writes out an empty image volume if wrt==1 % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Departmen...
github
spm/spm5-master
getdict.m
.m
spm5-master/@nifti/private/getdict.m
5,236
utf_8
6ec804a6aefae92058e49a769c0ad025
function d = getdict % Dictionary of NIFTI stuff % _______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: getdict.m 253 2005-10-13 15:31:34Z guillaume $ persistent dict; if ~isempty(dict), d = dict; return; end; % Dat...
github
spm/spm5-master
write_extras.m
.m
spm5-master/@nifti/private/write_extras.m
881
utf_8
f911d8116ee0db4474b22d4770ac0522
function extras = write_extras(fname,extras) % Write extra bits of information %_______________________________________________________________________ % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience % % $Id: write_extras.m 473 2006-03-08 18:11:59Z john $ [pth,nam,ext] = fileparts(fname); switch ext...
github
mu-diff/mu-diff-master
FourierTruncation.m
.m
mu-diff-master/PreProcessing/Fourier/FourierTruncation.m
1,743
utf_8
3dc13ddb18ac350c223e698a55cd7138
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
CreateRandomDisks.m
.m
mu-diff-master/PreProcessing/Geometry/CreateRandomDisks.m
5,912
utf_8
fb6e9f420d87e58f281ba463962d828e
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
RemoveDisk.m
.m
mu-diff-master/PreProcessing/Geometry/RemoveDisk.m
3,832
utf_8
4bc04503c65ce423fcf27e5b6dac007c
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
RectangularLattice.m
.m
mu-diff-master/PreProcessing/Geometry/RectangularLattice.m
2,829
utf_8
1fed8fe50e710e5da5513a8ca5581047
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
TriangularLattice.m
.m
mu-diff-master/PreProcessing/Geometry/TriangularLattice.m
2,994
utf_8
073b6e43e2cd142d63b28dde7bbc5824
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
CheckPlacement.m
.m
mu-diff-master/PreProcessing/Geometry/CheckPlacement.m
3,082
utf_8
ba1901687415ebf8737ec50f44668aaa
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
IncidentWave.m
.m
mu-diff-master/PreProcessing/IncidentWave/IncidentWave.m
3,907
utf_8
d068ac23729929eac714cd7a72256ff0
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockIncidentWave.m
.m
mu-diff-master/PreProcessing/IncidentWave/BlockIncidentWave.m
6,015
utf_8
f7870a9b04c4860dc610e68edbd04b32
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockDnPlaneWave.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockDnPlaneWave.m
1,769
utf_8
0e492bd3fa6ee22cf50885d17c9a924b
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockDnPointSource.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockDnPointSource.m
1,572
utf_8
2146c3aaa0eaa8f31687d9025b7d0c99
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockDnPointSourcePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockDnPointSourcePrecond.m
1,829
utf_8
cd4deeef917f15d9ad58b291c77f935d
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockDnPlaneWavePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockDnPlaneWavePrecond.m
1,668
utf_8
2d44c3a75f8753902756d1c9a753f74b
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockPlaneWave.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockPlaneWave.m
1,728
utf_8
bf6cd3f76386c3868d61d30dbd79e3eb
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockPointSourcePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockPointSourcePrecond.m
1,793
utf_8
08af99aae0847897a5981088a1b2dc75
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockPointSource.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockPointSource.m
1,520
utf_8
16efaa21ae207ac2c5367f5580c3db07
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockPlaneWavePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Block/BlockPlaneWavePrecond.m
1,636
utf_8
6764f6e0c164d0c2f905e116fc5f919e
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
PlaneWavePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/PlaneWavePrecond.m
1,662
utf_8
1573dc7b5fdde392b7f73dd32679f550
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
DnPointSource.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/DnPointSource.m
1,661
utf_8
d154ccece043c42e4e2cf2e5e188b2ab
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
PlaneWave.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/PlaneWave.m
1,778
utf_8
86cfbe6ed2b0c520214995d0680b1d22
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
DnPlaneWave.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/DnPlaneWave.m
1,827
utf_8
e26f3ffc5bdf949dd10d2e5726146e32
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
PointSourcePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/PointSourcePrecond.m
1,712
utf_8
9c3109013e37a0c120db7ebcdf0f007d
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
PointSource.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/PointSource.m
1,639
utf_8
65a917806e365e04dc572a0aa55486ec
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
DnPlaneWavePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/DnPlaneWavePrecond.m
1,705
utf_8
6ba0086b988d5293f6242106abe10587
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
DnPointSourcePrecond.m
.m
mu-diff-master/PreProcessing/IncidentWave/Full/DnPointSourcePrecond.m
1,749
utf_8
9d32cb0b70da446431695611485beae9
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpIntegralOperator.m
.m
mu-diff-master/IntOperators/Sparse/SpIntegralOperator.m
4,745
utf_8
47279ad872da8312a1c54c0ed4d8d164
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockIntegralOperator.m
.m
mu-diff-master/IntOperators/Sparse/SpBlockIntegralOperator.m
7,861
utf_8
dbd85f5bae94abc9ed610ace8e9f15ae
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockDnSingleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Block/SpBlockDnSingleLayer.m
2,713
utf_8
b78158b6b2e74364d1e8da3585d8ab39
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockPrecondNeumann.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Block/SpBlockPrecondNeumann.m
2,094
utf_8
fdc422eff1332a083a1df637ab35a177
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockIdentity.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Block/SpBlockIdentity.m
1,845
utf_8
7a2fbc3230e3469074c38eac98812152
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockDoubleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Block/SpBlockDoubleLayer.m
2,703
utf_8
4ddbeeaf3e546233dbcf7ac6b9a1e3e6
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockSingleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Block/SpBlockSingleLayer.m
2,443
utf_8
6bf50bec022f5448b728073b15bc70ad
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockPrecondDirichlet.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Block/SpBlockPrecondDirichlet.m
2,092
utf_8
0dd32aa0308892a6f1103a389740f84a
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpBlockDnDoubleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Block/SpBlockDnDoubleLayer.m
2,537
utf_8
b88754d673b2a5e4d50b28e48587c5fa
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpPrecondNeumann.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Full/SpPrecondNeumann.m
1,407
utf_8
4870ae0a77c82798369debe245604ea9
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpDoubleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Full/SpDoubleLayer.m
1,705
utf_8
4b6b69459209e9fd624465ff0beecf89
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpDnSingleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Full/SpDnSingleLayer.m
1,717
utf_8
102687e6537afe279286c13788e4e259
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpDnDoubleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Full/SpDnDoubleLayer.m
1,756
utf_8
f8b7d7a919243a1b316cfee9ed4538c3
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpSingleLayer.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Full/SpSingleLayer.m
1,702
utf_8
f09b3fdd43ac9a88a7a77f1ae26294d2
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpIdentity.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Full/SpIdentity.m
1,213
utf_8
258914574c33cb859d5d992a3f372c5e
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpPrecondDirichlet.m
.m
mu-diff-master/IntOperators/Sparse/Interface/Full/SpPrecondDirichlet.m
1,412
utf_8
a21c1b5da72b1d0656f23d74db88d3aa
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpMatVec.m
.m
mu-diff-master/IntOperators/Sparse/Functions/SpMatVec.m
2,751
utf_8
a8fae9a9150d9865690d1c50de3f2ef6
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpAddIdentity.m
.m
mu-diff-master/IntOperators/Sparse/Functions/SpAddIdentity.m
906
utf_8
08801067ddc4f132c3631bba00e3782b
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SpSingleMatVec.m
.m
mu-diff-master/IntOperators/Sparse/Functions/SpSingleMatVec.m
2,390
utf_8
c06a3cc43c811d4cecc95c6e0dd22bb7
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
IntegralOperator.m
.m
mu-diff-master/IntOperators/Dense/IntegralOperator.m
5,103
utf_8
fb4609332af019fba66a132cad158476
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockIntegralOperator.m
.m
mu-diff-master/IntOperators/Dense/BlockIntegralOperator.m
7,614
utf_8
978e35380f5b4e6ad95251e881109dd7
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockSingleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockSingleLayer.m
1,779
utf_8
4ea5cdf699ca1dd8b2801126f2d4a463
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockPrecondNeumann.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockPrecondNeumann.m
1,433
utf_8
863f6836746a396afa04dc63e86cd248
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockIdentity.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockIdentity.m
1,222
utf_8
92e66d5531c2b793a4ec3ec76087e29c
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockDnSingleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockDnSingleLayer.m
2,053
utf_8
9c47fbdf8d83541b2158d59b1ecb2e95
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockPrecondDirichlet.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockPrecondDirichlet.m
1,434
utf_8
a075c93685a2acba223596bd88188a0f
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockDnDoubleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockDnDoubleLayer.m
1,875
utf_8
fb9795a06cbffdcc61b88040b94640af
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockDoubleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockDoubleLayer.m
2,043
utf_8
652b42bb81b75351be9f4b622eb20529
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
BlockCalderonProjector.m
.m
mu-diff-master/IntOperators/Dense/Interface/Block/BlockCalderonProjector.m
1,749
utf_8
94e2bf61553d42ad086c212fa3c0bee4
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
Identity.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/Identity.m
1,075
utf_8
851ccd718671188c331ef9e1af0b301a
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
DnSingleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/DnSingleLayer.m
1,629
utf_8
dd52e97e118d4c1131caf0b3cadf8193
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
PrecondDirichlet.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/PrecondDirichlet.m
1,319
utf_8
8b55270cc8a814cc81960cf23c0213a5
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
DnDoubleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/DnDoubleLayer.m
1,667
utf_8
2e39e758d667b30f85e0cd834ff14c17
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
CalderonProjector.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/CalderonProjector.m
3,206
utf_8
556b9a9b3c5c85682d9b0b35dfa69d61
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
PrecondNeumann.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/PrecondNeumann.m
1,318
utf_8
59ceaf388daa30b5f6a4f3dc9378665e
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
SingleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/SingleLayer.m
1,578
utf_8
a666f6324768a25d3e557669b99adbf5
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
DoubleLayer.m
.m
mu-diff-master/IntOperators/Dense/Interface/Full/DoubleLayer.m
1,616
utf_8
801a915541b39510d0c8970d462ad270
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
RCS.m
.m
mu-diff-master/PostProcessing/FarField/RCS.m
1,845
utf_8
fd3c8eb5ad7797e3c7336d34713d980c
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
FarField_to_RCS.m
.m
mu-diff-master/PostProcessing/FarField/FarField_to_RCS.m
1,026
utf_8
f38e6132f4a753d52d410af3b9c96b2f
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
FarField.m
.m
mu-diff-master/PostProcessing/FarField/FarField.m
3,874
utf_8
24cccd2d3b57396ee58510005ef41612
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
FarFieldSingleLayer.m
.m
mu-diff-master/PostProcessing/FarField/Interface/FarFieldSingleLayer.m
1,770
utf_8
35d2ae1afc4919fd0a9e3696df523d0b
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...
github
mu-diff/mu-diff-master
RCSSingleLayer.m
.m
mu-diff-master/PostProcessing/FarField/Interface/RCSSingleLayer.m
1,884
utf_8
76aa54077634b30b3201aa39c758cb0a
% mu-diff - Copyright (C) 2014-2020 X. Antoine and B. Thierry, University of Lorraine, CNRS, France % % See the LICENSE.txt file for license information. Please report all % bugs and problems to either (replace [at] and [dot] by arobase and dot) % Xavier.Antoine [at] univ-lorraine [dot] fr % BThierry [at] math.cnrs...