Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TAT.hpp] Use numeric_limits to create no cut for svd.
The previous code use -1 to initialize remain cut to achieve no cut behavior, which reply on the underflow for unsigned integer, which cause some compiler raising warning. Now, we use std::nemueric_limits to specifiy the max value of type Size.
- Loading branch information