Initial commit. Algebra operations. NDArray

This commit is contained in:
Alexander Nozik 2018-04-22 16:03:05 +03:00
parent b42beb4b68
commit f931004b5c

3
.gitignore vendored
View File

@ -1,9 +1,10 @@
.gradle .gradle
/build/ /build/
.idea/ /.idea/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar !gradle-wrapper.jar
# Cache of project # Cache of project
.gradletasknamecache .gradletasknamecache