Syncing with feature/tensor-algebra

This commit is contained in:
Roland Grinis 2021-01-18 18:48:57 +00:00
commit b30ca920e1
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ out/
# Generated by javac -h
*.class

View File

@ -1,7 +1,5 @@
package kscience.kmath.structures
import kscience.kmath.operations.*
public interface TensorStructure<T> : MutableNDStructure<T> {
// A tensor can have empty shape, in which case it represents just a value
public abstract fun value(): T