Package mikera.matrixx.impl

Examples of mikera.matrixx.impl.ImmutableMatrix


    doGenericTests(LowerTriangularMatrix.createFrom(Matrixx.createRandomMatrix(4,3)));
    doGenericTests(LowerTriangularMatrix.createFrom(Matrixx.createRandomMatrix(2,3)))
 
 
  @Test public void g_ImmutableMatrix() { 
    doGenericTests(new ImmutableMatrix(Matrixx.createRandomMatrix(4, 5)));
    doGenericTests(new ImmutableMatrix(Matrixx.createRandomMatrix(3, 3)));
 
View Full Code Here

TOP

Related Classes of mikera.matrixx.impl.ImmutableMatrix

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.