Visual Computing Library
|
Public Member Functions | |
template<typename OtherDerived > | |
Matrix (const Eigen::MatrixBase< OtherDerived > &other) | |
template<typename OtherDerived > | |
Matrix & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
void | serialize (std::ostream &os) const |
void | deserialize (std::istream &is) |
Private Types | |
using | Base = Eigen::Matrix< Scalar, R, C > |