Registered Member
|
I do not understand the wiki about implementing custom scalar types.
I have found a solution on this forum but it appears to be broken (post is from 2010). Can someone help me by making a proper header file? How do you implement the basic functions like MatrixX3cd but for complex long doubles, for instance MatrixX3cld? Thank you! |
Moderator
|
You should not have anything special to do. Simply use something like: Matrix<std::complex<long double>, Dynamic, 3> and make some typedefs if you want.
|
Registered Member
|
I am diagonalizing std::complex< long double> matrices. The program works fine but at the end I get this error massage: *** Error in `./ld.out': corrupted double-linked list: 0x0000000001e14fc0 *** Could you please help me on this matter? |
Registered Member
|
I solved the problem!! |
Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]