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
VIAME/VIAME-main
detector_initialize.m
.m
VIAME-main/plugins/matlab/annosaurus/detector_initialize.m
1,725
utf_8
97a409f8c2098de9c67d5fdaa13e581a
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
check_configuration.m
.m
VIAME-main/plugins/matlab/annosaurus/check_configuration.m
1,828
utf_8
a90247783710d2741a0883ee0dd4b8c6
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
detect.m
.m
VIAME-main/plugins/matlab/lanl_scallop_finder/detect.m
3,437
utf_8
f3c04ae7b665c7858b8ce81b2cea39bb
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
detector_initialize.m
.m
VIAME-main/plugins/matlab/lanl_scallop_finder/detector_initialize.m
1,725
utf_8
97a409f8c2098de9c67d5fdaa13e581a
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
check_configuration.m
.m
VIAME-main/plugins/matlab/lanl_scallop_finder/check_configuration.m
1,828
utf_8
a90247783710d2741a0883ee0dd4b8c6
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
ScallopFinder_proc.m
.m
VIAME-main/plugins/matlab/lanl_scallop_finder/ScallopFinder_proc.m
9,523
utf_8
a8d8fc8e7ba69cac86542af58bd6954e
function [detected_object_set,detected_object_classification] = ScallopFinder_proc(image) [rows,cols,bands] = size(image); image = image(:,:,[3 2 1]); Rmax = 115; Rmin = 10; if bands>1 X = rgb2hsv(double(reshape(image,rows*cols,bands))/255); red = 2*abs(X(:,1)-0.5); Tred = prctile(red,80); % red(red<Tre...
github
VIAME/VIAME-main
detect.m
.m
VIAME-main/plugins/matlab/camtrawl/detect.m
1,174
utf_8
26b306aebaffa26f6965f867a05e94ab
function detect( in_image ) global detected_object_set; global detected_object_classification; global detected_object_chips; % This function is called to perform the detection operation on the % supplied image. % Need a format for returning the detections. % % Data needed to create a detection object: % - boun...
github
VIAME/VIAME-main
detector_initialize.m
.m
VIAME-main/plugins/matlab/camtrawl/detector_initialize.m
1,855
utf_8
f61f8ec68d0f066d59b7a3141c61b63e
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
check_configuration.m
.m
VIAME-main/plugins/matlab/camtrawl/check_configuration.m
1,828
utf_8
a90247783710d2741a0883ee0dd4b8c6
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
detect.m
.m
VIAME-main/plugins/templates/matlab/detect.m
4,066
utf_8
d3bdf910b73046e250067e48769e4383
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
detector_initialize.m
.m
VIAME-main/plugins/templates/matlab/detector_initialize.m
1,725
utf_8
97a409f8c2098de9c67d5fdaa13e581a
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
VIAME/VIAME-main
check_configuration.m
.m
VIAME-main/plugins/templates/matlab/check_configuration.m
1,828
utf_8
a90247783710d2741a0883ee0dd4b8c6
% ckwg +29 % Copyright 2016 by Kitware, Inc. % All rights reserved. % % Redistribution and use in source and binary forms, with or without % modification, are permitted provided that the following conditions are met: % % * Redistributions of source code must retain the above copyright notice, % this list of conditi...
github
vidaurre/bpls-master
plsinit.m
.m
bpls-master/plsinit.m
5,810
utf_8
b53df8baec8bb40e4a612ad4ee1ba2c2
function [model] = plsinit(X,Y,options) % function [model] = plsinit (X,Y,model) % % Initialise observation model % % X Inputs % Y Outputs % options Training options % - k: number of latent components. % - pcaX: if specified higher than 0, PLS will use a lowrank version of X; % then...
github
vidaurre/bpls-master
cvpls.m
.m
bpls-master/cvpls.m
18,918
utf_8
af49577792c7e432bbf503e61e442333
function [predictedY,stats] = cvpls(Xin,Yin,parameters,varargin) % Cross-validation using PLS with possibility of permutation testing % % INPUTS % Xin - input data matrix (samples X features1) % Yin - output data matrix (samples X features2) % parameters is a structure with: % + The parameters for PLS (see plsinit.m...
github
rahulkishan-mobbed/mobile-robots-TUD-IBVS-master
image_segmentation.m
.m
mobile-robots-TUD-IBVS-master/image_segmentation.m
1,404
utf_8
2018cf6d12702c87f9b09736b5b42b4d
%%------------------------------------------------ %% Convert it to binary colors % Blob analysis % Get the control point co-ordinates % returns image with features extracted and the co-ordinates of feature % mid-points %------------------------------------------------ function [im_feature,co_ord]=image_segme...
github
rahulkishan-mobbed/mobile-robots-TUD-IBVS-master
velocitycontrols.m
.m
mobile-robots-TUD-IBVS-master/velocitycontrols.m
854
utf_8
31fb20b43c6b6ba0bd4a616f75f4b450
%% ---------------------------------------------------- % control signals calculation % input - error (8x1) % output - velocity and turn angle %% ---------------------------------------------------- function [velocity,turnangle,error_robot] = velocitycontrols(error,Lx) Kx=0.2 ; Ky=-0.02 ; eta=0.01 ; flag=1 ;...
github
jihe6800/BaaS-master
Leg2.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/Leg2.m
1,628
utf_8
afa27654e204a148efcfec61abfbce12
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSeuCallVegaII_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/BSeuCallVegaII_FDA.m
2,317
utf_8
b8112ac271a26a2fc0aedc71d2658125
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
BSeuCallUII_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/BSeuCallUII_FDA.m
1,912
utf_8
c5288928c8c8a1c9f1c7c3fecb01c16c
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSeuCallDeltaII_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/BSeuCallDeltaII_FDA.m
1,996
utf_8
12eb408ea7b03a093431846ce6928098
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/payoff.m
775
utf_8
ffed690786d7b7b54caeb7d11af62804
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/adapt_grid.m
1,486
utf_8
f338df27003f27005a9769ca24aa83a3
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSeuCallGammaII_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/BSeuCallGammaII_FDA.m
2,059
utf_8
012f10d20bb8598ba5fa8d0804449528
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/generatematrix.m
1,743
utf_8
9f6b95740023d95644ed65da747b32b6
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/create_cont_h.m
1,498
utf_8
fd1e59e75eb5ce1877323edf32eef643
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
dgdec_direct.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/dgdec_direct.m
3,532
utf_8
89483bf2d071bc4f212bdccd5c2db4b8
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adaption.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aII/adaption.m
3,860
utf_8
9d5aefbcc690915cafb9068e53f7b6e5
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
Leg2.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/Leg2.m
1,628
utf_8
afa27654e204a148efcfec61abfbce12
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSeuCallUI_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/BSeuCallUI_FDA.m
1,970
utf_8
f95695ced884830b49fb31d53cec80ff
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/payoff.m
775
utf_8
ffed690786d7b7b54caeb7d11af62804
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/adapt_grid.m
1,496
utf_8
81e06dea8d86941afac720ab0c413920
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSeuCallDeltaI_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/BSeuCallDeltaI_FDA.m
1,960
utf_8
f2a5a95916b5c699a215c9ae92355935
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
BSeuCallGammaI_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/BSeuCallGammaI_FDA.m
2,058
utf_8
cf6e18fc4872ee451578c90b6daf1e06
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
BSeuCallVegaI_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/BSeuCallVegaI_FDA.m
2,318
utf_8
1deaefad95d1b8c0a684638d7d572f7b
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/generatematrix.m
1,743
utf_8
9f6b95740023d95644ed65da747b32b6
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/create_cont_h.m
1,498
utf_8
fd1e59e75eb5ce1877323edf32eef643
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
dgdec_direct.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/dgdec_direct.m
3,532
utf_8
89483bf2d071bc4f212bdccd5c2db4b8
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adaption.m
.m
BaaS-master/FD-AD/Problem1/Problem1a/Problem1aI/adaption.m
3,860
utf_8
9d5aefbcc690915cafb9068e53f7b6e5
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
Leg2.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/Leg2.m
1,389
utf_8
dbf7fb41dd1803eb305c445257f890a4
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSupoutCallII_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/BSupoutCallII_FDA.m
1,941
utf_8
9b040cf91ac06fcc447cbf460fd83f14
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/payoff.m
788
utf_8
5e183a944c75ed077db4427e5ab93bb4
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/adapt_grid.m
1,497
utf_8
1e25c2c1c4346f5facbe88bbe38284db
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/generatematrix.m
1,811
utf_8
f465f19102161c76ef83f4a769232a0f
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/create_cont_h.m
1,502
utf_8
94d68d5cb1ff0e7f5d136fe352d4352f
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
dgdec_direct.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cII/dgdec_direct.m
3,046
utf_8
6cd1b31b30670626c93378988f513d8a
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
Leg2.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/Leg2.m
1,385
utf_8
c272956f1537fc5a05dc7322c9474ac4
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/payoff.m
788
utf_8
5e183a944c75ed077db4427e5ab93bb4
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/adapt_grid.m
1,484
utf_8
9356ee587c8f4c9ab20772e64ea792a4
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/generatematrix.m
1,809
utf_8
f33543a6df0c7f0dafb559afb1c6d5e7
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/create_cont_h.m
1,488
utf_8
5b8e593e55d287e55bda62f0bc299035
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
dgdec_direct.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/dgdec_direct.m
3,080
utf_8
32059f23130d82559ef33520f4861232
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSupoutCallI_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1c/Problem1cI/BSupoutCallI_FDA.m
1,941
utf_8
8cbb0eadde336344d584b884b7cbacfd
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bII/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSamPutUII_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bII/BSamPutUII_FDA.m
1,873
utf_8
33667c33dc4d4c87a29beac84b89c457
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
BDF2_direct.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bII/BDF2_direct.m
2,300
utf_8
f491ac86d961ed3913fd1dca1b3921fe
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bII/payoff.m
776
utf_8
326180e0a9de84cb61a07a26072eeace
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bII/adapt_grid.m
1,498
utf_8
2107d2707a9c55342ff295ad1252b605
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bII/generatematrix.m
1,888
utf_8
fe62c6a14a13c0dc7cf6c572ac3515c8
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bII/create_cont_h.m
1,670
utf_8
54c80b7ac5e5f92ebe8fa065876def2e
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSamPutUI_FDA.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bI/BSamPutUI_FDA.m
1,890
utf_8
be8686a14a83f993a4330655f270c865
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bI/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BDF2_direct.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bI/BDF2_direct.m
2,300
utf_8
f491ac86d961ed3913fd1dca1b3921fe
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bI/payoff.m
776
utf_8
326180e0a9de84cb61a07a26072eeace
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bI/adapt_grid.m
1,497
utf_8
b49cc4b1522cc1c7d39c2d4d3124da5a
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bI/generatematrix.m
1,888
utf_8
fe62c6a14a13c0dc7cf6c572ac3515c8
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem1/Problem1b/Problem1bI/create_cont_h.m
1,670
utf_8
54c80b7ac5e5f92ebe8fa065876def2e
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
Leg2.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/Leg2.m
1,383
utf_8
631e9f1c66810cfd4cf54f8b2138626c
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/payoff.m
775
utf_8
ffed690786d7b7b54caeb7d11af62804
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/adapt_grid.m
1,497
utf_8
f02ef74f52a16895af88e73f62c52146
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSeuCallDD_FDA.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/BSeuCallDD_FDA.m
3,072
utf_8
5510fe72fad94bc119d2e1b73b5ee36d
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/generatematrix.m
1,886
utf_8
d12ce36a81487daaa9a9b9120ce1b492
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/create_cont_h.m
1,500
utf_8
e81d0e67e182b172ae652abb040c44aa
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
dgdec_direct.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/dgdec_direct.m
3,087
utf_8
c3ee455239a06afbfc08802b8a86b4e6
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adaption.m
.m
BaaS-master/FD-AD/Problem2/Problem2European/adaption.m
3,851
utf_8
19e5e96faa7c830d87c1c548e9a2fc6c
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
Leg2.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/Leg2.m
1,384
utf_8
e37b846227b8fa200286fb09618ea716
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/payoff.m
776
utf_8
45b826f9ec8c7c89b237e09d36e00e86
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adapt_grid.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/adapt_grid.m
1,494
utf_8
3c48d482c8b9989ddce728de0cc244f7
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSamCallDD_FDA.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/BSamCallDD_FDA.m
3,194
utf_8
4bd7ce45e12bc2940f7cd7ee4dba2644
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/generatematrix.m
1,888
utf_8
fe62c6a14a13c0dc7cf6c572ac3515c8
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/create_cont_h.m
1,500
utf_8
df9c90954996085f764eb37c98f30303
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
dgdec_direct.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/dgdec_direct.m
3,070
utf_8
712a182f83d638dcdd272a376756fef9
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
adaption.m
.m
BaaS-master/FD-AD/Problem2/Problem2American/adaption.m
3,856
utf_8
7c343c96802c24e54716b54c550f03a6
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
Leg2.m
.m
BaaS-master/FD-AD/Problem6/Leg2.m
1,390
utf_8
16ed587c49c5eb6f750ca9cd24e25fe9
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BSeuCallspread_FDA.m
.m
BaaS-master/FD-AD/Problem6/BSeuCallspread_FDA.m
2,589
utf_8
ee4098467264eb1688b1ef5f7f3d1561
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any la...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem6/add_more_points.m
1,509
utf_8
9241cce9be0c3ee1d5a501f2eb9964b2
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BDF2_iter.m
.m
BaaS-master/FD-AD/Problem6/BDF2_iter.m
1,777
utf_8
c04e53d9ddaca600ef54b35a757e9984
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BDF2_direct.m
.m
BaaS-master/FD-AD/Problem6/BDF2_direct.m
1,893
utf_8
1b4b964a756d2a73f1639e3bf4ae938b
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem6/payoff.m
863
utf_8
ff85eaad3e6fb8b7433d400ed96dfa31
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
dgdec.m
.m
BaaS-master/FD-AD/Problem6/dgdec.m
3,409
utf_8
0c9a0465cd8ed5f89aa533d29ad54c59
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
generatematrix.m
.m
BaaS-master/FD-AD/Problem6/generatematrix.m
3,322
utf_8
86c967b4d93c5c7381818020b0eec0a9
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
create_cont_h.m
.m
BaaS-master/FD-AD/Problem6/create_cont_h.m
1,564
utf_8
d7083d8ee01bb3a88d2226473aaf8ceb
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
add_more_points.m
.m
BaaS-master/FD-AD/Problem3/Problem3II/add_more_points.m
1,511
utf_8
f2bf95cfc209bf4a7aed71dbd2fb8e0b
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
BDF2_direct.m
.m
BaaS-master/FD-AD/Problem3/Problem3II/BDF2_direct.m
1,893
utf_8
1b4b964a756d2a73f1639e3bf4ae938b
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...
github
jihe6800/BaaS-master
payoff.m
.m
BaaS-master/FD-AD/Problem3/Problem3II/payoff.m
776
utf_8
45b826f9ec8c7c89b237e09d36e00e86
%Copyright (C) 2015 Lina von Sydow %This file is part of BENCHOP. %BENCHOP is free software: you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by %the Free Software Foundation, either version 3 of the License, or %(at your option) any later ve...