Skip to content

Declaration of Vector and Matrix gives an error which changes the meaning of those properties #215

Answered by vaithak
Neel-Shah-29 asked this question in Q&A
Discussion options

You must be logged in to vote

This is an error due to conflicting names given to different types. You can use MT and VT as used everywhere else in the codebase.
MT for Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>
VT for Eigen::Matrix<T, Eigen::Dynamic, 1>

Similarly, for other conflicting types, like typedef Matrix<IPMDouble> Matrix can be removed and so on.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@shahpratham
Comment options

@Neel-Shah-29
Comment options

Answer selected by vissarion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants