| |
|
| org.apache.commons.math.linear.MatrixUtilsTest
MatrixUtilsTest | final public class MatrixUtilsTest extends TestCase (Code) | | Test cases for the
MatrixUtils class.
version: $Revision: 171229 $ $Date: 2005-05-21 09:29:19 -0700 (Sat, 21 May 2005) $ |
col | protected double[] col(Code) | | |
colMatrix | protected double[][] colMatrix(Code) | | |
nullDoubleArray | protected double[] nullDoubleArray(Code) | | |
nullMatrix | protected double[][] nullMatrix(Code) | | |
row | protected double[] row(Code) | | |
rowMatrix | protected double[][] rowMatrix(Code) | | |
testData | protected double[][] testData(Code) | | |
checkIdentityBigMatrix | protected void checkIdentityBigMatrix(BigMatrix m)(Code) | | Verifies that the matrix is an identity matrix
|
checkIdentityMatrix | protected void checkIdentityMatrix(RealMatrix m)(Code) | | Verifies that the matrix is an identity matrix
|
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
testCreateBigIdentityMatrix | public void testCreateBigIdentityMatrix()(Code) | | |
testCreateBigMatrix | public void testCreateBigMatrix()(Code) | | |
testCreateColumnBigMatrix | public void testCreateColumnBigMatrix()(Code) | | |
testCreateColumnRealMatrix | public void testCreateColumnRealMatrix()(Code) | | |
testCreateIdentityMatrix | public void testCreateIdentityMatrix()(Code) | | |
testCreateRealMatrix | public void testCreateRealMatrix()(Code) | | |
testCreateRowBigMatrix | public void testCreateRowBigMatrix()(Code) | | |
testCreateRowRealMatrix | public void testCreateRowRealMatrix()(Code) | | |
|
|
|