1 #ifndef LAP_FullMatrixTest_H
2 #define LAP_FullMatrixTest_H
20 static const tFlag ACCESSOR_TEST;
21 static const tFlag COMPUTATION_TEST;
22 static const tFlag EIGEN_TEST;
23 static const tFlag PRODUCT_TEST;
24 static const tFlag ORTHOGONALIZATION_TEST;
25 static const tFlag FACTORIZATION_TEST;
54 inline static SP::LAP_FullMatrixTest
New() {
74 tBoolean orthogonalizationTest()
const;
tBoolean test()
make the test
Definition: LAP_FullMatrixTest.cpp:503
LAP_FullMatrixTest(void)
create
Definition: LAP_FullMatrixTest.h:36
DEFINE_SPTR(LAP_FullMatrixTest)
#define tBoolean
Definition: types.h:48
This class is a test class for vector of LAP package.
Definition: LAP_FullMatrixTest.h:14
virtual ~LAP_FullMatrixTest(void)
destroy
Definition: LAP_FullMatrixTest.h:46
abstract base class for most classes.
Definition: CORE_Object.h:30
static SP::LAP_FullMatrixTest New()
create a test class
Definition: LAP_FullMatrixTest.h:54
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:106
#define tFlag
Definition: types.h:14