mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* added ei_sqrt for complex
* updated Cholesky to support complex * correct result_type for abs and abs2 functors
This commit is contained in:
@@ -9,17 +9,17 @@ INCLUDE_DIRECTORIES( ${QT_INCLUDE_DIR} )
|
||||
SET(test_SRCS
|
||||
cholesky.cpp
|
||||
main.cpp
|
||||
# basicstuff.cpp
|
||||
# linearstructure.cpp
|
||||
# product.cpp
|
||||
# adjoint.cpp
|
||||
# submatrices.cpp
|
||||
# miscmatrices.cpp
|
||||
# smallvectors.cpp
|
||||
# map.cpp
|
||||
# cwiseop.cpp
|
||||
# determinant.cpp
|
||||
# triangular.cpp
|
||||
basicstuff.cpp
|
||||
linearstructure.cpp
|
||||
product.cpp
|
||||
adjoint.cpp
|
||||
submatrices.cpp
|
||||
miscmatrices.cpp
|
||||
smallvectors.cpp
|
||||
map.cpp
|
||||
cwiseop.cpp
|
||||
determinant.cpp
|
||||
triangular.cpp
|
||||
)
|
||||
QT4_AUTOMOC(${test_SRCS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user