forked from kscience/kmath
Syncing with feature/tensor-algebra
This commit is contained in:
commit
b30ca920e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ out/
|
|||||||
|
|
||||||
# Generated by javac -h
|
# Generated by javac -h
|
||||||
*.class
|
*.class
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
package kscience.kmath.structures
|
package kscience.kmath.structures
|
||||||
|
|
||||||
import kscience.kmath.operations.*
|
|
||||||
|
|
||||||
public interface TensorStructure<T> : MutableNDStructure<T> {
|
public interface TensorStructure<T> : MutableNDStructure<T> {
|
||||||
// A tensor can have empty shape, in which case it represents just a value
|
// A tensor can have empty shape, in which case it represents just a value
|
||||||
public abstract fun value(): T
|
public abstract fun value(): T
|
||||||
|
Loading…
Reference in New Issue
Block a user