Package cc.mallet.types.tests
Class TestMatrixOps
- java.lang.Object
-
- cc.mallet.types.tests.TestMatrixOps
-
public class TestMatrixOps extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static double[]
digits
org.junit.rules.TemporaryFolder
folder
static double[][]
matrix
static double[][]
matrixTranspose
-
Constructor Summary
Constructors Constructor Description TestMatrixOps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
matrixMultiply()
void
saveAndLoad()
void
testClone()
void
testFrobenius()
void
testSum()
-