package tenalgebra
- Alphabetic
- Public
- All
Type Members
-
class
Tensor3D extends Error with Serializable
The
Tensor3D
class is a simple implementation of a 3-dimensional tensor.The
Tensor3D
class is a simple implementation of a 3-dimensional tensor. The first two dimensions must be fixed and known, while the third dimension may be dynamically allocated by the user. The third dimension should only vary with the second dimension, not the first. -----------------------------------------------------------------------------
Value Members
-
object
Tensor3D extends Serializable
The
Tensor3D
companion object provides factory methods for theTensor3D
class. -
object
Tensor3DTest extends App
The
Tensor3DTest
object is used to test theTensor3D
class.The
Tensor3DTest
object is used to test theTensor3D
class. > runMain scalation.tenalgebra.Tensor3DTest