add constructors and accessors/mutators specific to small vectors.

Add corresponding unit-test.
This commit is contained in:
Benoit Jacob
2007-12-17 20:51:40 +00:00
parent f75a0c5179
commit 53040f53d9
6 changed files with 127 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ SET(test_SRCS
adjoint.cpp
submatrices.cpp
miscmatrices.cpp
smallvectors.cpp
)
QT4_AUTOMOC(${test_SRCS})