HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jkafjanvnfaf

no profile record

comments

jkafjanvnfaf
·hace 8 meses·discuss
How accurate is this two-pass approach in general? From my outsider's perspective, it always looked like most of the difficulty in implementing Lanczos was reorthogonalization, which will be hard to do with the two-pass algorithm.

Or is this mostly a problem when you actually want to calculate the eigenvectors themselves, and not just matrix functions?
jkafjanvnfaf
·hace 8 meses·discuss
"Esports" is not a league. That would be like saying "sports" is a league.

There are leagues around some games (like the ones mentioned in the article). There are also events with "league" in the name that are not really leagues (like ESL Pro League). In any case, none of them are financially successful in the US.
jkafjanvnfaf
·hace 9 meses·discuss
It's new because it makes no sense.

There already is an implicit "branch" on every array access in C, it's called an access violation.

Do they test for a segfault on every single array access in the code base? No? Then they don't really have 100% branch coverage, do they?