Skip to content

Commit 2973299

Browse files
committed
First push of the public repo
1 parent 414c3e1 commit 2973299

2,835 files changed

Lines changed: 480478 additions & 61 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 20 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,20 @@
1-
# These are some examples of commonly ignored file patterns.
2-
# You should customize this list as applicable to your project.
3-
# Learn more about .gitignore:
4-
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
5-
6-
# Node artifact files
7-
node_modules/
8-
dist/
9-
10-
# Compiled Java class files
11-
*.class
12-
13-
# Compiled Python bytecode
14-
*.py[cod]
15-
16-
# Log files
17-
*.log
18-
19-
# Package files
20-
*.jar
21-
22-
# Maven
23-
target/
24-
dist/
25-
26-
# JetBrains IDE
27-
.idea/
28-
29-
# Unit test reports
30-
TEST*.xml
31-
32-
# Generated by MacOS
33-
.DS_Store
34-
35-
# Generated by Windows
36-
Thumbs.db
37-
38-
# Applications
39-
*.app
40-
*.exe
41-
*.war
42-
43-
# Large media files
44-
*.mp4
45-
*.tiff
46-
*.avi
47-
*.flv
48-
*.mov
49-
*.wmv
50-
51-
/.vs
52-
/packages
53-
/Test_Numerics/.vs
54-
/Test_Numerics/obj
55-
/Test_Numerics/bin
56-
/Test_Numerics/packages
57-
/Numerics/.vs
58-
/Numerics/obj
59-
/Numerics/bin
60-
/Numerics/packages
1+
8.0/.vs
2+
8.0/packages
3+
8.0/Test_Numerics/.vs
4+
8.0/Test_Numerics/obj
5+
8.0/Test_Numerics/bin
6+
8.0/Test_Numerics/packages
7+
8.0/Numerics/.vs
8+
8.0/Numerics/obj
9+
8.0/Numerics/bin
10+
8.0/Numerics/packages
11+
4.8.1/.vs
12+
4.8.1/packages
13+
4.8.1/Test_Numerics/.vs
14+
4.8.1/Test_Numerics/obj
15+
4.8.1/Test_Numerics/bin
16+
4.8.1/Test_Numerics/packages
17+
4.8.1/Numerics/.vs
18+
4.8.1/Numerics/obj
19+
4.8.1/Numerics/bin
20+
4.8.1/Numerics/packages
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Numerics/Data/Interpolation/Support/Interpolater.cs renamed to 4.8.1/Numerics/Data/Interpolation/Support/Interpolater.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)