public class BVectorTest
extends java.lang.Object
コンストラクタと説明 |
---|
BVectorTest() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
tearDown() |
void |
testAbs() |
void |
testAnd() |
void |
testBVectorInt() |
void |
testBVectorIntInt() |
void |
testBVectorIntIntArray() |
void |
testClear() |
void |
testClone() |
void |
testDiff() |
void |
testEqualsBVector() |
void |
testGetValue() |
void |
testInv() |
void |
testMulBMatrix() |
void |
testMulBVector() |
void |
testMulInt1() |
void |
testMulInt2() |
void |
testMultran() |
void |
testOr() |
void |
testSetValue() |
void |
testToString() |
void |
testXor() |
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testBVectorInt()
public void testBVectorIntInt()
public void testBVectorIntIntArray()
public void testSetValue()
public void testClear()
public void testGetValue()
public void testClone()
public void testAbs()
public void testInv()
public void testEqualsBVector()
public void testOr()
public void testAnd()
public void testDiff()
public void testXor()
public void testMulBVector()
public void testMulBMatrix()
public void testMultran()
public void testMulInt1()
public void testMulInt2()
public void testToString()