-
- Downloads
Extend Faust::MatSparse::setEyes() to allow eye non square mat and simplify...
Extend Faust::MatSparse::setEyes() to allow eye non square mat and simplify MatSparse::eye() static function by using setEyes(). Eigen setIdentity() is limited to square matrix, no other signature like MatrixBase setIdentity(Index nrows, Index ncols) is available.
Please register or sign in to comment