Skip to content

Commit 66ea639

Browse files
DeSanctisDiBattistaileniadibaMarco Francesco De Sanctis
authored
Inclusion of multiple spatial and spatio-temporal quantile regression
Pull request for MQSRPDE (Multiple Quantile Spatial Regression with PDE regularization) model to fdaPDE-cpp develop branch --------- Co-authored-by: Ilenia Di Battista <[email protected]> Co-authored-by: Marco Francesco De Sanctis <[email protected]>
1 parent 492067e commit 66ea639

File tree

262 files changed

+267361
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+267361
-74
lines changed
Binary file not shown.
Binary file not shown.

build/CMakeFiles/3.23.22060601-MSVC_2/CompilerIdC/CMakeCCompilerId.c

+828
Large diffs are not rendered by default.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|x64">
5+
<Configuration>Debug</Configuration>
6+
<Platform>x64</Platform>
7+
</ProjectConfiguration>
8+
</ItemGroup>
9+
<PropertyGroup Label="Globals">
10+
<ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid>
11+
<RootNamespace>CompilerIdC</RootNamespace>
12+
<Keyword>Win32Proj</Keyword>
13+
14+
15+
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
16+
17+
18+
19+
20+
</PropertyGroup>
21+
22+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23+
<PropertyGroup>
24+
<PreferredToolArchitecture>x86</PreferredToolArchitecture>
25+
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
27+
<ConfigurationType>Application</ConfigurationType>
28+
<PlatformToolset>v143</PlatformToolset>
29+
<CharacterSet>MultiByte</CharacterSet>
30+
</PropertyGroup>
31+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32+
<ImportGroup Label="ExtensionSettings">
33+
34+
</ImportGroup>
35+
<PropertyGroup>
36+
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
37+
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\</OutDir>
38+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir>
39+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
40+
</PropertyGroup>
41+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
42+
<ClCompile>
43+
<Optimization>Disabled</Optimization>
44+
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
45+
<MinimalRebuild>false</MinimalRebuild>
46+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
47+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
48+
<PrecompiledHeader>
49+
</PrecompiledHeader>
50+
<WarningLevel>TurnOffAllWarnings</WarningLevel>
51+
<DebugInformationFormat>
52+
</DebugInformationFormat>
53+
</ClCompile>
54+
55+
<Link>
56+
<GenerateDebugInformation>false</GenerateDebugInformation>
57+
<SubSystem>Console</SubSystem>
58+
59+
</Link>
60+
<PostBuildEvent>
61+
<Command>for %%i in (cl.exe) do %40echo CMAKE_C_COMPILER=%%~$PATH:i</Command>
62+
</PostBuildEvent>
63+
</ItemDefinitionGroup>
64+
<ItemGroup>
65+
<ClCompile Include="CMakeCCompilerId.c" />
66+
</ItemGroup>
67+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
68+
<ImportGroup Label="ExtensionTargets">
69+
70+
</ImportGroup>
71+
</Project>
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<ProjectOutputs>
4+
<ProjectOutput>
5+
<FullPath>C:\Users\ileni\Universita\Magistrale\Second_year\Second_semester\Thesis\fdaPDE_official-fork\fdaPDE-cpp-sqrpde\build\CMakeFiles\3.23.22060601-MSVC_2\CompilerIdC\CompilerIdC.exe</FullPath>
6+
</ProjectOutput>
7+
</ProjectOutputs>
8+
<ContentFiles />
9+
<SatelliteDlls />
10+
<NonRecipeFileRefs />
11+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.33.31629:TargetPlatformVersion=10.0.19041.0:
2+
Debug|x64|C:\Users\ileni\Universita\Magistrale\Second_year\Second_semester\Thesis\fdaPDE_official-fork\fdaPDE-cpp-sqrpde\build\CMakeFiles\3.23.22060601-MSVC_2\CompilerIdC\|

0 commit comments

Comments
 (0)