diff options
author | jofret | 2010-03-22 12:59:31 +0000 |
---|---|---|
committer | jofret | 2010-03-22 12:59:31 +0000 |
commit | 8ea0c4fb3960850cf95e6e2f4e9e0573fc8da671 (patch) | |
tree | 54056065e7270a27e2ad1d296fcb4106bb71a3ac /src | |
parent | 781ce8bbda7208e1c1f0e906ca1faefbbfd83306 (diff) | |
download | scilab2c-8ea0c4fb3960850cf95e6e2f4e9e0573fc8da671.tar.gz scilab2c-8ea0c4fb3960850cf95e6e2f4e9e0573fc8da671.tar.bz2 scilab2c-8ea0c4fb3960850cf95e6e2f4e9e0573fc8da671.zip |
Adding meanf functions
Diffstat (limited to 'src')
-rw-r--r-- | src/c/statisticsFunctions/statisticsFunctions.vcproj | 196 |
1 files changed, 196 insertions, 0 deletions
diff --git a/src/c/statisticsFunctions/statisticsFunctions.vcproj b/src/c/statisticsFunctions/statisticsFunctions.vcproj index a66e1113..2eee3ae1 100644 --- a/src/c/statisticsFunctions/statisticsFunctions.vcproj +++ b/src/c/statisticsFunctions/statisticsFunctions.vcproj @@ -1424,6 +1424,202 @@ </FileConfiguration>
</File>
</Filter>
+ <Filter
+ Name="meanf"
+ >
+ <File
+ RelativePath=".\meanf\ccolumnmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\cmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\cmeanfcs.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\cmeanfsc.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\crowmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\dcolumnmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\dmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\drowmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\scolumnmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\smeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\srowmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\zcolumnmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\zmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\zmeanfdz.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\zmeanfzd.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\meanf\zrowmeanfa.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
</Filter>
<Filter
Name="Header Files"
|